body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

#header {
	background-image: url(img/header_bkg.png);
	background-repeat: repeat-x;
	background-color: white;
	height: 170px;
	width: 100%;
}

#header_content {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 160px;
	background-position: top center;
}

#content {
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
}

#menu {
	width: 200px;
	height: 300px;
	float: left;
	padding-top: 20px;
}

#content_right {
	width: 780px;
	min-height: 600px;
	float: right;
}

#footer {
	height: 30px;
	width: 1000px;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	background-image: url(img/footer_bkg.jpg);
	background-repeat: no-repeat;
}

/** STYLES **/

h3 {
	font-weight: normal;
	margin: 1em 0;
	font-size: 16px;
	text-decoration: none;
}

h6 {
	font-size: 10px;
	text-decoration: none;
	color: #008bc5;
	font-weight: bold;
	margin: 6px;
}

h6 a:visited, h6 a:hover, h6 a:active {
	color: #00567a;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: #5f80c8;
}

a:hover {
	color: #00567a;
}