﻿/* CSS layout */
#masthead {
	background-color: #d1d9e7;
	margin-left: -10px;
	margin-right: -15px;
	width: auto;
	height: 175px;
}

#top_nav {
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#page_content {
	margin-right: 220px;
	padding-right: 15px;
	top: auto;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #D1D9E7;
	padding-left: 15px;
	padding-right: 15px;
	height: 650px;
}

#footer {
}

/* navigation */

#nav {
	width: 920;
	margin: 0px auto 0 auto;
	padding: 0;
	position: relative;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0px solid #76758A;
	background: #9999CB;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia1, Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 60px;
}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(../img/1206/nav-bg.gif) no-repeat bottom right;
	height: 14px;
}
#nav li a:hover {
	color: #fff;
	background: #76758A;
	}
#nav li a.active {
	font-weight: normal;
	color: #fff;
	background: #576D84 url(../img/1206/nav-on-bg.gif) repeat-x top left;
	}
