﻿/* CSS layout */

html {overflow-y: scroll;}

body {
	background-image:url(Images/back22.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


#masthead {
	margin-right:auto;
	margin-left:auto;
	width:879px;
}

#top_nav {
	margin-right:auto;
	margin-left:auto;
	width:879px;
	border-bottom:thin;
	border-bottom-color:#9a0000;
	border-bottom-style:solid;
	margin-top:10px;
	position:relative;
}

#container {
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	position: relative;
	width: 879px;
	min-height:465px;
}

#left_col {
	width: 232px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 0px;
	margin-left: auto;
	width: 640px;
}

#footer {
	margin-right:auto;
	margin-left:auto;
	width:879px;
	border-top:thin;
	border-top-color:#9a0000;
	border-top-style:solid;
	margin-top:20px;
	padding-top:10px;
}

a:link { text-decoration: none; color: #9a0000}
a:visited { text-decoration: none; color: #9a0000}
a:active {text-decoration: underline; color: #003399;}
a:hover { text-decoration: underline; color : #003399;}
)


