html {
	height: 100%;
}

body {
	background: #FFCC99 url(images/bg.gif) repeat-y 50% 0;
	height: 100%;
	min-width: 700px;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	/* IE PC footer hack */
	<!--[if gte IE 5]>
	margin-bottom: -44px;
	<![endif]-->
}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 150px;
	width: 700px;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 700px;
}

h1 {
	width: 700px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/header.jpg);
	margin: 0;
	padding: 0;
}

#left {
	width: 175px;
	float: left;
}

#contentarea {
	float: left;
	width: !important 510px;
	width: 510px;
	max-width : !important 510px;
	border-top: 0;
}

#content {
	padding-left: 20px;
	padding-top: 10px;
 }
	
#navcontainer {
	width: 175px;
	padding: 0;
	margin: 0;
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
}

/* nav */
#navcontainer a {
 	display: block;
 	width: 175px;
 	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#navcontainer a:link, #navcontainer a:visited {
 	background-color: #CC6633;
	color: #FFFFFF;
	border-bottom: 1px solid #993300;
 	text-decoration: none;
}

#navcontainer a:hover, #navlist a:active {
	color: #993300;
	background-color: #FFFF99;
	text-decoration: none;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background: #FFCC99 url(images/uberlink.gif) no-repeat;
	color: #993300;
	border-bottom: 1px solid #CC6633;
	text-decoration: none;
}

/* /nav */

#content h2 {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/bullet.gif) no-repeat;
	font-weight: bold;
	font-decoration: outline;
	color: #993300;
	width: 450px;
	padding: 0 0 0 25px;
}

#content h3 {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	width: 430px;
	line-height: 20px;
	padding-left: 10px;
 }

#footer {
	display: block;
	width: 700px;
	height: 44px;
	background: #FFE7D0 url(images/footer.gif) no-repeat center bottom;
	text-align: right;
}

.clearfloats {
	clear: both;
	height: 0px;
}

.footertext {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 42px;
	color: #FFFFFF;
 }
 
.footerlink:link, .footerlink:active
.footerlink:visited, .footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
 }

.subheading {
	font: 1em Georgia, Times New Roman, Times, serif bold;
	font-weight: bold;
	color: #993300;
}

.imageright {
	float: right;
	padding: 0px;
	border: 0;
}

.imageleft {
	float: left;
	padding: 0px;
	border: 0;
}

hr {
    height: 1px;
    width:100%;
    background:#00CCFF;
}

#contact {
	background: url(images/contactus.jpg) no-repeat top right;
	width: 445px;
	height: 500px;
}

/* unordered list stuff */
.list {
	line-height: 15px;
}

.list li {
	padding-top: 25px;
}
