body
{
	margin: 0;
	padding: 0;
	font-family: arial, hevetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: black;
	background-color: #709e9c;
}

#shadow
{
	margin: 1em auto;
	margin-top: 40px;
	width: 824px;
}

#shadow_top
{
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(../images/shadow_top.jpg);
}

#shadow_middle
{
	margin-top: 20px;
	background: url(../images/shadow_middle.jpg) repeat-y 50% 0;
}
* html #shadow_middle
{
	margin-right: -20px;
}

#shadow_bottom
{
	width: 824px;
	height: 20px;
	background-image: url(../images/shadow_bottom.jpg);
}


#container
{
	width: 800px;
	margin-top: -20px;
	text-align: left;
	border: 2px solid black;
}

#header
{
	height: 150px;
}
* html #header
{
	margin-bottom: -4px;
}

#spacer1
{
	height: 20px;
	background-image: url(../images/spacer.jpg);
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
* html #spacer1
{
	margin-right: -3px;
	height: 22px;
}

#navicontent_background
{
	background: #e7f9f9 url(../images/navicontent_background.jpg) repeat-y 50% 0;
}
* html #navicontent_background
{
	background: #e7f9f9 url(../images/navicontent_background.jpg) repeat-y 20% 0;
}

#navi
{
	width: 200px;
	float: left;
}

#content
{
	padding: 5px;
	margin-left: 200px;
}
* html #content
{
	margin-right: -2px;
}

#spacer2
{
	clear: both;
	height: 20px;
	background-color: white;
	background-image: url(../images/spacer.jpg);
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
* html #spacer2
{
	margin-right: -3px;
	height: 22px;
}

#footer1
{
	width: 200px;
	float: left;
	text-align: center;
	background-color: white;
}

#footer2
{
	margin-left: 200px;
	text-align: center;
	background-color: white;
}