@charset "utf-8";
/* CSS Document */
body{margin:0;background:url(../img/bg.gif);font-size:12px;}
img{border:none;}

#container{
	width:838px;
	margin:0 auto;
	background:url(../img/bg2.gif);
	border:solid #cebd8d;
	border-width:0 1px;
	position:relative;
	padding-top:1px;
}

*:first-child+html #container{
	padding-top:68px;
}

#headline{
	background:url(../img/line.png) repeat-x top center;
}

#header{
	background:url(../img/head.png) no-repeat;
	height:59px;
	width:840px;
	position:absolute;
	left:-1px;
	top:0;
}

#header p,
h1{float:left;}

h1{
	padding:10px 0 0 20px;
}

#txt{
	padding:32px 10px 0 90px;
	margin-right:140px;
}

#btn{
	margin:30px 0 0 0;
}

#btn a{
	display:block;
	width:80px;
	height:21px;
	overflow:hidden;
}

#btn a:hover img{
	margin-top:-21px;
}

#wrapper{
	clear:both;
	background:url(../img/shadow.png) no-repeat bottom center;
	height:358px;
	margin-top:80px;
}

#content{
	clear:both;
	margin-top:20px;
}

*:first-child+html #content{
	margin-top:30px;
}

#left{
	float:left;
	width:526px;
	position:relative;
}

*:first-child+html #left{
	padding-top:40px;
}

#left h2{
	position:absolute;
	left:-9px;
	top:0;
}

#left a{color:#187306;}
#left a:hover{color:#999; text-decoration:underline;}

#news{
	background:url(../img/newsbg.gif) no-repeat;
	width:526px;
	height:195px;
	margin:40px 0 10px 20px;
}

#news ul{
	padding:23px 0 0 38px;
}

#news li{
	list-style:none;
	font-size:12px;
	margin-bottom:17px;
}

#info{
	margin:40px 0 40px 20px;
}

#info img{
	vertical-align:middle;
}

#cr{
	margin-left:20px;
}

#tw{
	float:right;
	margin:0 20px 25px 0;
}

#footer{
	clear:both;
	background:url(../img/line_f.gif) repeat-x;
}