* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#3c3c3c;
	color:#cecece;
}
a {
	color:#00c3e4;
	text-decoration:underline;
}
a:hover {
	color:#00c3e4;
	text-decoration:none;
}
img {
	border:0;
}
h1 {
	color:#00c3e4;
	font-size:24px;
	font-weight:bold;
	padding:0 0 20px 0;
}
#container { 
	width: 980px;  
	margin: 0 auto;
}
.logo {
	float:left;
	padding:10px 0;
}
.icons {
	float:right;
	padding:20px 0 0 0;
} 
.icons li {
	display:inline;
	list-style:none;
}
.slogan {
	font-size:24px;
	color:#FFFFFF;
	margin-left:200px;
	margin-right:300px;
	padding-top:30px;
}
#header {
	background:url(images/headerBackground.jpg) no-repeat left top;
	width:980px;
	height:505px; 
}
#header ul {
	padding:435px 0 0 0;
	text-align:center;
}
#header li {
	list-style:none;
	display:inline;
	padding: 0 20px;
} 
#header li a {
	text-decoration:none;
	color:#0d0d0d;
	font-size:24px;
	font-weight:bold;
}
#header li a:hover {
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
#header #active a {
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
.box {
	float:left;
	width:300px;
	padding:10px;
	margin:20px 3px;
	background:#0d0d0d;
}
.box1Title {
	color:#00c3e4;
	font-size:24px;
}
.box2Title {
	color:#a9e400;
	font-size:24px;
}
.box3Title {
	color:#ffc60f;
	font-size:24px;
}
.buttonBox1 {
	background:#00c3e4;
	border:0;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
.buttonBox2 {
	background:#a9e400;
	border:0;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
.buttonBox3 {
	background:#ffc60f;
	border:0;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
.boxButton {
	float:right;
}
#mainContent {
	background:#0d0d0d;
	padding:20px 40px;
}
.picRight {
	float:right;
	padding:0 0 15px 20px;
} 
#footer {
	background:#0d0d0d;
	color:#535353;
	padding:15px 0; 
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#00c3e4;
	text-decoration:underline;
}
#footer a:hover {
	color:#00c3e4;
	text-decoration:none;
}
.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;
}