body {margin:50px 0px; padding:0px;text-align:center;background-color:#000;font-family: Verdana;}

a:link {color:#FFFFFF}
a:visited {color:#CCCCCC}  /* visited link */
a:hover {color:#999999}  /* mouse over link */
a:active {color:#EEEEEE}
	
body{width:1010px;margin:0px auto;text-align:left;padding-top:40px;}

a img {border: none; }

#content {width:990px;margin:0px auto;text-align:left;padding:15px;}
#header {
	height:50px;
	width:950px;
	padding-top: 60px;
	margin-right: 20px;
	text-align: right;
	background-color:#000;
	background-image:url('../site-images/header.png');
	background-repeat: no-repeat;
}

.headerText{
	text-decoration: none;
	color: #fff;
	font-size: 25px;
}

.footerText{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

#footer {
	height:150px;
	background-color:#000;
	width:950px;
	background-image:url('../site-images/footer.png');
	background-repeat: no-repeat;}
	
#footer p{
	color: #fff;
	padding-top: 15px;
	padding-left: 7px;
	
	
}

#logo{
	width: 210px;
	height: 210px;
	position:absolute;
	z-index: 100;
	background-image:url('../site-images/logo.png');
	background-repeat: no-repeat;}
	
