/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	height:100%;
	font-size: 90%;
	font-family: times, verdana, arial, sans-serif;
	color: white;
	background-color: #233E29;
}

a {
	color: white;
}
a:visited {
	color: white;
}

#wrapper, #wrapper_home {
	width: 802px;
}

#wrapper_home {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#content {
	width: 802px;
	padding-top: 150px;
}

/*#header{
	position: absolute;
	top:0;
	left:0;
	width:800px;
	height:100px;
	overflow:hidden;
	background: url(../images/general_background.jpg) no-repeat left top;
	padding-top: 133px;
	z-index: 2;
}

#header ul {
	padding: 0;
	margin: 0;
	padding-left: 3em;
	_padding-left: 0;
}

#header li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 3em;
}
*/
* html #menu {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #menu {padding-bottom:0; margin-top: 67px;}/* mac style */

#menu {
	width: 132px;
	height: 468px;
	margin: 0;
	padding: 0;
	background-image: url(../images/side_background.jpg);
	background-repeat: no-repeat;
	float: left;
	border-right: solid 5px #D07E27;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
}

#menu ul li {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #F9FFFF;
	text-align: center;
}

#menu ul li a {
	margin: 0;
	padding: 0;
	width: 120px;
	font-size: 20px;
	color: #F9FFFF;
	text-align: center;
	text-decoration: none;
}

#menu ul li:hover {
	color: #white;
	background-image: url(../images/side_rollover.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

#footer {
	clear:both;
	height:55px;
	color: white;
	text-align:center;
	padding-top: 45px;
}

#footer_home {
	clear:both;
	height:55px;
	color: white;
	text-align:center;
	padding-top: 30px;
*   padding-top: 50px;
}

* html #main {height:1%;}/* combat IE's 3 pixel jog */
* > html #main {height:auto;}/* mac style */
#main {
	width: 650px;
	height: 450px;
	background: url(../images/main_background.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 140px;
}

#main_content {
	width: 600px;
	height: 405px;
	position: relative;
	top: 40px;
	left: 35px;
}

#scrolling_area {
	height: 400px;
	overflow: scroll;
}


#files {
	background-color: #d4c8a3;
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;
	font-family: verdana;
	line-height: 22px;
	font-size: 0.9em;
}

/*#header_links {
	margin-bottom: 1em;
}

#header_links a {
	color: #FC0;
	margin-left: 1em;
	margin-right: 1em;
}*/