@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#aeedf8;
	color:#6ea7b0;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a{
	color:#63b3c1;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#a10706;
	text-decoration:none;
	font-weight:bold;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#galleryimglft{
	width:305px;
	float:left;
}
.imgtop{
	background:url(images/galleryimagetop.png) no-repeat;
	height:259px;
}
.imgmiddle{
	background:url(images/galleryimagemiddle.png) no-repeat;
	height:243px;
}
.imgbottom{
	background:url(images/galleryimagebottom.png) no-repeat;
	height:100px;
}
#gallerycontent{
	float:left;
	width:695px;
}
.gallerytop{
	background:url(images/contentop.png) no-repeat;
	height:45px;
}

#nav{
	background:url(images/nav.png) no-repeat;
	height:123px;
}
.navcontent{
	padding:5px 70px 75px 60px;
}
#nav a{
	font-weight:normal;
	text-shadow:#d0e8e8 1px 1px 1px;
}
#ad{
	width:300px;
	margin:0 auto;
}
.contentbg{
	background:url(images/contentbg.png) repeat-y;
	padding:10px 22px 10px 17px;
}
.contentfooter{
	background:url(images/contentfooter.png) no-repeat;
	height:221px;
}
.clearleft{
	clear:left;
}