html, body, iframe {
	scrollbar-face-color: 		#000;
	scrollbar-highlight-color: 	#404040;
	scrollbar-3dlight-color: 	#101010;
	scrollbar-shadow-color: 	#202020;
	scrollbar-darkshadow-color: 	#101010;
	scrollbar-track-color: 		#000;
	scrollbar-arrow-color: 		#955935;
	}


body {
	min-width:		800px;
	margin:			0;
	padding:		80px 0 0 0;
	background:		#3A2914 url(img/body_bg.gif) 50% 0 no-repeat;
	font-family:		tahoma, verdana, helvetica, sans-serif;

	padding:		120px 0 0 0;
	background:		#3A2914 url(img/body_bg.gif) 50% 40px no-repeat;

	font-size:		14px;
	text-align:		center;
	}

table, td {
	border:			0;
	border-collapse:	collapse;
	color:			#fff;
	font-size:		11px;
	text-align:		left;
	}

table.main {
	width:			600px;
	height:			400px;
	margin:			0 auto 0 auto;
	}

td.content {
	border:			1px solid #955935;
	background:		transparent url(img/half_bg.jpg) top left no-repeat;
	}

td.header {
	height:			30px;
	margin:			0;
	padding:		0 0 0 10px;
	vertical-align:		top;
	border-bottom:		1px solid #955935;
	}

td.header h5 {
	font-size:		12px;
	font-weight:		normal;
	display:		inline;
	margin:			0 10px 0 0;
	line-height:		30px;
	padding:		20px 5px 0 5px;
	}

table.2cols {
	width:			600px;
	height:			350px;
	}

td.col1 {
	width:			450px;
	height:			350px;
	vertical-align:		bottom;
	line-height:		16px;
	padding:		5px;
	}

td.col1 p {
	padding:		5px;
	}

td.col2 {
	height:			350px;
	vertical-align:		bottom;
	width:			150px;
	margin:			0 20px 0 20px;
	}

img.banner {
	position:		relative;
	width:			160px;
	left:			260px;
	margin:			0;
	}

td.footer {
	border-top:		1px solid #955935;
	color:			#955935;
	padding:		0;
	vertical-align:		top;
	text-align:		right;
	}		

td.footer p {
	text-align:		left;
	margin:			5px;
	padding:		0;
	}		

td.footer img {
	margin:			5px 15px 0 0;
	vertical-align:		top;
	border:			0;
	}


td.footer a img {
	opacity: 		0.60; 
	filter: 		alpha(opacity=60); 
	-moz-opacity: 		0.60;

}

td.footer a:hover img {
	opacity: 		1; 
	filter: 		alpha(opacity=100); 
	-moz-opacity: 		1;

}	

td.top1 h5 a {
	}

td.top1 h5 a:hover {
	}

input.submit {
	background:		#000;
	border:			1px solid #3A2914;
	color:			#955935;
	}

p.copy {float:			left;	}
p.pers {float:			right;	}

a {
	text-decoration:	none;
	color:			#955935;
	}

a:hover {
	text-decoration:	none;
	color:			#CE7210;
	}

a:active {
	text-decoration:	none;
	color:			#EE7710;
	}

td.content a {
	text-decoration:	underline;
	color:			#fff;
	}

td.content a:hover {
	text-decoration:	none;
	color:			#CE7210;
	}
