body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-3dlight-color: #6d6e71;
	scrollbar-arrow-color: #6d6e71;
	scrollbar-track-color: white;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #6d6e71;
}
#container {
	position: absolute;
	width: 758px;
	margin-left: 50%;
	left: -379px;
}
#header {
	margin-top: 33px;
}
	#top_menu {
		float: left;
		width: 575px;
		height: 28px;
		
		padding: 49px 0px 0px 5px;		
		color: #6d6e71;
		line-height: 28px;
		font-size: 16px;
		font-weight: bold;
	}
		#top_menu a {
			text-decoration: none;
			color: #6d6e71;
		}
		#top_menu a:hover,
		#top_menu .active {
			color: #000000;
		}
	#top_bar,
	#bottom_bar {
		float: left;
		width: 580px;
		height: 11px;
		
		background-color: #9f232b;
	}
	#top_logo {
		float: right;
		width: 168px;
		height: 88px;
		
		margin-left: 10px;
	}
	
#content {
	float: left; 
	width: 560px;
	height: 380px;
	margin: 40px 0 40px 0;
	padding: 0px 7px 0px 7px;
	overflow: auto;
}
#right_menu {
		float: right;
		width: 174px;
		
		margin-left: 10px;
		padding-top: 40px;
		
		color: #6d6e71;
		font-weight: bold;
		
}
	#right_menu a {
		text-decoration: none;
		color: #6d6e71;
	}
	#right_menu a:hover,
	#right_menu .active {
		color: #000000;
	}
	#right_menu .sublink {
		margin-left: 12px;
		font-size: 10px;
	}
	#bottom_image {
		width: 165px;
		height: 165px;
		
		position: absolute;
		right: 3px;
		bottom: 0px;
	}
