@charset "UTF-8";
/**********
	CUSTOM SETTINGS
*/
body {
	background: url("../img/bgF.gif") #464332 repeat-x left top;
font-family: “Lucida Grande”, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
	color: #E8E7E2;	
}
a img {border: 0px;}
a{color:#E8E7E2;text-decoration: none;}
a:hover{color: #B5B4A9;text-decoration: underline;}

a.a1 {
color: #2e2c1d;
text-decoration:none;
font-weight:bold;
}

a.a1:hover {
color: #735d1c;
text-decoration:underline;
}

a.a2 {
color: #b0581d;
text-decoration:none;
font-weight:bold;
}

a.a2:hover {
color: #735d1c;
text-decoration:underline;
}



.moz2 {-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.moz8 {-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.moz8left{border-bottom-left-radius:8px;border-top-left-radius:8px;-moz-border-radius-topleft:8px;-moz-border-radius-bottomleft:8px;-webkit-border-top-left-radius:8px;-webkit-border-bottom-left-radius:8px;}
div.divL{background-color: aqua;}
div.divR{background-color: green;}
div.divC{background-color: navy;}

/**********
	HEADER DIV
*/
#header{
	margin-top: 38px;
	height: 210px;
}
#header img{
	margin: -3px 0px 0px 48px;
}


/**********
	MAIN DIV
*/

#main_content{
	margin-top: -125px;
}
#main_content p{
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0.1px;
	line-height: 1.6em;
}

#main_content #main_content_title{
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px #474744 solid;
}
#content_text.text{
	font-size: 13px;
}
/**********
	NAVIGATION DIV
*/
#nav_menu{
	line-height: 1.45em;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #2E2C1D;
	padding: 10px;
}
#nav_menu li{
	margin: 8px 0px;
}
#nav_menu li.selected {
	color: #F0A238;
}
#nav_menu hr{
	background-color: #F0A238;
	height: 1px;
	border: 0px;
	margin: 20px 0px;
}
/**********
	NEWS DIV
*/
#news #news_title{
	margin-top: 10px;
	padding-right: 20px;
	color: #B0581D;
	font-size: 34px;
	text-align: right;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1em;
}
#news_content{
	margin-top: -5px;
	background: url("../img/bgFf.gif") repeat-y left top;
	padding: 20px;
}
#news_content div.clearfix{
	clear: both;
}
#news_content img{
	float: left;
	display: block;
	border: 4px #fff solid;
	margin-right: 20px;
}
#news_content p{
	font-size: 12px;
}



/**********
	FOOTER DIV
*/
#footer{
	padding-top: 30px;
	text-align: right;
	clear: both;
	font-size: 11px;
	font-style: italic;
	line-height: 1.42em;
}
#languages{
}
#languages ul li{
	display: inline;
	margin: 0px 5px;	
}

