a{
	color: #0C8AB0;
	text-decoration: none;
}

a:link{
	color: #0C8AB0;
	text-decoration: none;
}

a:hover{
	color: #c7c7c7;
	text-decoration: underline;
}

#wrapper {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	
}
#topnav {
	clear: both;
	height: 27px;
	width: 920px;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	padding-right: 80px;
	padding-top: 5px;
}
#hdrmast {
	clear: both;
	height: 234px;
	width: 1000px;
}
#main {
	clear: both;
	height: auto;
	width: 820px;
	padding-right: 90px;
	padding-left: 90px;
}
#footer {
	clear: both;
	height: 64px;
	width: 890px;
	background-color: #000000;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	color: #c4c4c4;
	padding-top: 40px;
	padding-left: 110px;
}
#bottom {
	height: 32px;
	width: 1000px;
	clear: both;
	
}
#leftspace {
	float: left;
	height: auto;
	width: auto;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
}
#rightspace {
	float: right;
	height: auto;
	width: auto;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
}
#hdrtext {
	height: 115px;
	width: 1000px;
	padding-top: 10px;
}
