@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(pics/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#mainCont {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header {
	background-image:url(pics/header.jpg);
	height:222px;
}

#navBar {
	padding-top:185px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
}

#midsection {
	background-image:url(pics/mainBG.jpg);
	padding-left:14px;
	padding-right:14px;
	text-align:left;
}

.leftColumn {
	width:300px;
}

.rightColumn {
	padding:10px;
}

#footer {
	background-image:url(pics/footer.gif);
	background-repeat:no-repeat;
	height:82px;
}

#footerText {
	padding-top:10px;
	color:#900;
}

A.navlink:visited  {color:#900; text-decoration: none}
A.navlink:link  {color:#900; text-decoration: none}
A.navlink:active  {color:#900; text-decoration: none}
A.navlink:hover   {color:#900; text-decoration: underline}

A:visited  {color:#900; text-decoration: none}
A:link  {color:#900; text-decoration: none}
A:active  {color:#900; text-decoration: none}
A:hover   {color:#900; text-decoration: underline}

