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

body { margin-left: auto; margin-right: auto; background:url(../images/bg.jpg) #000000 top center no-repeat; border:0px; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

a {color:#ad8442; text-decoration:none;}
a:hover {color:#ad8442; text-decoration:underline;}
	
	
.content { clear:both; width:904px; margin-left:auto; margin-right:auto; margin-top:45px; padding:23px; }
	.content .header_container { height:141px; width:904px; clear:both; background:url(../images/header_bg.jpg) top center no-repeat;}
	.content .menu_container { height:52px; width:904px; clear:both; background:url(../images/menu_bg.jpg) top center no-repeat; margin-top:15px;}
	.content .menu2_container { height:61px; width:904px; clear:both; margin-top:5px;}
	.content .left_container { width:240px; min-height:400px; float:left; margin-top:5px; color:#581900;}
	.content .body_container { width:654px; min-height:520px; float:left; margin-top:5px; padding-left:10px; }
	.content .right_container { width:150px; min-height:400px; float:left;  }
	.content .footer_container { clear:both; width:904px; height:52px; background:url(../images/menu_bg.jpg) top center no-repeat; }
	
.spacer { clear:both; }

.error_alert { background-color:#FF0; color:#000; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px; }
.standard_alert { background-color:#0F0; color:#000; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px; }
.system_alert { background-color:#F00; color:#FFF; font-weight:bold; font-size:14px; text-align:center; padding:2px; border:solid 1px #000; }

