@charset "utf-8";
html
{
	margin:0;
	padding:0;
	background-color: #f0ebd5;
	background-image:url(images/bg_page.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:none;
}
body
{
	/*margin-top:300px;*/
	width:760px;
	margin:auto;
	padding:0;
	border:none;
}
body table#container
{
	margin-top:160px; 
}
body table table, body table table table, body table table table table
{
	padding:0;
}
.clearboth {
	clear:both;
}

#homebanner {
	display:block;
	width:120px;
	position:absolute;
	top:117px;
	left:50%;
	margin:0 0 0 -230px;
	text-align:center;
}

#linktohome {
	display:block;
	width:200px;
	height:150px;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -100px;
	text-align:center;
}
#linktohome a{
	display:block;
	width:200px;
	height:150px;
}

#videobanner {
	display:block;
	width:120px;
	position:absolute;
	top:117px;
	left:50%;
	margin:0 0 0 105px;
	text-align:center;
}
#homebanner a, #videobanner a {
	display:block;
	color:#6f1901;
	text-decoration:none;
	font-family:Times, 'Times New Roman', serif;
	font-size:12px;
	font-weight:bold;
}
#homebanner a:hover, #videobanner a:hover {
	color:#b36a56;
}

.png {
	behavior: url(iepngfix.htc);
}
#nav
{
	/*background-image:url(images/header_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
	position:relative;
	top:-5px;
	height:25px;
	min-width:745px;
	margin:0;
	padding:0 0 0 12px;
	list-style:none;
}
#nav li
{
	padding:0 12px 0 12px;
	display:inline;
	float:left;
}
#nav a, .footer a
{
	color:#6f1901;
	text-decoration:none;
	font-family:Times, 'Times New Roman', serif;
	font-size:12px;
	font-weight:bold;
}
#nav a:hover, .footer a:hover
{
	color:#b36a56;
}
#nav li.spacer
{
	width:250px;
}
a:link {
	color: #988B71;
}
a:visited {
	color: #B3A47E;
}
a:hover {
	color: #988B71;
}
a:active {
	color: #B3A47E;
}
.style2 {font-size: 12px; font-style: normal; line-height: 16px; color: #331600; font-family: Arial, Helvetica, sans-serif;}
