* {
	margin: 0;
	color: #746e6b;
	text-align: center;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #121313;
	color: #949494;
}
a {
	color:#85d4ed;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
.logo {
	color: #666666;
	font-size: 48px;
	padding: 20px 0 0 20px;
}
.logo span {
	color:#c0e440;	
}
.author {
	padding:0 0 20px 20px;
}
h1 {
	color: #DDA309;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	padding: 70px 0 0 70px;
	background-image: url(pics/aimondbg.png);
}
h3 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 100px;
}
.mainLogo {
	float: left;
	background-image: url(pics/header.png);
	height: 60px;
	width: 704px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.icons {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.icons img {
	border:0;
}
#container {
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.mainContent {
	padding:20px 20px;
}
.headerPic {
	height: 517px;
	width: 1020px;
	color: #ffffff;
	background-image: url(pics/aimondbglight.png);
}
.headerPic p {
	padding:20px 20px 20px 500px;
}
.mainContent li {
	list-style:none;
	display:inline;
	float:left;
	padding:40px 10px;
}
.mainContent li img {
	border:1px solid #000000;
}
.sidebarLeft {
	float:left;
	width:470px;
}
.sidebarRigth {
	margin-left:490px;
	border-left:1px solid #505151;
	padding:0 0 0 20px;
}
#footer {
	text-align:center;
	height:75px;
	background:url(images/footerBackground.jpg) repeat-x left top;
	color:#ffffff;
}
#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*/
#navcontainer {
	padding:20px 0 170px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: white;
	float: left;
	width: 100%;
	height:60px;
}
#navcontainer ul li { 
	display: inline;
	color:#ffffff;
}
#navcontainer ul li a {
	padding:18px 29px 0 30px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #cbc3bf;
	text-decoration: none;
	float: left;
	font-size:24px;
}
#navcontainer ul li a:hover {
	background: url(images/menuActive.jpg) repeat-x left top;
	color: #746e6b;
	height:60px;
}
#navcontainer #active a {
	background: url(images/menuActive.jpg) repeat-x left top;
	color: #746e6b;
	height:60px;
}
.menuSeparator {
	height:60px;
	width:2px;
	float:left;
}
