@charset "utf-8";
/* CSS Document */

#agpro {
	
}
a {
	color:#00F;
}

#nav {
	text-align:center;
}

#nav a {
	width:auto;
	height: 25px;
	line-height: 25px;
	padding: 5px 10px;
	background-color:#306b4e;
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	text-align: center;
}

#nav a:hover {
	background-color: #4d4031;
	color: #FFF;
}

#nav .download {
	margin-top: 10px;
	font-size:1.5em;
	background-color:#6CB33F;
}

h1 {
}

h2 {
	color:#000;
}

#agpro_content {
	padding: 0px 10px;
}

#agpro_left {
	float: left;
	max-width: 150px;
	margin-right:5px;
	border:1px solid #CCC;
	display:block;
}

#agpro_left ul {
	list-style-type:none;
	position:relative;
	left: -39px;
	width:135px;
}

#agpro_left li {
	list-style-type:none;
	width: 135px;
}

#agpro_left a {
	display:block;
	width:100%;
	margin:2px;
	border:1px solid #CCC;
	padding: 3px;
	text-align:center;
}

#icon_left {
	float: left;
	width:150px;
	margin-right:5px;
	margin-top:20px;
}

#agpro_center {
	float: left;
	width: 455px;
	margin-left:10px;
}

#agpro_center li {
	line-height:20px;
}

.clearfix {
	clear:both;
}
