@charset "utf-8";

* {
	margin: 0px;
	padding:: 0px;
}
body {
	background-color: #000000;
	text-align: center;
}
h1 {
	color: #5995cb;
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 {
	color: #5995cb;
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
}
a {
	color: #CCCCCC;
}


#content {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	width: 950px;
	text-align: left;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	overflow: auto;
	margin-bottom: 20px;
}
#mainMenu {
	display: inline;
	position: absolute;
	left: 20px;
	top: 250px;
}
#mainMenu a {
	display: block;
	float: left;
	height: 31px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font: bold 14px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 42px;
	padding-left: 42px;
}
#mainMenu a:hover {
	color: #015bac;
}

#mainMenu span {
	text-indent: -9999px;
	display: block;
	float: left;
	background-color: #F4F4F4;
	height: 18px;
	margin-top: 7px;
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #30302E;
}
#theText {
	float: left;
	clear: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 625px;
	margin-bottom: 20px;
	display: inline;
	padding-top: 280px;
}
.silverBox {
	background-image: url(images/backgroundSilverBox.gif);
	text-align: center;
	float: left;
	height: 84px;
	width: 149px;
	display: block;
	margin-left: 3px;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.silverBox span {
	line-height: 80px;
}
.silverBox:hover {
	text-decoration: underline;
}
#theImages {
	display: inline;
	float: right;
	padding-top: 250px;
	padding-right: 40px;
}
#footer {
	width: 880px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #646464;
	height: 40px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
#footer a {
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 5px;
	display: block;
	float: right;
}
#footer a:hover {
	text-decoration: underline;
}
#mikeBrewer {
	width: 500px;
	margin-left: 30px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	position: relative;
	height: 135px;
	margin-bottom: 10px;
}
#mikeBrewer img {
	margin-top: 15px;
	margin-left: 15px;
}
#mikeBrewer p {
	position: absolute;
	left: 120px;
	top: 17px;
	width: 360px;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
