/* CSS Document */

body {
	margin-top: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #5d8131;
	background-image: url(../images/ag-home.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

#nav {
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	height: 55px;
	text-align:center;
	color: #cbd3ac;
	padding-top: 20px;
	font-size: .80em;
	word-spacing: 1.5em;
}

#nav a {
	color: #cbd3ac;
	text-decoration:none;
}

#nav a:hover {
	color: #FFF;
	text-decoration:underline;
}

#contentleft {
	float:left;
	width: 265px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px dotted #666;
	color: #333;
	font-size:.85em;
}

img
{  border-style: none;
}

#contentright {
	float:right;
	width: 490px;
	font-size:.85em;
	padding-right: 20px;
		padding-bottom: 20px;
	color: #333;
}

#contentright h2 {
	font-weight:normal;
	color:#900;
}

#contentright h3 {
	font-weight:normal;
	color: #030;
}

#contentright a {
	color: #222;
	text-decoration:none;
}

#contentright a:hover {
	color: #fff;
	text-decoration: underline;
}


#footer {
	clear:both;
	padding-top: 12px;
	border-top: 1px dotted #666;
	font-size: .75em;
	color: #5d710a;
}

#footer a {
	color: #5d710a;
	text-decoration:underline;
}

#footer a:hover {
	color: #fff;
	text-decoration:none;
}