html, body
{
	background-color: #000;
}

div#main
{
	position: absolute;
	width: 802px; margin-left: 50%; left: -401px;
	height:602px; margin-top:  20px;
	border: solid 1px #1C71CE;
}

div#header
{
	position: relative;
	float: left;
	width: 800px;
	height:170px;
	background-image: url(../pics/bg_header.jpg);
}

div#menu
{
	position: relative;
	float: left;
	width: 175px;
	height:430px;
	background-color: #fff;
}

div#content_container
{
	position: relative;
	float: left;
	width: 625px;
	height:430px;
	background-image: url(../pics/bg.jpg);
	background-color: #F1F1F1;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-left: solid 1px #1C71CE;
	overflow: auto;
}
div#content
{
	position: relative;
	float: left;
	width: 585px;
	margin-left:20px;
	margin-top:20px;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}


div#content table{font-family: verdana; font-size: 10pt; color: #000000;}

table.tbl_menu
{
	margin: 12px 0px 0px 12px;	
}

td.menu
{
	background-image: url(../pics/hamer_off.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 30px;
	color:#000;
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;	
}

td.menu a:hover{color: #888; text-decoration: none;}

A{color: #000000; font-size: 10pt; text-decoration: none;}

A:hover{color: #000000; font-size: 10pt; text-decoration: underline;}

A:active{color: #000000; font-size: 10pt; text-decoration: underline;}


hr
{
	color:#1C71CE;
	width:75%;
	height: 1px;
}

li{margin: 2px 0px 2px 0px;}