/* CSS Document */
html { 				
	height: 100%; margin-bottom: 1px; 
}
body {
	font-family:"trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color:#dbdbdb;
	color:#000000;
	font-size: 12px; 
	margin:0; 
	padding:0; 
}

p {
	line-height: 16px;	
}
	
h1 {
	font-size:18px;
	line-height:18px;
	margin-top: 0px;
	color:#ad0707;
}

h2 {
	font-size:14px;
	line-height:14px;
	margin-top: 18px; 
	margin-bottom: 4px;
	color:#ad0708;
}
ul {
	padding-bottom:6px;
}
li {
	margin-bottom:8px;	
}

a:link, a:visited {	
	color:#ad0708;
	text-decoration:underline;
}
a:hover {		
	color:#FF0000; 
}

/* TEXT */
.text_default {
	color:#000000;
	font-size: 12px;
	font-weight:normal;
}
.text_red {
	color:#ad0708;
}

/* LAYOUT */
#map {
	position:absolute;
	right:0px;
	top:0px;
	border:solid 3px #999999;
}
#page {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ad0707;
	padding-top:28px;
}
#container {
	position:relative;
	display:block;
	width:911px;
	background-color:#FFFFFF;
	border:1px solid #2e0000;	
}
#header {
	position:relative;
	width:813px;
	height:154px;
	text-align:left;
}
#logo {
	position:absolute;
	top:34px;
	left:0px;
}
#menu {
	position:absolute;
	top:92px;
	right:0px;
	width:813px;	
}
#menu a:link, #menu a:visited {
	color:#FFFFFF;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:24px;
	padding-right:24px;
	float:right;
	background-color:#000000;
	margin-right:1px;
}
#menu a:hover {
	background-color:#ad0708;
}
#content {
	position:relative;
	width:813px;
	text-align:left;	
}
#footer {
	position:relative;
	width:813px;
	text-align:center;	
	padding:20px;
}

#footer, #footer a:link, #footer a:visited {
	color:#CCCCCC;
	font-size:9px; 
	text-decoration:none;	
}
				
#footer a:hover {
	color:#3399FF;
}
