body {
	margin:0;
	background:#841000;
	}
	
html {
	margin:0;
}

#mainwrap {
	width:795px;
	height:auto;
	padding:0px 0px 0px 0px;
	
}

#navmenu {
	margin:0 0 0 0;
	width:90%;
	height:20px;
	background-color:#841000;
	border:2px solid #000000;
	background-image:url(../images/menu_bckgd.jpg);
	background-position:left;
	background-repeat:repeat;
	text-align:left;
	text-indent:10px;
	}
#navmenu a:link,
		a:hover,
		a:visited,
		a:active {
	color:#000000;
	}
#headmst {
	margin:0 0 0 0;
	width:90%;
	height:80px;
	background-color:#FFFFFF;
	text-align:left;
	clear:both;
	border-left:2px solid #000000;
	border-right:2px solid #000000;	
	
}

#logo {
	background-color:transparent;
	background-image:url(../images/webservices_logo.png);
	background-position:left;
	background-repeat:no-repeat;
	link:http://agwebservices.org);
	height:80px;
	width:214px;
	vertical-align:middle;
	margin-left:10px;
	float:left;
}

#toprightimg {
	width:200px;
	height:80px;
	float:right;
	margin-right:0px;
}

#contentwrap {
	margin:0 0 0 0;
	width:90%;
	height:inherit;
	border:2px solid #000000;
	background:#841000;
}
#contentwrap a:link {color:#0000FF;}
		a:hover,
		a:visited,
		a:active {
	color:#000000;
	}

#contentleft {
	background-color:#990000;
	width:20%;
	height:auto;
	float:left;
}

#contentright {
	width:80%;
	height:auto;
	float:right;
	/*padding:0% 1% 1% 1%;*/
	margin: 0 0 0 0;
}
#contentright p {
	text-align:left;
}

#bottomcontent {	
	background-image:url(../images/bottomcontent_dropshadow.png);
	background-position:center top;
	background-repeat:repeat-x;
	border-top:1px solid #840000;
	border-right:1px solid #E60000;
	border-bottom:1px solid #E60000;
	border-left:1px solid #840000;
	background-color:#FFFFFF;
	padding:10px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	}

#footer {
	margin:0;
	width:90%;
	color:#FFFFFF;
	text-align:center;
	height:100px;
	clear:both;
}
#footer a:link,
		a:hover,
		a:visited,
		a:active {
	color:#FFFFFF;
	}
	
.clr {
	clear:both;
	height:1px;

}
