body {
	margin: 0px;
	padding: 0px;
	background: #FfFfFf;
	font: normal 14px "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font: normal 18px "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #FfFfFf;
}


a:link {
	text-decoration: none;
	color: #777777;
}

a:hover {
	border: none;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #777777;
}

img {
	border: none;
}

/* Header */

#main_bg {
	width: 800px;
	height: 600px;
	margin: 0px;
	background: url(main_bg.gif) no-repeat;	
}

#logo {
	position: absolute;
	top: 20px;
	left: 465px;
	width: 308px;
	height: 58px;
	margin: 0px;
	background: url(logo.gif) no-repeat;
}

#logo_white {
	position: absolute;
	top: 390px;
	left: 370px;
	width: 395px;
	height: 85px;
	margin: 0px;
	background: url(logo_white.gif) no-repeat;
}

#logo_white a{
	display: block;
	width: 395px;
	height: 85px;
	text-decoration: none;
	border: none;
}

#logo_white a:hover{
	display: block;
	width: 395px;
	height: 85px;
	text-decoration: none;
	background: url(logo_white_active.gif) no-repeat;	
}

#logo_white a:visited{
	border: none;
}

#textbox {
	position: absolute;
	top: 150px;
	left: 379px;
	width: 360px;
	height: 350px;
	padding: 15px;
	margin: 0px;
	border: 2px solid #ffffff;
	font: normal 13px "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #b8c9d3;
	text-align: justify;
	line-height: 14px;
}

#textbox a.more_info{
	text-align: right;
	float: right;
	color: #777777;	
}

#textbox a:hover{
	text-decoration: underline;
}

#menue {
	position: absolute;
	top: 96px;
	left: 170px;
	width: 600px;
	height: 32px;
	background-color: #c8d9e3;
	margin: 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
}

#menue ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menue li {
	display: inline;
}

#menue a {
	font-size: 15px;
	width: 138px;
	display: block;
	float: left;
	height: 32px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-right: 2px solid #ffffff;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 100%;
}

#menue a SPAN{
	line-height: 70%;
	font-size: 11px;
}

#menue a:hover{
	background-color: #FFFFFF;
	color: #c8d9e3;
}


#menue a.active {
	background-color: #e4caa1;
	color: #FFFFFF;
}

#footer_left {
	position: absolute;
	top: 570px;
	left: 350px;
	color: #cccccc;
	font-size: 11px;
}

#footer_right {
	position: absolute;
	top: 570px;
	left: 650px;
	color: #cccccc;
}

#footer_right a, #footer_left a{
	color: #cccccc;	
}

#footer_right a:hover, #footer_left a:hover{
	text-decoration: underline;	
}
