body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:13px;
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  background-color:#4c3919;
  line-height:20px;
  margin:0px;
}

#container
{
	width:1000px;
	height:auto;
	margin:0px auto;
	position:relative;
	
}

#flash
{
	width:inherit;
	height:223px;;
}

#header
{
	width:inherit;
	height:223px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}


.logo
{
	height:inherit;
	width:315px;
	float:left;
}

.navigations
{
	width:630px;
	height:inherit;
	float:left;
	
}
.top_links
{
	width:140px;
	height:auto;
	float:right;
	font-size:11px;
	margin-top:23px;
	color:#615847;
}

.top_nav
{
	width:inherit;
	height:auto;
	margin-top:35px;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.top_nav a
{
	color:#000000;
	text-decoration:none;
}
.top_nav a:hover
{
	color:#ffffff;
	text-decoration:none;
}

img
{
	border:none;
}
#content
{
	width:inherit;
	height:1065px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	
	
}

#content .data
{
	width:720px;
	height:900px;
	overflow:auto;
	margin:0px auto;
	
	padding-top:20px;
	padding-right:10px;
	
	
}

.section1
{
	width:inherit;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.section2
{
	width:690px;
	height:auto;
	float:left;
	margin-left:15px;
	
}
.section3
{
width:1px;
height:470px;
float:left;
background-color:#3f4748;
margin-left:10px;
}

.section4
{
	width:265px;
	height:auto;
	background-color:#2d2929;
	padding:10px;
	font-size:12px;
	color:#e9da91;
	border:1px #3e3939 solid;
	float:left;
	font-size:11px;
}
.section5
{
	width:400px;
	height:auto;
	background-color:#2d2929;
	padding:10px;
	font-size:12px;
	color:#e9da91;
	border:1px #3e3939 solid;
	float:left;
	margin-left:5px;
	font-size:11px;
}

.section4 a, .section5 a
{
	text-decoration:underline;
}
.section4 a:hover, .section5 a:hover
{
	text-decoration:none;
}
.clear
{
	clear:both;	
}

a
{
	text-decoration:none;
	color:#e9da91;
}

a:hover
{
	text-decoration:underline;	
}
a.sec_link 
{
	text-decoration:none;
	float:right;
	margin-right:20px;
	color:#e9da91;
}
a:hover.sec_link 
{
	text-decoration:underline;	
}
#footer
{
	width:inherit;
	height:42px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	line-height:42px;
}

#footer .links
{
	color:#E9DA91;
}
.heading1
{
	font-size:20px;
	font-weight:normal;
	color:#e9da91;
}

table
{
	font-size:13px;	
	/*border:1px #000000 solid;
	background-color:#231e1e;	*/
	
}

th
{
	
	background-color:#545050;
	color:#ffffff;
}

td strong
{
	color:#ffffff;	
}

.registration input, textarea, select
{
	border:1px #c3da91 solid;
	width:200px;
	background-color:#dbedb4;
}

img.right
{
	margin-left:5px;
}
img.left
{
	margin-right:5px;
}

.textred
{
	color:#ff001e;
}

table.bgcolor
{
	border:1px #000000 solid;
	background-color:#231e1e;
}
hr
{
	border:none;
	background-color:#6e6969;
	
	
}