#bg
{
	position:absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	bottom: 0px;
/*	background: #fff url('images/bg.gif') repeat-x; */
	z-index: 1;
}

#container
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
    width: 1010px;
	height: 648px;
    border-style: solid;
    border-color: #adadad;
    border-width: 1px;

}

#header
{
    width: 1010px;
    height: 80px;
    background: url('../gfx/header.gif') no-repeat;
}

#top
{
	width: 1010px;
	height: 212px;
}

#content
{
    width: 910px;
	height: 235px;
	top: 0px;
	bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
/*	overflow: auto;*/
}

#headline
{
	width: 800px;
	heigth: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	font: bold 14px Arial, sans-serif;
	color: #606060;
}

#col_left
{
	width: 445px;
	height: 185px;
	float: left;
	font: 12px Arial, sans-serif;
	color: #606060;
}

#col_right
{
	width: 445px;
	height: 185px;
	float: right;
	font: 12px Arial, sans-serif;
	color: #606060;
}

#col_center
{
	width: 600px;
	height: 170px;
	margin-left: 200px;
	font: 12px Arial, sans-serif;
	color: #606060;
}

#nav
{
	width: 1010px;
	height: 15px;
/*	overflow: hidden;*/
}

#nav_left
{
	width: 552px;
	height: 14px;
	background: url('../gfx/menu_left_bg.jpg') no-repeat;
	float: left;
	padding-top: 1px;
}

#nav_right
{
	width: 458px;
	height: 14px;
	background: url('../gfx/menu_right_bg.jpg') no-repeat;
	float: right;
	padding-top: 1px;
    font: bold 10px Arial, sans-serif;
	color: #606060;
}

#bottom
{
	width: 1010px;
	height: 93px;
	background: url('../gfx/bottom.jpg') no-repeat;
}

#footer1
{
	width: 595px;
	height: 15px;
	padding-right: 10px;
	text-align: left;
	float: left;
    font: bold 10px Arial, sans-serif;
	color: #606060;
}
#footer2
{
	width: 390px;
	height: 15px;
	padding-right: 10px;
	text-align: right;
	float: right;
    font: bold 10px Arial, sans-serif;
	color: #606060;
}


a:link {
	font: bold 10px Arial, sans-serif;
	color: #606060;
	text-decoration: none;
}
a:visited {
	font: bold 10px Arial, sans-serif;
	color: #606060;
	text-decoration: none;
}
a:hover {
	font: bold 10px Arial, sans-serif;
	color: #d12f2f;
	text-decoration: none;
}
a:active {
	font: bold 10px Arial, sans-serif;
	color: #d12f2f;
	text-decoration: none;
}