@charset "utf-8";
/* CSS Document */

#gallery {position:relative; width:1000px;}
#thumbs {width:180px; float:left;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; left:185px; top:0; border:1px solid #333;}
#wrapper {
	background-color: #000033;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body {
	background-color: #000033;
}
#Banner {
	background-color: #000033;
	background-image: url(../assets/images/layout/logo_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 240px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCFF;
	text-align: center;
	vertical-align: bottom;
}
#Banner a {
	color: #CCCCFF;
}
