@charset "utf-8";
/* CSS Document */

body {
    margin:0; 
    padding:0;
	background-color: #E2E2E2;
	font-family: Verdana;
    font-size:11px;
	margin-top:0;
	margin-bottom:0;

}

div, p, ul, h1, h2, h3, h4, form{
margin:0px; 
padding:0px;
}

a:link {
	color:#2b2b2b;
	font-size:12px;
	font-weight:600;
	text-decoration: none;
}
a:visited {
text-decoration: none;
font-size:12px;
font-weight:600;
color: #2b2b2b;
}
a:hover {
	text-decoration: none;
	font-size:12px;
	font-weight:600;
	color: #ffffff;
	background-color:#fdae04;
	
}
a:active {
text-decoration: none;
color: #2b2b2b;
font-weight:600;
font-size:12px;
}


#nav{
	position:relative;
	top:-31px;
    left:20px;
	width:820px;
}

#slogan{
	position:relative;
	top: 146px;
	color:#007f00;
	font-size:14px;
	width:290px;
}

#top_nav{
	position:relative;
	top: 14px;
	left:400px;
	width:500px;
	font-size:13px;
}

#desc{
	position:relative;
	left:20px;
	width:860px;
	font-size:15px;
}

#adv{
	position:relative;
    width:150px;
	top:20px;
	font-size:10px;
}

#box_title{
	position:relative;
	top:25px;
	left:18px;
	font-size:15px;
	font-weight:600;
	color:#007f00;
}

#smallbox_title{
	position:relative;
	top:37px;
	left:18px;
	font-size:15px;
	font-weight:600;
	color:#007f00;
}

#inner_box{
	position:relative;
	left:18px;
	top:35px;
	width:200px;
	height:70px;
	font-size:12px;
	line-height:15pt;
}



#inner_smallbox{
	position:relative;
	left:19px;
	top:25px;
	width:142px;
	height:18px;
	font-size:12px;
}

#footer{
	position:relative;
	left:420px;
	top:30px;
	width:480px;
	height:18px;
	font-size:11px;
}

