<style align="TOP"><style align="ABSMIDDLE">@charset "UTF-8";
/* CSS Document */



body{
	background-color: #FFF;
	position:absolute;
	
	
	
}
	
#maincontainer{
       background-color:white;
       width:800px;
       height:600px;
       margin:30px auto;
       border:1px solid #59b8e8;
}

#banner{
	width:800px;
	height:92px;
	float:left
}

#nav{
	width:209px;
	height:auto;
	float:left;
}

#contentcontainer {
	background-color:#FFF;
	height: 508px;
	width: 568px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #59b8e8;
	margin-top: 5px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px
}


.scroll {
	width:568px;
	height:485px;
	overflow:auto;
	
}

.gallery {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #59b8e8;
	margin-top: 5px;
}

.overview {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #59b8e8;
	margin-top: 5px;
}

.flash {
	padding-right:500px;
	padding-bottom:500px;
}

.wishlist {
	margin-top:5px;
	color:#59b8e8;
}

.contact {
	margin-top:5px;
	color:#59b8e8;
}

.text2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:15px;
	font-weight:200;
}

.links {
	margin-top:5px;
	color:#59b8e8;
}

#footer {
	padding-bottom:30px;
	
}


