@charset "utf-8";
/* CSS Document */
body{
	margin:1px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6e6e6e;
	font-size:17px;
	line-height:25px;
}
a{
	color:#417f1f;
}
.body{
	background-image:url(../images/main/body.gif);
	background-repeat:repeat-x;
}
#menu{
	height:43px;
	width:778px;
	margin:auto;
	text-align:center;
	color:#FFF;
	font-size:12px;
}
#menu a{
	padding-left:27px;
	padding-right:27px;
	padding-top:7px;
	height:35px;
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
}
#menu a:hover{
	color:#99ed6b;
	background-image:url(../images/main/menu_h.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#menu span{
	padding-top:7px;
	height:35px;
	display:block;
	float:left;
}
.full{
	width:100%;
}
#logo{
	background-image:url(../images/main/logo.png);
	height:130px;
	margin-left:-10px;
	z-index:100;
	position:absolute;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:50px;
}
#content{
	padding:20px;
}
h1{
	padding-top:0px;
	margin-top:0px;
	font-size:48px;
	line-height:48px;
	color:#171717;
	font-weight:normal;
}
#footer{
	background-image:url(../images/main/footer.png);
	height:100px;
	padding-top:33px;
	margin-top:-1px;
	margin-left:-3px;
	z-index:100;
	position:absolute;
	width:100%;
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	font-size:15px;
	color:#939393;
}
#container{
	background-image:url(../images/main/content.gif);
	background-repeat:no-repeat;
	width:728px;
	min-height:800px;
	margin:auto;
}
#flash{
	padding:8px;
	padding-top:4px;
	min-height:300px;
}
