/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background: #fff url(../images/main_bg.jpg) repeat-x top center;
}
a:link, a:visited { color: #F3565F; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F3565F; text-decoration: none; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 40px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 18px;
	color:#369338;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 16px;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#137ED5;
}

#container {
	margin: auto;
	margin-top: 10px;
	width: 910px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(../images/left_corner.jpg) no-repeat;
}
#left_title {
	padding: 0px 8px 0px 8px;
	min-height: 550px;
}

#menu_column {
	float: left;
	width: 230px;
	background: url(../images/left_title.jpg) no-repeat;
}
.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}

.menu_list li a {
	color: #258C11;
	padding-left: 22px;
	background: transparent url(../images/list.png) no-repeat center left;
}
.menu_list li a:hover, .menu_list li .current {
	color: #a81407;
}
#new {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
}
#new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#contact {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	background: #720803;
	color: #FFFFFF;
	height: 80px;
}
#contact span {
	font-size: 14px;
	font-weight: bold;
}
#right_column {
	float: right;
	width: 653px;
}
#right_header {
	height: 251px;
	color: #FFFFFF;
	background: url(../images/header.jpg) repeat-x;
}

#lang_menu {
	position: absolute;
	right: 50px;
	top: 20px;
}

.right_link {
	float: left;
	margin: auto;
}
.right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}
.right_link li{
	display: inline;
}
.right_link li a {
	float: left;
	margin-top: 35px;
	width: 72px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	/*background: url(../images/bullet.gif) no-repeat;*/
}

.right_link li a:hover, .right_slogan li a:hover {
color: #F5FF1E;
}
.right_slogan {
	float: right;
	text-align: right;
	margin-top: 20px;
	padding-right: 15px;
	width: 100%;
	color: #CCCCCC;
}

.right_slogan a, .right_slogan li a {
	color: #FFFFFF;
	font-weight: normal;
}


#content {
	background: url(../images/right_bg.jpg) repeat-x;
}
#content .post-text {
	margin-top: 15px;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}

.wedo img {
	float: right;
	padding-left: 10px;
}
#footer, #footer a {
	clear: both;
	width: 880px;
	height: 32px;
	padding-top: 20px;
	text-align: right;
	background: #fff;
	font-weight: normal;
	color: #ECC5EF;
}
