html {
	font-size: 100%;
	min-height: 100%;
}

a img { border: 0; }

p {
	margin: 0;
}

body {
	margin: 0;
	min-height: 100%;
	background: #372300 url(../img/waves-bot.jpg) no-repeat bottom center;

	font-family: verdana;
	font-size: 12px;
}

#outer {
	background: url(../img/waves-top.jpg) no-repeat top center;
}

.spacer {
	height: 30px
}

#container {
	width: 836px;
	margin: 0 auto 0 auto;
}

#contain-top {
	width: 836px;
	height: 37px;
	background: url(../img/frame-top.png) no-repeat;
}

#contain-body {
	background: url(../img/frame-bg.png) repeat-y;
	padding: 1px 23px;
}

#contain-bot {
	width: 836px;
	height: 37px;
	background: url(../img/frame-bot.png) no-repeat;
}

#header {
	width: 790px;
	height: 110px;
	background: url(../img/header.gif) no-repeat top center;
	position: relative;
}

#main {
	background: url(../img/sidebarbg.gif) repeat-y left top;
	padding: 5px;
}

#home-home #main {
	padding: 0px 5px 5px 0px;
	margin: 6px 0 0 0;
}


#content {
	margin-left: 215px;
}

#side {
	width: 202px;
	float: left;
}

#footer {

}

#bottomnav {
	text-align: center;
	color: #6A6AAC;
	font-size: 9px;
}

#bottomnav a, #bottomnav a:link, #bottomnav a:visited {
	text-decoration: none;
	padding: 0px 8px;
}


/*** =NAVIGATION ***/

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 28px;
	background-color: #6a6aac;
}

ul#nav li {
	float: left;
	position: relative;
		z-index: 9999;
	line-height: 16px;
	padding: 6px 0;
}

ul#nav li.right {
	float: right;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	display: block;
	float: left;
	padding: 0px 16px;

	color: white;
	text-decoration: none;

	border-left: 1px solid #ffffff;
}


ul#nav li.first a, ul#nav li.first a:link, ul#nav li.first a:visited {
	border: none;
}

ul#nav li a img {
	vertical-align: middle;
}

ul#nav li ul {
	position: absolute;
	top: 28px;
	left: 0px;

	display: none;

	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #6a6aac;
}


ul#nav li ul li {
	border-bottom: 1px solid #bdbdda;
	padding: 2px 5px 6px 15px;
	text-align: left;
	float: none;
}


ul#nav li ul li a, ul#nav li ul li a:link, ul#nav li ul li a:visited {
	padding: 0;
	border: none;
	color: #ffffff;
	text-decoration: none;
	float: none;
	line-height: 20px;
}

/*** end =NAVIGATION ***/