/* CSS Document */

body {
	background-color:#eeddaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#441100;
	margin:0px;
}

#center {
	position:relative;
	top:60px;
	left:-375px;
	margin-left:50%;
	width:750px;
}

#head {
	height:100px;
	width:750px;
	background-color:#990022;
	background-image:url(../img/header.gif);
}

#line {
	position:relative;
	border-top:#eeddaa solid 1px;
	height:10px;
	width:750px;
	background-color:#ccaa66;
}

#content {
	position:relative;
	top:1px;
	height:400px;
	width:750px;
	background-color:#ffeecc;
}

#menu {
	position:relative;
	top:0px;
	height:20px;
	width:750px;
	background-color:#bb6655;
}

#content_txt {
	top:0px;
	min-height:360px;
	width:750px; 
	background-color:#ffeecc;
}

#submenu {
	height:20px;
	width:750px;
	background-color:#bb6655;
}

#content_bottom {
	border-top:#eeddaa solid 1px;
	height:20px;
	width:750px;
	background-color:#990022;
	border-bottom: 30px solid #eeddaa;
}

/* Links */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990022;
	font-size: 12px;
}

a:link {
	color: #990022;
	text-decoration: underline;
}

a:visited {
	color: #990022;
	text-decoration: underline;
}

a:hover {
 	color: #dd9988;
 	text-decoration: underline;
}

a:active {
	color: #990022;
	text-decoration: underline;
}


a.navi {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffeebb;
	font-size: 12px;
}

a.navi:link {
	color: #ffeebb;
	text-decoration: none;
}

a.navi:visited {
	color: #ffeebb;
	text-decoration: none;
}

a.navi:hover {
 	color: #dd9988;
 	text-decoration: none;
}

a.navi:active {
	color: #ffeebb;
	text-decoration: none;
}

#active_menu_navi {
	color: #dd9988;
}
