body, html
{			
	padding:0;
	background-color: #c0c1d0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

body
{
	min-width:750px;
	margin:20px;
}

a:link
{
	color: #000066;
	text-decoration: none;
}

a:visited
{
	color: #000066;
	text-decoration: none;
}

a:hover
{
	color: #990000;
}

#wrap
{
	background:#99c;
	margin:0 auto;
	background: url(/images/back.gif) repeat-y
}

#header
{
	background: url(/images/bg_topframe.gif) no-repeat right top;
	height: 95px;
	padding: 0;
	margin: 0;
	position: relative;
}

#header img
{
	padding-left: 12px;
	padding-right: 12px;
	background: white;
}

#header h1
{
	padding:5px;
	margin:0;
}

#nav
{
	padding:5px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 0.9em;
	color: #000066
}

#nav ul
{
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}

#nav li
{
	display:inline;
	margin:0;
	padding:0;
	margin-left: 15px;
}

#sidebar
{
	float:left;
	background: url(/images/bg_leftframe.jpg) no-repeat left top;
	width: 140px;
	background-color: #000170;
	padding: 13px;
	padding-top: 50px;
	min-height: 300px;
	margin-bottom: -19px;
}

#sidebar h2, #sidebar h3, #sidebar p
{
	padding:0 10px;
}

#sidebar img
{
	border: 0;
}

#main
{
	background: url(/images/bg_middleframe.gif);
	border-top: 1px solid #eec;
	padding: 15px;
	min-height: 358px;
}

#main ul
{
	margin-bottom:0;
}

#main h3, #main p
{
	padding:0 10px 0 0;
}

#footer
{
	clear:both;
	background-color: #000170;
	font-size: 0.8em;
	color: #CCCC66;
	text-align: center;
	line-height: 30px;
}