/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color:#DBDBDB;
	margin:0px;
	padding:0px;
}
A{
color:#406131;
font-weight:bold;
}
#shell{
width:900px;
margin:auto;
}
#header{
height:114px;
background-image:url(img/logo.gif);
background-repeat:no-repeat;
margin:0px;
padding:0px;
}
#header ul{
margin:0px;
padding:0px;
}
#header ul li{
float:right;
	list-style-type: none;
	display:block;
	width:150px;
	margin-right:1px;
}
#header ul li a{
color:#fff;
	font-weight:bold;
	text-decoration: none;
		width:150px;
	text-align:center;
	display:block;
	background-image:url(img/header_menu_button.jpg);
	height:29px;
	line-height:29px;
}

#menu{
height:32px;
background-image:url(img/menu_back.jpg);
}
#menu ul{
margin:0px;
padding:0px;
}
#menu ul li{
	float:left;
	list-style-type: none;
	display:block;
	width:150px;
}
#menu ul li a{
color:#003569;
	font-weight:bold;
	text-decoration: none;
		width:149px;
	text-align:center;
	border-right:1px solid #fff;
	height:20px;
	display:block;
padding-top:12px;
}
#menu ul li a:hover{
background-image:url(img/menu_roll.jpg);
color:#fff;
}
#menu .active a{
background-image:url(img/menu_roll.jpg);
color:#fff;
}

#main{
background-image:url(img/main_image.jpg);
background-repeat:no-repeat;
background-color:#507A3E;
padding-left:300px;
}
#content{
width:500px;
background-image:url(img/middle.jpg);
background-repeat:no-repeat;
background-color:#fff;
padding-left:30px;
padding-right:30px;
padding-top:120px;
padding-bottom:10px;
}
#mainfoot{
height:39px;
background-image:url(img/main_lower.jpg);

}
#footer{
height:50px;
background-image:url(img/footer.jpg);
margin:0px;
padding:0px;
font-size:10px;
color:#fff;
padding-left:330px;
padding-top:16px;
}
#footer a{
color:#fff;
text-decoration:none;
}
#footer p{
margin:0px;
padding:0px;
}
H1{
font-size:24px;
font-weight:normal;
margin:0px;
padding:0px;
padding-bottom:5px;
line-height:1em;
border-bottom:1px solid #f36f58;
}
H2{
font-size:18px;
font-weight:normal;
}
ol{

}
ol li{
margin-top:10px;
}

.pic{
border:1px solid #000;
margin-left:10px;
margin-bottom:10px;
}
.pic2{
border:1px solid #000;
}