html, body
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font: 10pt tahoma;
	text-align: center;
	background: White url(../images/bar.jpg) repeat-x top;
}
#outer
{
	background-color: White;
	position: relative;
	margin: 0 auto;
	height: 100%;
	padding: 0;
	width: 733px;
	text-align: right;
}

#thead
{
	height: 136px;
	background: White url(../images/header.jpg) no-repeat top;
}
#head
{
	border: 1px solid White;
	height: 30px;
	background: #FFCC00;
}

#side
{
	background-color: #FFFF99;
	border-left: 1px solid #FFE166;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
}

#MainContent
{
	padding: 15px;
	margin-right: 200px;
	height: auto;
	background: White;
}

#Content
{
	height: 100%;
	position: relative;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

#footer
{
	text-align:center;
	width: 100%;
	height: 20px;
	background-color: #FFCC00;
}

.SideBoxHead
{
	background: #BBE806;
	border-bottom: 1px solid #3ACE0C;
	padding: 3px;
	margin-left: 2px;
	margin-right: 2px;
	font: 9pt tahoma;
	font-weight: bold;
}

#nav
{
	background-color: #FFCC00;
	width: auto;
	height: 10px;
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
}

#nav li
{
	float: right;
}

#nav li a
{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	color: black;
	padding: 1px 6px 3px 6px;
}
#nav li a:hover
{
	color: White;
	background-color: #FF6600;
}

img
{
	border:0;
}
