html, body
{	
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	
}

.wrapper
{
	position: relative;
	top: 15px;
	width: 800px;
	text-align: left;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#header-box
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 103px;
	text-align: left;
	background: #FCFCF9 url(images/banner4.jpg) no-repeat;
	border:1px solid #B76E37;
	z-index:10;
}
#header-box div {
	text-align: center;
	padding-top: 5px;
}

#navigation-box
{
	position: absolute;
	top: 104px;
	left: 0px;
	width: 100%;
	height: 25px;
	border:1px solid #021A2E; 
	border-width:0 1px 1px 1px;
	z-index:9;
}
#content-box
{
	position: absolute;
	top: 129px;
	left: 0px;
	width: 100%;
	/*min-height: 500px;*/
	border:1px solid #B76E37;
	border-width:1px 1px 1px 1px;
	z-index:8;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	background-color: #FFCC99;
}

#content-box a:link
{
	color: #663300;
	text-decoration: none;
}
#content-box a:visited
{
	color: #663366;
	text-decoration: none;
}
#content-box a:hover
{
	color: #FFC71E;
	text-decoration: none;
}

#content-box-content
{
	padding: 10px;
}

#content-box-content_indexPageVersion
{
	padding: 10px;
	width: 540px;
	float: right;
}

#content-box-content_newsPageVersion
{
	text-align: center;
	padding-top: 10px;
}

#footer
{
	position: relative;
	bottom: 0px;
	height: 16px;
	color: #FF9966;
	width: 800px;
	text-align: right;
	font-size: 10px;
	font-family: verdana, sans-serif;
	padding: 0;
	border-top:1px solid #021A2E;
	margin-top:30px;
	clear:both;
	background-color: #FF6600;
}

#footer span 
{
	padding-right: 5px;
}

#footer a:link
{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

#footer a:visited
{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover
{
	color: #F8D96A;
	text-decoration: none;
	
}

#logoutMessage
{
	width:100%;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}