﻿body {
	margin: 			0px;
	background: 		url(images/bg-main.jpg) repeat-x #190000;
	background-position:left;
	background-position:top;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height:		18px;
	color: 				#85594D;
	height:				100%;
	/*background: 		url(images/bg-sub.jpg) repeat-x #f1ede2;*/
}

a, a:link, a:visited, a:active {
	color:				#C4821E;
	text-decoration:	none;
}

a:hover {
	color: 				#955F0E;
}

input {
	font-family:		Verdana;
	font-size:			11px;
}

form {
	display:			inline;
}

#container {
	position:			absolute;
	left:				50%;
	width:				760px;
	margin-left:		-380px;
}

#topbar {
	width:				140px;
	margin-top:			10px;
	margin-left: 		615px;
	text-align:			right;
	vertical-align:		middle;
	font-size:			10px;
}

#topbar a {
	color:				#815F39;
	text-decoration:	none;
}

#topbar a:hover {
	color: 				#A07F5A;
}

#body {
	width:				740px;
	margin-top:			10px;
	border:				10px solid #FFFFFF;
	background-color:	#FFFFFF;
}

#banner {
	width:				740px;
}

.bannerpic {
	border-top:			1px solid #FFFFFF;
}

#content {
	width:				740px;
	background: 		url(images/bg-tile.gif) repeat-y;
}

#leftcontent {
	float:				left;
	height:				100%;
	width:				242px;
	background-color:	#FFFFFF;
}

#lefttext {
	width:				200px;
	height:				100%;
	border-left:		1px solid #E3E0D9;
	border-right:		1px solid #E3E0D9;
	background-color:	#EEEBDE;
	padding:			7px 20px 10px 20px;
	font-size:			11px;
}

#leftpic {
	width:				170px;
	height:				125px;
	padding:			12px;
	background: 		url(images/bg-pic.gif);
}

#indexpic {
	width:				145px;
}

.picpadding {
	padding:			5px 25px 10px 0px;
}

#rightcontent {
	float:				right;
	height:				100%;
	width:				498px;
}

#title {
	width:				498px;
	height:				65px;
}

#righttext {
	width:				438px;
	margin:			12px 30px 10px 30px;
}

#footer {
	width:				740px;
	height:				73px;
	clear:				both;
	background: 		url(images/bg-footer.jpg);
	text-align:			center;
	vertical-align:		middle;
	color:				#916B4D;
	font-size:			11px;
}

#footer a {
	color:				#916B4D;
	text-decoration:	none;
}

#footer a:hover {
	color: 				#A07F5A;
}

.footlink {
	color:				#834643;
}

#feature {
	width:				242px;
	height:				118px;
}

/* Data table */
.dataTable {
	border-top:			1px solid #E3E0D9;
	border-left:		1px solid #E3E0D9;
}

.dataTable th, .dataTable td {
	border-bottom:		1px solid #E3E0D9;
	border-right:		1px solid #E3E0D9;
}

.dataTable th {
	background-color:	#EEEBDE;
}

.style1 {
	font-size: medium;
}