@CHARSET "ISO-8859-1";
*{
	margin: 0;
	padding: 0;
	outline: none;
}
img{
	border: 0;
}
a{
	color: #fff;
}

p{
	margin:0px;
	padding:0px;
}

ul{
	list-style-type: none;
}
body{
	background-image:url('../media/layout/bg.gif');
	font-family: Georgia;
	font-size: 12px;
	color:#fff;
}
.clear{
	clear: both;
}
#wrap{
	width: 1026px;
	height: auto;
	margin: 0 auto;
}
#header{
	width: 1026px;
	height: auto;
	background:url('../media/layout/content_mid.gif') repeat-y;
}
#header img.logo{
	margin-top: -11px;
	margin-left: 58px;
}

#header_top{
	background:url('../media/layout/content_top.gif') no-repeat;
	width: 1026px;
	height: 37px;
}
#lang{
	background-color:#32AA3C;
	padding: 7px 10px;
	float: right;
	margin-right: 36px;
	margin-top: 25px;
}
#lang ul li{
	float: right;
	margin-right: 10px;
}
#lang ul li a{
	text-decoration: none;
	color: #fff;
	cursor:pointer;
}
#lang ul li a.on{
	text-decoration: underline;
}
#lang ul li a:hover{
	text-decoration: underline;
}
#lang ul li a img{
	margin:0;
	margin-right: 5px;
}
.big_image{
	border: 4px solid #166F1D;
	margin-left: 23px;
	margin-top: 10px;
	background: url('../media/layout/big_image.jpg') no-repeat;
	width: 972px;
	height: 334px;
}
#slogan{
	width: 465px;
	height: 49px;
	margin-top: 230px;
	margin-left: 1px;
	text-align: center;
	font-size: 49px;
	font-style: italic;
}
#content{
	background:url('../media/layout/content_mid.gif') repeat-y;
	width: 1026px;
	height: auto;
	padding: 0 24px;
}
#footer{
	width: 1026px;
	height: auto;
	background:url('../media/layout/footer_bg.gif') repeat-y;
}
#footer_top{
	background:url('../media/layout/content_bottom.gif') no-repeat;
	width: 1026px;
	height: 26px;
}
#menu{
	margin-left: 36px;
}

#menu li{
	float: left;
	height: 42px;
	background: url('../media/layout/mid_button.gif') repeat-x;
}
#menu li#first{
	background: url('../media/layout/left_button.gif') no-repeat;
	width: 11px;
}
#menu li#last{
	background: url('../media/layout/right_button.gif') no-repeat;
	width: 9px;
}
#menu li a{
	padding: 2px 22px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}
#sidebar_left{
	float: left;
	width: 196px;
	height: auto;
}
#center{
	float: left;
	width: 592px;
	height: auto;
}
#sidebar_right{
	float: left;
	width: 196px;
	height: auto;
}
.box{
	width: 196px;
	height: auto;
	float: left;
	margin-top: 15px;
}
.box_header{
	width: 186px;
	padding: 0 5px 0 5px;
	font-size: 32px;
	text-align: right;
	font-style: italic;
	background-color: #3DB345;
	border-bottom: 3px solid #80CD85;
}
.box_body{
	width: 190px;
	height: auto;
	border: 3px solid #7EBB82;
	border-top: 0;
	background: url('../media/layout/box_bg.gif') left top repeat-x;
}
.box_body2{
	width: 190px;
	height: auto;
	text-align: center;
	background-color: #166F1D;
}
.box_body3{
	width: 184px;
	height: 190px;
	text-align: center;
	border: 3px solid #7EBB82;
	border-top: 0;
	background: url('../media/layout/box3_bg.gif') left top repeat-x;
}
.line{
	width: 583px;
	height: 25px;
	background: url('../media/layout/line.gif');
}
.text{
	margin: 15px;
}
.text img{
	border: 2px solid #4C4C4C;
	margin: 10px;
	float: left;
}
.box_body ul{
	margin-left: 15px;
	margin-bottom: 15px;
}
.box_body ul li{
	margin-top: 4px;	
}
.box_body ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.box_body ul li a:hover{
	text-decoration: underline;
}
.box_body ul li a.on{
	text-decoration: underline;
}
.box_body ul li a.letter_big{
	font-size: 18px;
}
h1{
	font-size: 16px;
	margin-bottom: 10px;
}
#menu_bottom{
	text-align: center;
}
#menu_bottom li{
	display: inline;
	margin-left: 20px;
}
#menu_bottom li a{
	color:#fff;
	text-decoration: none;
	font-size:10px;
}
.made_by{
	float: right;
	margin-right: 60px;
	margin-top: -15px;
}
.made_by a{
	color:#7DB983;
	font-size: 10px;
}

#flash_header {
	padding-left:27px;
	padding-top:10px;
}