body {
	background-color:#261910;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9B8779;
}
a, a:visited, a:link {
	color:#BF7340;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#layout {
	width:780px;
	display:table;
	margin:0px auto 0px auto;
	border-left:1px solid #584232 ;
	border-right:1px solid #584232 ;
}
#header {
	width:780px;
	height:177px;
	background-color:#301F14;
}

#header #top{
	width:780px;
	height:100px;
	text-align:center;

}

#header #top img{
	margin:23px 0px 0px 0px;
}

#header #menu{
	width:740px;
	height:36px;
	background-color:#40291B;
	color:#584232;
	padding:20px 20px 0px 20px;
}

#header #menu a, #header #menu a:link, #header #menu a:visited{
	padding:0px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A39387;
	text-decoration:none;
}
#header #menu a.selected, #header #menu a.selected:link, #header #menu a.selected:visited{
	padding:0px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#header #menu a.selected:hover{	
	text-decoration:none;
}
#header #menu a:hover{
	text-decoration:underline;
}

#title {
	height:40px;
	background-color:#E7DBCB;
	width:735px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#301F14;
	padding:7px 0px 0px 45px;
}

#content {
	background-color:#40291B;
	display:table;
	padding:27px 45px 27px 45px;
}

#content table{
	table-layout:fixed;
}

#content table.map{
	line-height:180%;
	font-size:10px;
}

#content table.map span.selected{
	padding:0px 0px 0px 10px;
	color:#FFFFFF;
}

#content table.map span.unselected{
	padding:0px 0px 0px 10px;
}

#content table.content {
	table-layout:fixed;
	display:inline;
	width:100%;
}

#content td.right{
	width:140px;	
	color:#BF7340;
	line-height:180%;
	padding:0px 0px 0px 15px;
}

#content td.right a, #content td.right a:link, #content td.right a:visited{
	color:#BF7340;
	text-decoration:none;
}
#0ontent td.right a.selected, #content td.right a.selected:link, #content td.right a.selected:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#content td.right a:hover
{
	text-decoration:underline;
}
#content td.left{
	border-right:1px solid #584232;
	padding:0px 15px 0px 0px;
}
#content .subtitle {
	color:#BF7340;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#content p {
	line-height:150%;
	margin:15px 0px 15px 0px;
}
#content p .title{
	color:#FFFFFF;
}
#content p img{
	margin:0px 15px 15px 15px;
	float:right;
}
#footer {
	height:30px;
	width:780px;
	background-color:#301F14;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #584232;
}
	#footer #logo {
		height:30px;
		width:125px;
		float:left;	
		padding:0px 0px 0px 25px;	
	}
	#footer #copyright {
		height:30px;
		width:605px;
		float:left;color:#A39387;
		font-size:10px;
		text-align:right;	padding:0px 25px 0px 0px;	
	}
	#footer #language {
		height:30px;
		width:125px;
		float:left;font-size:10px;
		text-align:right;
		padding:0px 25px 0px 0px;	
	}
	#footer #language a.white:link, #footer #language a.white:hover, #footer #language a.white, #footer #language a.white:visited{
		color:#FFFFFF;
	}
	#footer #language a.orange:link, #footer #language a.orange:hover, #footer #language a.orange, #footer #language a.orange:visited{
		color:#BF7340;
	}
/***********************HOME**********************/
#banner{
	background-color:#FFFFCC;
	width:780px;
	height:276px;
}
#home_content {
	width:730px;
	padding:0px 25px 0px 25px;
	background-color:#40291B;	
}
#home_content .home_content{
	table-layout:fixed;
}
#home_content .home_content p{
	line-height:150%;
	margin:15px 0px 15px 0px;
}

#home_content .home_content td.left{
	padding:0px 35px 0px 0px;
}
#home_content .home_content td.right{
	padding:0px 0px 0px 35px;
}

