/* CSS Document */
/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0; visibility:hidden;}
/* Site Structure - Main */
html{
	margin: 0 auto;
	height: 100%;
}
body{
	margin: 0 auto;
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
	text-align:justify;
	font-family:Times New Roman, Times, serif;
	color: #707070;
	background: #ffffff;
}
a{
	color:#6e0000;
	text-decoration:underline;
}
#container{
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	width: 800px;
	background: #ffffff;
}
#header{
	margin: 0 auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 176px;
	width: 800px;
}
#header h1 {
	margin:0 auto;
	height: 176px;
	width:800px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 176px;
	text-decoration: none;
}
#content{
	background: url(../images/content_bg.jpg) 0 0 no-repeat;
	min-height:421px;
	width: 764px;
	padding:18px;
	margin:0;
}
#left_col{
	float:left;
	width:160px;
	padding:8px;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	color:#472b00;
}
#left_col .sidebar1{
	font-size:16px;
	font-weight:bold;
}
#left_col .sidebar2{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#main{
	padding:8px;
	width:540px;
	margin: 0 0 0 200px;
}
#clear{
	height: 30px;
}
/* Footer */
#footer{
	height:29px;
	margin: -30px auto 0;
	width: 800px;
	padding: 0;
	background: url(../images/footer.jpg) no-repeat;
}
#footer a {
	color: #472b00;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 795px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color: #472b00;
	line-height:13px;
	margin:1px 0 0 5px;
}
#footer p.by  {
	text-align: right;
	font-size:11px;
	color:#472b00;
	margin:-15px 0 0 0;
}
#footer p.by a {
	font-size:11px;
	color:#472b00;
}

/* All */
.subhead {
	color:#472b00;
	font-weight:bold;
	font-size:18px;
}

#container, #footer {
position: relative;
}
#video {
position: absolute;
left: 18px;
top: 520px;
margin: 0;
padding: 0;
}

