* {
	padding:10;
	margin-top: 100;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #48565e;
	background-color: #D5E0E6;
}
a {
	color:#000;
	font-size:11px;
}
a:hover {
	/* [disabled]font-size:11px; */
	text-decoration:none;
}
.logo {
	color:#000;
	font-size:40px;
	padding:0 0 0 20px;
}
.logo span {
	color:#000;
	font-size:40px;
}
.author {
	padding:0 0 20px 20px;
	color:#6f8fa1;
}
.author a {
	color:#f34e4c;
}
h1 {
	color:#f34e4c;
	font-size:16px;
	padding:0 0 10px 0;
}
.mainLogo {	
	float:left;
}
.headerBackground {
	width:800px;
	height:331px;
	background:url(images/headerBackground.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:#48565e;
	color:#ffffff;
	font-size:24px;
	width:340px;
	height:45px;
	margin-top: 235px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.slogan span {
	color:#f00;
	font-style: italic;
}
.someBlock {
	width:690px;
	float:left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
}

#footer {
	color:#cbcbcb;
	text-align:center;
	height:72px;
	margin-top:20px;
	background-repeat: repeat-x;
	background-position: left top;
}
#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 {
	text-align:left;
	float:right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#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: #000;
	font-size:14px;
	background-color: #FFF;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #f34e4c;
	padding-bottom: 0px;
	background: transparent;
	color: #F00;
}
#navlist a:hover {
	color: #000;
	font-size: 14px;
}
#footer p {
	color: #000;
}
#footer p {
	color: #000;
}
