@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#587F00;
}
#wrapper{
	width:750px;
	margin:auto;
}
#header{
	width:750px;
	height:150px;
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu{
	width:750px;
	height:40px;
	background-image:url(images/menu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FCFAEF;
	margin:0px;
	padding:0px;
	padding-top:10px;
}
#content{
	width:710px;
	height:auto;
	padding:20px;
	background-color:#FCFAEF;
}
#footer{
	width:750px;
	height:100px;
	background-color:#333333;
	color:#FFF;
	padding-top:20px;
	text-align:center
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
.title{
	background-color:#FF9;
	color:#000;
	font-weight:bold;
	padding:5px;
}
.menu_title{
	font-weight:bold;
	background-color:#930;
	padding:10px;
	font-size:14px;
	color:#FFF;
}
#menu a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	color:#999;
}
#link{
	float:left;
	width:126px;
	margin-left:20px;
	text-align:center;
	padding-top:10px;
}
#link a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#link a:hover{
	color:#999;
}
.content_top{
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:474px;
	height:16px;
}
.content_center{
	background-image:url(images/content_center.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:454px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
}
.content_bottom{
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:474px;
	height:16px;
}
.box_top{
	background-image:url(images/box_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:230px;
	height:16px;
}
.box_center{
	background-image:url(images/content_center.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	width:220px;
	height:16px;
	padding:5px;
	text-align:center;
}
.box_bottom{
	background-image:url(images/box_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:230px;
	height:16px;
}
h3{
	margin-top:0px;
	border-bottom:1px dashed #900;
	color:#900;
}
#content a{
	color:#900;
	text-decoration:none;
}
#content a:hover{
	color:#063;
}
#content a.download{
	color:#093;
}
#content a.download:hover{
	color:#F00;
}