*
{
	padding: 0px;
	margin: 0px;
	/*border: 0px solid #000000;*/
}
HTML
{
	height: 100%;
}
BODY
{
	background: #C0C0C0 url(gfx/site_bg.png) repeat-y top center;
}

img
{
	border: 0px solid black;
}

a
{
	text-decoration: none;
	color: #9a0000;
}
a:hover
{
	text-decoration: underline;
}

td
{
	padding-right: 5px;
}

#site
{
	height: 810px;
	position: absolute;
	left: 50%;
	margin-left: -313px;
	width: 623px;
	
	/*top: 50%;*/
	/*margin-top: -350px;*/
	vertical-align: middle;
	padding-top: 20px;
}
/*Logos*/
#logo_top
{
	width: 108px;
	height: 83px;
	background: url(gfx/site_logo_top.png) no-repeat top left;
	margin-left: 57px;
	position: absolute;
}
#logo_bottom
{
	width: 141px;
	height: 298px;
	background: url(gfx/site_logo_bottom.png) no-repeat top left;
	margin-left: 92px;
	position: absolute;
	bottom: -109px;
	left: -54px;
}
/*Content*/
#content_container
{
	position: absolute;
	/*[disabled]min-height:591px;*/
	width: 623px;
	top: 120px;
	font-family: Tahoma, Helvetica, sans-serif;
}
#title
{
	position: absolute;
}
#submenu
{
	position: absolute;
	top: 84px;
	width: 113px;
	text-align: right;
	color: #818080;
	font-size: 10pt;
}
#submenu A
{
	color: #818080;
	text-decoration: none;
}
#submenu A:hover
{
	color: #940000;
	text-decoration: none;
}
#content
{
	position: static;
	top: 19px;
	right: 0px;
	width: 326px;
	min-height: 537px;
	border-bottom: 1px solid #580000;
	color: #C8C8C8;
	font-size: 10pt;
	line-height: 18px;
	padding-left: 133px;
	padding-right: 46px;
	padding-top: 80px;
	margin-left: 118px;
}
#content H1
{
	font-size: 8pt;
	position: absolute;
	left: 129px;
	top: 55px;
	font-weight: normal;
}
UL
{
	padding-left: 36px;
	padding-bottom: 14px;
}
