body {
	background-image: url(/graphics/bground.gif);
	margin: 0;
	padding: 0;
	background-color: #C6D2C4;
}

#container {
	background-image: url(/graphics/cross_fade.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 20px;
}

#banner {
	height: 80px;
	text-align: right;
}

#banner img {
	position: relative;
	top: 20px;
	z-index: 2;
	margin-right: 50px;
}

#wrapper {
	margin-right: 170px;
	/*position: relative;*/
}

/*****************************************
 * Bloat for corners
 *****************************************/

 
/* Top Bit */
#outerhead {
	background-image: url(/graphics/top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#innerhead {
	background-image: url(/graphics/top_fade.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
}


 
#content {
	background-image: url(/graphics/top_fade.gif);
	background-position: -16px -16px;
	background-repeat: no-repeat;
	min-height: 420px;
	border-left: 1px solid #002A00;
	border-right: 1px solid #002A00;
	background-color: White;;
	padding: 0 16px;
}

 /* for Internet Explorer */
/*\*/
* html #content {
	height: 420px;
}

/**/
/* Bottom bit */

#outerfoot {
	background-image: url(/graphics/bottom_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#innerfoot {
	background-image: url(/graphics/bottom_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 16px;
	margin-top: 0;
	font-size: 0.6em;
	text-align: center;
	padding-left: 16px;
	padding-bottom: 3px;
	font-family: "Franklin Gothic Demi", "Franklin Gothic Book", Arial, sans-serif;
}

 /* for Internet Explorer */
/*\*/
* html #innerfoot {
	height: 16px;
}
/**/

#innerfoot a {
	color: #830000;
}

/*****************************************
 * Navigation
 *****************************************/
 
#nav {
	background-image: url(/graphics/nav_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	width: 170px;
	position: absolute;
	top: 80px;
	right: 20px;
	z-index:0;
}

#nav ul {
	background-image: url(/graphics/nav_fade.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #002A00;
	margin: 16px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	color: #DEE6DE;
	padding: 3px 8px 3px 23px;
	margin: 0 10px;
	text-decoration: none;
	border-top: 1px solid #DEE6DE;
	background-image: url(/graphics/nav_bullet.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#nav ul li.first a {
	border-top: none;
}

#nav ul li a.current {
	font-family: "Franklin Gothic Demi", "Franklin Gothic Book", Arial, sans-serif;
}

#nav ul li a:hover {
	color: #9EB49C;
	background-image: url(/graphics/nav_bullet_over.gif);
}

#navfoot {
	background-image: url(/graphics/nav_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 17px;
	margin: 0;
	padding-top: 30px;
	text-align: center;
}

