﻿body {
	background: no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url('Site/Background/b_and_w_hlee_bg.JPG');
	background-attachment: fixed;
	background-color: #333333;
}
#container {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	margin: 30px 0px 0px 0px;
	height: 250px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url('css/PIE.htc');
	border-radius: 20px;
	text-align: center;
}
#middle-col {
	padding: 0px;
	border: 1px groove #000000;
	margin: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url('css/PIE.htc');
	border-radius: 20px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('Site/Background/white_40_bg.png');
	font-weight: bold;
}
#footer {
	border: 1px groove #000000;
	background-position: center center;
	margin: 10px 15px 15px 15px;
	height: 80px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url('Site/Background/white_40_bg.png');
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url('css/PIE.htc');
	border-radius: 20px;
	text-align: center;
	text-indent: 10px;
	width: 891px;
}
#middle-content {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 15px 0px 15px 0px;
	text-align: center;
	width: auto;
}
#top-nav {
	background-position: center center;
	border: 1px groove #000000;
	margin: 10px 15px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url('Site/Background/white_40_bg.png');
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url('css/PIE.htc');
	border-radius: 20px;
	width: 891px;
	text-align: left;
	clear: both;
	height: 50px;
}
#top-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top-nav li {
	float: left;
	width: 146px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	border: 1px none #000000;
	text-decoration: none;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	color: #000000;
	display: block;
	text-decoration: underline;
}
#top-nav a:hover {
	color: #FF0000;
	background-image: url('Site/Buttons/button_hover.png');
}
