﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	color: #000000;
	background-color: #C0C0C0;
}
#top_nav {
}
#container {
	min-width: 600px;
}
#left_col {
	width: 200px;
	float: right;
	top: 150px;
	position: absolute;
	z-index: auto;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 205px;
	margin-right: 200px;
}

#footer {
	clear: both;
}

.glossymenu li a{
background: white url('../images_css/glossyback.gif') repeat-x left bottom;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url('../images_css/glossyback2.gif');
}
#masthead {
	background-color: #800000;
	color: #FFFFFF;
	font-family: "Old English Text MT";
}




