body {
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#eaf7ff;
}
#navigation {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 50px;
	text-align: right;
}


#bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#exo {
	position:relative;
	width:830px;
	height:200px;
	margin: 0 auto;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:830px;
	height:76px;
}

#banner {
	position:absolute;
	left:0px;
	top:76px;
	width:830px;
	height:394px;
}
#middle {
	position:absolute;
	left:40px;
	top:470px;
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0275C5;

}
#box {
	width:230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0275C5;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	word-wrap: break-word;
}
#box h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FEAC00;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	
}
#box h1 a:active, #box h1 a:link, #box h1 a:visited  {
	color: #FEAC00;
	text-decoration:none;	
}

#box h1 a:hover  {
	color: #ff5d04;
	text-decoration:none;	
}

#clear {
	clear:both;
}
