body {
	font: 12px Tahoma;
	background:#FFF url("../img/body.gif") repeat-x 0 0;
	color:#555;
	
	text-align: center;
}

h1 {
	margin: 10px 10px 20px 10px;
	color:#ca7943;
}

a {
	outline: none;
	text-decoration: underline;
	color: #369;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

p {
	margin:5px 10px 10px;
	line-height: 150%;
}

ul.list {
	list-style-type: none;
}
ul.list li {
	margin-bottom:30px;
}

ul.pager {
	list-style-type:none;
	clear:both;
	margin:10px 0;
	padding: 10px 0;
	float:left;
	font-size:11px;
	border-top: 1px dotted #bbb;
	width:100%;
}
ul.pager li {
	float:left;
}
ul.pager li strong,
ul.pager li a {
	display:block;
	padding:0 5px;
	text-decoration:none;
	color:#555;
}
ul.pager li a:hover {
	color:#000;
}
ul.pager li.label,
ul.pager li strong {
	font-weight:bolder;
	color:#AF5A15;
}
ul.pager li.control {
	margin:0 5px;
}
ul.pager li.control a {
	padding:0;
	width:12px;
	height:12px;
	text-indent: -100em;
	overflow:hidden;
	background-image:url("../img/icons-pager-2.gif");
	background-repeat: no-repeat;
}

ul.pager li.control.first a {background-position: 0 -36px}
ul.pager li.control.first a:hover {background-position: -12px -36px}
ul.pager li.control.previous a {background-position: 0 -24px}
ul.pager li.control.previous a:hover {background-position: -12px -24px}
ul.pager li.control.next a {background-position: 0 0}
ul.pager li.control.next a:hover {background-position: -12px 0}
ul.pager li.control.last a {background-position: 0 -12px}
ul.pager li.control.last a:hover {background-position: -12px -12px}

/**************************************************************************************/

#container {
	width:1000px;
	margin: 0 auto;
	text-align: left;
}

#left {
	float:left;
	width:250px;
	padding: 0 10px 20px;
	min-height:300px;
	background: url("../img/left.png") no-repeat center 0;
	font-size:11px; 
}
#left h1, #left h1 a {
	font-size:13px;
	padding:20px 10px 10px;
	margin:10px 0 0 0;
	text-decoration:none;
	color:#CA7943;
}

#left h2, #left h2 a {
	font-size:11px;
	padding:0 20px;
	margin:0;
	text-decoration:none;
	color:#555;
}
#left p {
	padding:0 10px;
}

#left .more {
	text-align:right;
	font-size:10px;
	padding:0 10px;
	margin-bottom:20px;
}	

#logo {
	text-align: center;
	height:88px;
}

ul#language-select {
	list-style-type: none;
	background:url("../img/language-selector.gif") repeat-x 0 center;
	width:100%;
	padding:2px 0;
	text-align: center;
}
ul#language-select li {
	margin:0 10px;
	display:inline;
}
ul#language-select li img {
	border:1px solid transparent;
	padding:1px;
}
ul#language-select li a:hover img,
ul#language-select li strong img {
	border-color:#777;
}

#right {
	overflow:hidden;
	float:left;
	padding:0 0 20px;
}

ul#menu {
	width:690px;
	overflow:hidden;
	list-style-type: none;
	float:left;
	margin:52px 0 10px 0;
	font-size:13px;
}
ul#menu li {
	float:left;
}
ul#menu li a {
	text-decoration: none;
	color:#bbb;
	display:block;
	padding:10px 8px 20px;
}
ul#menu li a:hover {
	color:#000;
	background:url("../img/menu-active.gif") no-repeat center bottom;
}
ul#menu li.active a {
	color:#ca7943;
	font-weight:bolder;
	background:url("../img/menu-active.gif") no-repeat center bottom;
}

#content {
	width:500px;
	padding:10px;
	clear:both;
	float:left;
}

#content h1 {
	font-size:20px;
}

#content h2 a,
#content h2 {
	font-size:14px;
	color:#CFA45A;
	text-decoration: none;
}

#content img {
	padding:2px;
	background:#fff;
	border:1px solid #aaa;
}
#content img[align] {
	margin:0 10px;
}

#content .more,
#content .more a {
	font-size:11px;
	color:#aaa;
}

#banners {
	width:200px;
	padding:5px;
	float:right;
	text-align:center;
}

#banners a.banner-link {
	display:block;
	text-align:center;
	margin:0 0 10px 0;
	color:#555;
	text-decoration:none;
	font-size:10px;
}
#banners a.banner-link:hover {
	text-decoration:underline;
}

.news .date {
	float:right;
	font-size:11px;
	margin-left:20px;
	color:#aaa;
}

#footer {
	clear:both;
	border-top:1px dotted #bbb;
	font-size:11px;
	color:#bbb;
	padding:10px;
}