/* CSS Document */

body {
	margin-top:0;
text-align: center;
	background-color: #5C855D;
	background-image:url(images/bg.gif);
}

#wrap {
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
background-image:url(images/bodybg.gif);
background-repeat:repeat-y;
}

#header {
position: relative; width: 709px; height: 129px;
}
#topnav {
position: relative; width: 697px; height: 25px; background-image:url(images/topnav.jpg);
padding-right:12px;
}
#topbody {
position: relative; width: 685px; height: 34px; padding-left:12px; padding-right:12px; padding-top:7px; background-color:#5C855D; background:#5C855D;background-image:url(images/bg.gif);
}
#topbg {
position: relative; width: 709px; height: 14px; line-height: 14px; background-image:url(images/topbg.gif); background-repeat:no-repeat;
}
#bodywrap {
position:relative;width:709px; clear:both;
}
#bodyleft {
position: relative; float:left; width: 420px; min-height: 427px; padding-left:12px; padding-right:12px; 
}
#bodyright {
position: relative; float:right; width: 241px; min-height: 427px; padding-left:12px; padding-right:12px; 
}
#bottombg {
position: relative; width: 709px; height: 14px; background-image:url(images/bottombg.gif); background-repeat:no-repeat;
}
#footer {
position: relative; width: 709px; height: 46px; background-color:#5C855D;background:#5C855D;background-image:url(images/bg.gif);
}

.clear {
clear:both;
}