/* 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: verdana, arial, sans-serif;
}
#wrapper, #wrapper_home {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;*/
}

#wrapper_home {
	background-image: url(../images/home_background.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url(../images/general_background.jpg);
	background-repeat: no-repeat;
}

#content {
	background: url(../images/repeating_background.png) repeat-y;
	width: 802px;
	position: relative;
	padding-bottom: -2px;
}

#wrapper_home #content {
	background: none;
}

* 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: 165px;
	margin: 0;
	padding: 0;
	top: 235px;
	left: 3px;
	background-image: url(../images/menu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	left: -4px;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	font-size: 0.90em;
	font-weight: bold;
	padding-bottom: 13px;
}

#menu ul li.active {
	margin: 0;
	padding: 0;
	font-size: 0.90em;
	font-weight: bold;
	padding-bottom: 13px;
	background-image: url(../images/droplet.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;;
}

#menu ul li a {
	margin: 0;
	padding: 0;
	color: #003366;
	text-decoration: none;
	margin-left: 20px;
}

#footer {
	clear:both;
	height:55px;
	color: white;
	text-align:center;
	/*position:relative;
	top: 61px;*/
	background: url(../images/footer.png) no-repeat left top;
	/*padding-top: 3em;*/
	font-size: .75em;
}

#footer_home {
	clear:both;
	* height:70px;
	color: white;
	text-align:center;
	/*position:relative;
	top: 61px;*/
	/*padding-top: 3em;*/
	font-size: .75em;
}

#footer p {
	margin: 0;
	padding: 0;
}

* html #main {height:1%;}/* combat IE's 3 pixel jog */
* > html #main {height:auto;}/* mac style */
#main {
	position: relative;
	top: 20px;
	left: 200px;
	width: 555px;
	padding-bottom: 1em;
}