a:link
{
	color:blue;
	text-decoration:underline;
}

a:visited
{
	color:blue;
	text-decoration:underline;
}

a:active
{
	color:blue;
	text-decoration:underline;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}

body
{
	background-color: #790000;
	color: #000000;
	font: 12px Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#rootcontainer
{
	margin-top: 0px;
	margin-bottom: 50px;
	width: 824px;
	background: url(shadow_left_right.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#topshadow
{
	background: url(shadow_top.gif) no-repeat;
	width: 824px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

#image
{
	background: url(top_image.gif) no-repeat;
	background-color: #ffffff;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

#navi
{
	background-color: #f2b854;
	width: 800px;
	height: 25px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-style: solid;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	background: url(content_background.gif) no-repeat;
	text-align: left;
	font-size: 18px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Monotype Corsiva;
}

#bottomtext
{
	
	text-align: middle;
	font-size: 10px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}


#bottomshadow
{
	background: url(shadow_bottom.gif) no-repeat 50% 3px;
	width: 824px;
	height: 12px;
	max-height: 12px;
	margin-left: auto;
	margin-right: auto;
}
