@charset "UTF-8";
html{
	scrollbar-arrow-color: #444444;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#0000000;
	scrollbar-highlight-color:#a5a5a6;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#ffffff;
}
#container {
	margin: auto;
	height: auto;
	width: 950px;
	background-color: #666666;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EFECCA;
	text-align: right;
	height: auto;
	width: 950px;
	position: absolute;
	top: 125px;
}
#side_navigation {
	height: auto;
	width: 310px;
	position: absolute;
	left: 580px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #EFECCA;
	top: 0px;
	background-image:  url(images/shadow_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	background-color: #666666;
}
#footer {
	background-color: #333333;
	height: 75px;
	width: 950px;
	clear: both;
	position: relative;
	bottom: 0px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	color: #EFECCA;
	padding-top: 20px;
}
#banner {
	height: 375px;
	width: 916px;
	position: absolute;
	top: 168px;
	margin-left: 17px;
}
#main_content {
	height: auto;
	width: 950px;
	position: absolute;
	top: 585px;
	background-color: #666666;
	clear: both;
}
#content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #EFECCA;
	width: 550px;
	line-height: 22px;
	margin-left: 20px;
	top: 0px;
}
#header {
	height: 583px;
	width: 950px;
	background-image:  url(images/header_bkgnd2.jpg);
	background-repeat: no-repeat;
}
