@charset "UTF-8";
/* CSS Document */

}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 1262px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* the auto value on the sides, csoupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	background-color: #FFF;
}


#main_content {
	width: 1200px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	background-color: #FFF;
}
#head {
	float: left;
	width: 1200px;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-color: #F68F2D;
	height: 203px;
	text-align: center;
}
#nav {
	background-color: #F66;
	float: left;
	width: 1200px;
}
#main_body2 {
	float: left;
	width: 1200px;
	background-color: #700000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/AG_back3.jpg);
}
#main_body3 {
	background-image: url(images/AG_bioback3sm.jpg);
	float: left;
	width: 1200px;
	background-repeat: repeat;
}
#bottom {
	float: left;
	width: 1200px;
	background-color: #700000;
	font-size: 14px;
	color: #FFFFFF;
	clear: none;
}
#footer {
	float: left;
	width: 1200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #710202;
}
#main_body {
	width: 1200px;
	background-color: #700000;
	background-image: url(images/ag_back.jpg);
	background-position: center center;
	float: left;
	clear: none;
}
#gold_rule {
	float: left;
	height: 3px;
	width: 1200px;
	background-color: #F68F2D;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FFF;
}
#wrapper {
	background-color: #999;
	height: 525px;
	width: 818px;
	margin-right: auto;
	margin-left: 200px;
}
#prev. {
	background-image: url(images/slide_back.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 525px;
	width: 58px;
	background-color: #000;
}
#slider {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 525px;
	width: 702px;
	overflow: hidden;
}
#next {
	background-color: #000;
	background-image: url(images/slide_fro.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 525px;
	width: 58px;
	display: block;
}
#prev {
	background-color: #000;
	background-image: url(images/slide_back.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 525px;
	width: 58px;
}
#wrapper2 {
	display: block;
	height: 360px;
	width: 818px;
	margin-left: 191px;
	position: relative;
	z-index: 99;
}
#container2 {
	display: block;
	float: left;
	height: 360px;
	width: 818px;
	overflow: auto;
}
#prev2 {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 360px;
	width: 70px;
	position: relative;
	z-index: 99;
}
#next2 {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 360px;
	width: 70px;
	position: relative;
	z-index: 99;
}
#slider2 {
	display: block;
	float: left;
	height: 360px;
	width: 818px;
	overflow: hidden;
	position: absolute;
}
