@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: auto;
	width: 790px;
}

#menu {
	background-image: url(/images/bg_menu.gif);
	height: 29px;
	line-height: 29px;
}

#menu_table td a  {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#menu_table a:hover  {
	text-decoration: underline;
	color: #cc9900;
	text-align: center;
}

.menu2 {
	background-image: url(/images/bg_menu_2.gif);
	background-repeat: no-repeat;
	text-align: center;
}

a {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 20px 15px 15px 15px;
}

#main_content {
	float: right; width: 495px; 
	background-image: url(/images/bg_divider.gif); 
	background-repeat: no-repeat; 
	padding-left: 20px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#box_header {
	background-image: url(/images/box_header.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #577493;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}

#box_main {
	background-image: url(/images/box_main.png);
	text-align: center;
	color: #577493;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 15px;
	
}

#box_footer {
	background-image: url(/images/box_footer.png);
	background-repeat: no-repeat;
	height: 9px;
}
