/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	background:#091350;
	padding-top:25px;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#FFF;
}
p {
	margin:15px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:14px;
}
td {
	vertical-align:top;
}

#site {
	width:981px;
	margin:0 auto;
	padding-left:9px;
	padding-right:10px;
	background:url(../images/site_bg.png) top left repeat-y;
}
#header {
	position:relative;
	height:140px;
}
#logo {
	position:absolute;
	top:0;
	left:5px;
}
#imgHeader {
	position:absolute;
	right:0;
	top:0;
}
#topmenu, #footer {
	background:url(../images/topBottom_bg.jpg) top left no-repeat;
	height:26px;
	line-height:26px;
	text-align:right;
	padding-right:25px;
	color:#9fa9cb;
}
#topmenu a, #footer a {
	color:#9fa9cb;
}

#container {
	overflow:hidden;
	margin-top:35px;
	padding-bottom:20px;
}
* html {
	height:1%;
}
#container-left {
	float:left;
	width:200px;
}
#menu {
	padding-bottom:20px;
}
#menu a {
	display:block;
	background:#1d2860;
	padding:7px 0;
	margin-bottom:5px;
	font-size:14px;
	text-transform:uppercase;
	padding-left:15px;
}
#menu a:hover, #menu a:focus, #menu a.active {
	background:#28356a;
	font-weight:bold;
}
#container-right {
	float:right;
	width:710px;
	margin-right:40px;
	display:inline;
}
#content {
	min-height:350px;
}
#content .title {
	font-size:26px;
	font-weight:normal;
	margin:0 0 35px 0;
}
#footer {
	text-align:left;
	clear:both;
	position:relative;
	padding-left:231px;
}
#credits {
	position:absolute;
	left:15px;
	top:0px;
}

.clear {
	clear:both;
}

/* gallery */
.galleryWrapper {
	
}
* html .galleryWrapper {
	height:1%;
}
#t1 {
	white-space:nowrap
}

div#wn	{ 
    position:relative; 
    width:402px; 
	height:62px; 
    overflow:hidden;	
}
.galleryContent {
	float:left;
	width:260px;
}
.galleryBox {
	position:relative;
	background:#233277;
	padding:8px;
	float:right;
	width:402px;
}
.imgL {
	padding-bottom:7px;
	text-align:center;
}
.imgL img {
	border:1px solid #b2bbd6;
}
.thumbs img {
	border:1px solid #b2bbd6;
	margin-right:8px;
}
.prev {
	position:absolute;
	bottom:20px;
	left:-22px;
}
.next {
	position:absolute;
	bottom:20px;
	right:-22px;
}