* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #48bdd7;
	color: #222222;
}
a {
	color:#f34e4c;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#f34e4c;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#f34e4c;
	font-size:48px;
	padding:0 0 0 20px;
	font-style:italic;
}
.logo span {
	color:#6f8fa1;
	font-size:48px;
	font-style:italic;
}
.author {
	padding:0 0 20px 20px;
	color:#6f8fa1;
}
.author a {
	color:#f34e4c;
}
h1 {
	color:#f34e4c;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.mainLogo {	
	float:left;
}
.headerBackground1 {
	width:800px;
	height:399px;
	background:url(images/header_01.jpg) no-repeat left top;
	padding-top:30px;
}
.headerBackground2 {
	width:800px;
	height:399px;
	background:url(images/header_02.jpg) no-repeat left top;
	padding-top:30px;
}
.headerBackground3 {
	width:800px;
	height:399px;
	background:url(images/header_03.jpg) no-repeat left top;
	padding-top:30px;
}
#container { 
	width: 800px;  
	margin: 0 auto;
	background:#FFFFFF;
} 
.copyright {
	padding:20px;
	margin:20px 0;
	background:#2f353b;
	color:#b1c3ce;
}
.slogan {
	background:#48bdd7;
	color:#ffffff;
	font-size:24px;
	font-style:italic;
	width:340px;
	height:80px;
	margin:270px 0 0 0;
	padding:20px 0 0 20px;
}
.slogan span {
	color:#f34e4c;
}
.someBlock {
	width:345px;
	float:left;
	padding:30px 20px;	
}

#footer {
	color:#cbcbcb;
	text-align:center;
	height:72px;
	background:url(images/footerBackground.jpg) repeat-x left top;
	margin-top:20px;
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navlist {
	padding: 17px 0 0 0;
	text-align:right;
	float:right;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #6f8fa1;
	font-size:24px;
	font-style:italic;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #f34e4c;
	padding-bottom: 2px;
	background: transparent;
	color: #f34e4c;
}
#navlist a:hover { 
	color: #f34e4c; 
}
