body {
	position: relative;
	font: 13px/16px arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	min-width: 758px;
}

#content {
	height: 610px;
	width: 758px;
	top: 100px;
	margin:0 auto;
	position: relative;
}

#header {
	float: right;
}



#nav, ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	z-index: 10;
}

#nav li.level-1-nav-li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
}

#nav li.level-1-nav-li:hover  {
	background-position: 0 -30px;
}

#nav li.level-1-nav-li.sfhover {
	background-position: 0 -30px;
}

#nav li.level-1-nav-li a:hover {
	color:white;
}

#nav li {
	float: left;
	position: relative;
	padding: 0 0 10px 16px;
	width: 100px;
	font: 13px/16px arial, helvetica, sans-serif;
	font-weight: bold;
}

#nav li a {
	text-decoration: none;
	color: #95CF2A;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 15px;
	background: #0761D4;
	border-bottom: 1px solid #95CF2A;
}

#nav li li {
	float: none;
	border-style: solid;
	border-color: #95CF2A;
	border-width: 1px;
	border-bottom: 0px;
	padding:3px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#bodee {
	clear: both;
}

#left {
	float: left;
	width: 150px;
	height: 421px;
	background-color:#95CF2A;
	text-align: center;
}

#logo {
	padding-top: 20px;
}

#tagline {
	padding-top: 20px;
}

#gutter {
	position: absolute;
	left: 150px;
	z-index: 1;
}

#right {
	float: right;
	width: 608px;
}

#bottom {
	background-color: #0761D4;
	color: #0761D4;
	font-size:10px;
	line-height: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#footer {
	color:#95CF2A;
}


