html {
	/*height:100%;*/
}

body { 
	font-family: Arial, sans-serif;
	background-color:white;
	color:#555555;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
	/*height:100%;*/
}

td {
	vertical-align:top;
	text-align:left;
}

img {
	border:0px;
}

#site_position {
	
	position: absolute; 
	left: 50%; 
	margin-left: -325px;
	width: 650px; 
	top: 50%; 
	margin-top: -300px;
	height: 600px; 
	
}

#header {
	background-color:#00376d;
}

#top_nav {
	text-align:right;
	padding-bottom:0px;
	padding-right:15px;
	color:#434a54;
}

#main_nav {
	padding-top:12px;
}

#bottom_nav {
	position:relative;top:-15px;
	color:white;
	padding-bottom:48px;
	background-image:url('img/loop_nav_bottom_line.gif');
	background-position:top left;
	background-repeat: repeat-x;
	font-weight:bold;
}

#bottom_nav_position {
	position:relative;top:-15px;
	padding-bottom:48px;
	background-image:url('img/loop_nav_bottom_line.gif');
	background-position:top left;
	background-repeat: repeat-x;
	font-weight:bold;
}

.bottom_nav_element_active {
	background-image:url('img/bottom_nav_active.gif');
	background-position:top center;
	background-repeat: no-repeat;
	padding-top:27px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	
}

.bottom_nav_element {
	padding-top:27px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.bottom_nav_trenner {
	background-image:url('img/bottom_nav_trenner.gif');
	background-position:top center;
	background-repeat: no-repeat;
	padding-top:27px;
	float:left;
	width:1px;
	height:21px;
	padding-left:10px;
	padding-right:10px;
}

.main_nav_element {
	background-color:#434a54;
	color:white;
	font-weight:bold;
	padding-top:80px;
	vertical-align:bottom;
	cursor:pointer;
}

#main_content {
	margin-top:12px;
	height:320px;
}

a:link { text-decoration: none; COLOR: #000000; }
a:visited { text-decoration: none; COLOR: #000000; }
a:hover { text-decoration: none; COLOR: #000000; }
a:active { text-decoration: none; COLOR: #000000; }

