body {
	margin: 0px;
	background: #1d62ac url(img/bg_main.gif) repeat-x top;
	text-align: center;
	}
	
div#container {
	width: 600px;
	background: #f2f2f2 url(img/bg_sides.gif) repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 7px 0px 7px;
	}
	
div#header {
	background: transparent url(img/bg_header.jpg);
	width: 600px;
	height: 107px;
	float: left;
	}
	
div#menu {
	background: transparent url(img/bg_menu.gif);
	width: 600px;
	height: 31px;
	float: left;
	}
	
	div#menu_left {
		background: transparent url(img/bg_menu_left.gif);
		width: 6px;
		height: 31px;
		float:left;
		}
	
	div#menu_right {
		background: transparent url(img/bg_menu_right.gif);
		width: 6px;
		height: 31px;
		float: right;
		}
		
	div#menu li {
		display: inline;
		list-style-type: none;
		height: 31px;
		}
		
	div#menu ul {
		float: left;
		padding: 0px;
		margin: 0px 0px 0px 100px;
		}
		
	div#menu a {
		display: block;
		float: left;
		text-align: center;
		width: 65px;
		height: 24px;
		font: 12px Arial, Verdana, Sans-serif;
		text-decoration: none;
		color: white;
		padding-top: 7px;
		}
		
		div#menu a:hover {background: transparent url(img/bg_menu_hover.gif) repeat-x;}
		
div#container_content {background: #f2f2f2 url(img/bg_content.gif) repeat-x;}

	div#submenu {
		background: #f2f2f2 url(img/bg_content.gif) repeat-x;
		width: 185px;
		float: left;
		padding: 10px 0px 0px 0px;
		}
		
		div#submenu ul {
			margin: 0px;
			padding: 0px;
			}
			
		div#submenu li {
			display: display;
			list-style-type: none;
			}
			
		div#submenu a {
			display: block;
			width: 169px;
			height: 17px;
			font: 10px verdana;
			color: black;
			text-align: left;
			text-decoration: none;
			padding: 9px 0px 5px 15px;
			border-right: 1px solid #d2d2d2;
			}
			
			div#submenu a:hover {
				background: #e2e2e2;
				border-left: 10px solid #d2d2d2;
				padding-left: 5px;
				}
				
		div#submenu a#toplink {border-top: 1px solid #d2d2d2;}
		div#submenu a {border-bottom: 1px solid #d2d2d2;}
		
		div#submenu ul ul a {
			width: 159px;
			padding: 9px 0px 5px 25px;
			}
			div#submenu ul ul a:hover {
				border-left: 20px solid #d2d2d2;
				}
				
		div#submenu ul ul ul a {
			width: 149px;
			padding: 9px 0px 5px 35px;
			}
			div#submenu ul ul ul a:hover {
				border-left: 30px solid #d2d2d2;
				}
	
	div#content {
		background: #f2f2f2 url(img/bg_content.gif) repeat-x;
		width: 390px;
		padding: 15px 15px 5px 10px;
		float: right;
		text-align: left;
		font: 12px Arial;
		color: black;
		}
		
div#footer1 {
	background: #f2f2f2;
	width: 100%;
	height: 10px;
	clear: both;
	}
	
div#footer2 {
	width: 614px;
	height: 105px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background: transparent url(img/bg_footer.gif) no-repeat center;
	font: 10px verdana;
	color: #b2b2b2;
	text-align: center;
	}
	
	div#footer2 a {
		color: #b2b2b2;
		text-decoration: underline;
		}
		
		div#footer2 a:hover {color: #929292}
	
	div#footerseparator {
		width: 400px;
		height: 1px;
		background: #d2d2d2;
		margin: 0px auto 15px auto;
		font-size: 0px;
		}
