html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(/images/bg.gif) repeat;
}

#wrapper {
	min-height: 100%;
	width: 760px;
	background: url(/images/wrapper_bg.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 8px 0px 8px;
	position: relative;
} * html #wrapper {
	height: 100%
}

/* ---- Header and Top Navigation ---- */
#header {
	width: 760px;
	height: 120px;
	background: url(/images/header_bg.gif) no-repeat;
}

#header ul {
	float: right;
	margin:0;
	padding: 0 30px;
}

#header li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 1px;
	float: left;
}

#header li a{
	text-decoration: none;
	padding: 6px 8px 3px 8px;
	border-bottom: none;
	background-color: #60707c;
	display: block;
}

#header li a:link, 
#header li a:visited,
#header li a:hover {
	color: #FFFFFF;
}

#header li a.current{
	background-color: #404b55;
}

#header .logolink {
	width:138px;
	height:38px;
	display:block;
	float:left;
	position:relative;
	left: 32px;
	top: 20px;
}

#content {
	margin:0;
	padding: 0;
}

#footer {
	color: #999999;
	width: 760px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: .94em;
}

#footer a,
#footer a:visited {
	color: #999999;
	text-decoration: none;
	padding: 5px;
}

#footer a:hover{
	color: #669999;
	text-decoration: underline;
}

/* ---- Main Body Content ---- */
#main {
	width: 386px;
	float: left;
	padding-left: 28px;
}

#main h1 {
	font: 1.8em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	padding: 0px 0px 25px;
	margin: 0px 0px 10px;
	background: url(/images/divider.gif) bottom no-repeat;
	text-align: center
}

#main h2 {
	font: 1.4em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

#main p {
	line-height: 2.0em;
	font-size: 1.04em;
	text-align: justify
}

/* ---- Right Side Navigation ---- */
#nav {
	width: 284px;
	float: right;
	padding-right: 28px;
}

#nav .showcase {
	background-color: #b3bfc8;
	height: 50px;
	color: white;
	padding:10px;
}

#nav .showcase p {
	color: #000000
}

#nav h2 {
	font-size: 1.4em; 
	letter-spacing: 1px;
	padding: 10px;
	margin: 0;
	color: #FFFFFF;
}

#nav ul {
	margin: 2px 0;
	padding: 10px;
	background-color: #e9eff5;
	
}

#nav li {
	list-style: none;
	padding-bottom: 8px;
}

#nav h2 {
	color: #2b5967;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#nav p {
	color: #afafaf;
	margin: 0;
	padding: 0px 0px 5px 0px;
}