/* CSS Document */

html,body { height: 100%; }

body {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #dad3bf;
	margin:0;
	padidng: 0;
	text-align:justify;
}
.c {text-align:center;}
a img { border: 0; }

a {
	font-weight:bold;
}

a:hover {

}

#main {
	width: 775px;
	margin: 0 auto;
	border: 0;
	border: 1px solid #c6c0ae;
	border-width: 0 1px 1px 1px;
	background-image: url('../images/nav-bg.jpg');
	background-color:#FFFFFF;
	background-position:top right;
	background-repeat:no-repeat;
}

h1 { 
	margin: 0 20px 20px 20px;
	/*margin: 0;*/
	padding: 0;
	height: 168px;
	width: 168px;
	color:#FFFFFF;
	font-size: 14px;
	background-color: #566c10;
	float:left;
	text-align:center;
	display:inline;
}


#nav {
/*	background-color: #8e8367;
	background-image: url('../images/nav-bg.jpg');
	background-position:right;
	background-repeat:repeat-x;
	height: 54px;
	color: #ffffff;*/
}

#nav table,#nav a { margin:0;padding:0; }

#nav a { 
	font-size: 18px; font-weight: bold; color: #ffffff;
	text-decoration: none;	
}

#nav a:hover { 
	color: #a9b77e;
}

#nav .lang a { 
	font-size: 11px;
	font-weight:normal;
}

#menu {	width: 548px;height: 54px;margin-bottom: 10px; }

#menu td { vertical-align:bottom; }

#menu ul { /* all lists */
	padding: 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a {
	display: block;
	/*width: 10em;*/
}
#menu td ul a {
	font-size: 15px;
	color: #c5c5c5;
}
#menu td ul { /* second-level lists */
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu td:hover ul, #nav td.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu a.none { cursor:default }
#slogan { font-size: 15px; color: #923401; font-weight: bold; margin-top: 75px; }

#body { clear: both; margin: 20px;}

#body { font-size: 12px; }

h2 { color: #bbc49f; }
.entry h3.title { color: #715c3b;margin-bottom:0; }
.entry .date { color: #c0c0c0; font-size: 9px; }

.fr { float:right; }
.fl { float:left; }
.cb { clear: both; }

.ch { margin:0 auto; }
.tc { text-align:center; }

.w100 { width: 100%; }

div.hr { margin: 15px 0 0 0;padding:0;height: 1px; line-heihgt:0;font-size: 0;background-color:#CCCCCC; }

.entry .fl { padding: 0 10px 10px 0; }
.entry .fr { padding: 0 0 10px 10px; }

#page_nav { margin: 0 auto; }
#page_nav td.current { background-color: #ffffff; }
#page_nav td {
font-size: 9px;
vetical-align:center;
text-align:center;
color: #CCCCCC;
padding: 5px;
}
#page_nav td a{
color: #000000;
text-decoration:none;
}
#page_nav td a:hover{
font-weight:bold;
}

#foot {
	padding: 5px 15px 5px 15px;
	background-color: #566c10;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#foot a{
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
.icon {
background-color:#566c10;
background-image: url(../images/icons/bg_rounded.gif);
background-repeat: no-repeat;
}

