
* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background: #191e22;
	color: #cbcbcb;
}

 



a {
	color:#cbcbcb;
font-family:Arial, Helvetica, sans-serif;

	font-size:20px;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
font-family:Arial, Helvetica, sans-serif;

	font-size:20px;
	text-decoration:none;
}
.logo {
	color:#ffffff;
	font-size:48px;
	padding:0 0 0 20px;
	font-style:italic;
}
.logo span {
	color:#9e491a;
	font-size:48px;
	font-style:italic;
}
.author {
	padding:0 0 20px 20px;
	color:#ffffff;
}
.author a {
	color:#ffffff;
}
h1 {
	color:#9e491a;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.mainLogo {	
	float:left;
}
#container { 
	width: 800px;  
	margin: 0 auto;
} 
.copyright {
	padding:20px;
	margin:20px 0;
	background:#2f353b;
}
.someBlock {
	width:345px;
	float:left;
	padding:30px 20px;	
}
.blockContainer {
	float:left;
	width:200px;
}
.bc1 {
	font-weight:bold;
	color:#a64c19;
}
.bc2 {
	font-weight:bold;
	color:#9f1e34;
}
.bc3 {
	font-weight:bold;
	color:#8c7f7a;
}
.bc4 {
	font-weight:bold;
	color:#84322f;
}
#footer {
	color:#cbcbcb;
	text-align:center;
	height:76px;
	background:url(testimages/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;
	border-bottom: 1px solid #000;
	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: #9e491a;
	font-size:24px;
	font-style:italic;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #ffffff;
	padding-bottom: 2px;
	background: transparent;
	color: #ffffff;
}
#navlist a:hover { 
	color: #ffffff; 
}
