body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
}

a {
	outline: none;
	color: blue;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

p.center {
	text-align: center;
}

#container {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 1000px;
	clear: both;
	overflow: auto;	
}

	#header {
		float: left;
		margin: 0 0 5px 0;
		width: 1000px;
		height: 304px;
		background-image: url(images/hdr_bg.jpg);
		background-repeat: no-repeat;
	}

	#nav {
		float: left;
		width: 222px;
		height: auto;
		background-image: url(images/menu_bg.jpg);
		background-repeat: repeat-y;
	}
		
		.navTop {
			width: 222px;
			height: 59px;
			background-image: url(images/menu_top.jpg);
			background-repeat: no-repeat;
		}
	
		.navContent {
			width: 150px;
			padding: 0 10px 0 40px;			
		}
		
			.navContent ul{
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			.navContent ul li{
				margin: 0;
				padding: 0;
			}
	
			.navContent ul li.menuTitle{
				padding-bottom: 5px;
				font-size: 14px;
				font-weight: bold;
				text-decoration: underline;
			}
			
			.navContent ul li a{
				display: block;
				margin: 2px 0 5px 0px;
				padding: 3px 15px 5px 0;
				color: #999999;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				background-image: url(images/link1.jpg);
				background-repeat: no-repeat;
			}
	
			.navContent ul li a:hover{
				color: #ffffff;
				background-image: url(images/link2.jpg);
				background-repeat: no-repeat;
			}
	
		.navBottom {
			width: 222px;
			height: 64px;
			background-image: url(images/menu_bottom.jpg);
			background-repeat: no-repeat;
		}
		
	#mainContent {
		float: right;
		width: 773px;
		height: auto;
		background-image: url(images/content_bg.jpg);
		background-repeat: repeat-y;
		color: #000000;
		line-height: 18px;
	}
	
		.contentTop {
			width: 773px;
			height: 68px;
			background-image: url(images/content_top.jpg);
			background-repeat: no-repeat;
		}
		
			.contentTop h1 {
				padding: 35px 0 0 30px;;
				font-size: 18px;
			}
		
		.contentMain {
			width: 650px;
			padding: 0 40px 0 30px;
		}
		
			.centerBox {
				text-align: center;
			}
			
				.centerBox h2 {
					font-size: 24px;
				}
				
				.centerBox h3 {
					font-size: 18px;
				}
				
				.centerBox h4 {
					font-size: 16px;
				}
				
				.centerBox h6 {
					font-size: 12px;
				}
		
				#newsBox {
					font-size: 11px;
					height: 100px;
					overflow-y: scroll;
					background-color: #b59765;
					border: 1px solid;
					padding-left: 10px;
				}
		
		.contentBottom {
			width: 773px;
			height: 77px;
			background-image: url(images/content_bottom.jpg);
			background-repeat: no-repeat;
		}
		
	#footer {
		float: left;
		margin: 10px 0 10px 0;
		text-align: center;
		font-size: 11px;
		width: 1000px;
		color: red;
	}
	
		#footer a {
			margin: 0 5px 0 5px;
			color: blue;
			text-decoration: none;
		}
		
		#footer a:hover{
			color: #ffffff;
			text-decoration: underline;
		}
		
		.copyright {
			color: #494949;
			font-size: 10px;
		}