html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%; 
} 
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #171f43 repeat fixed;
}

a img {
	border: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	text-align: left;
}

.themeMain {
	min-height: 100%; 
	position: relative;
}

.themeTop {
	background: url(top.png) top center repeat-x; 
	height: 100px;
	text-align: left;
}
.themeTop .news {
	width: 700px;
	display: inline-block;
	font-size: 11px;
	margin: 12px 0px 7px 0px;
	line-height: 11px;
	color: #666666;
}
.themeTop .news div {
	display: inline-block;
}

.themeTop a.logo {
	width: 230px;
	height: 100px;
	float: left;
	background: url(logo.png) center center no-repeat; 
	vertical-align: middle;
	margin-right: 30px;
}

.themeTop .menu {
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}
.themeTop .menu a {
	font-size: 18px;
	color: #003399;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1px;
}
.themeTop .menu a:hover {
	color: #cc3333;
	text-decoration: none;
	background: #ffffff;
	margin: 0px;
	border: 1px solid #999999;
}
.themeTop .menu a.sel {
	color: #ffffff;
	font-weight: bold;
	background: #cc3333;
	margin: 0px;
	border: 1px solid #999999;
}

.themeContent {
	font-size: 12px;
	width: 970px;
	margin: 20px auto 0px auto;
	padding-bottom: 93px;
	text-align: justify;
	color: #cccccc;
}
.themeContent a {
	color: #ffffff;
	font-weight: bold;
}
.themeContent b {
	color: #ffffff;
}

.themeContent .scroller {
	position: relative; 
	width: 900px; 
	height: 150px; 
	overflow: hidden;
}
.themeContent .gallery img {
	border: 1px solid #ffffff;
	margin: 0px 2px 2px 0px;
	background: #ffffff;
}
.themeContent .gallery {
	background: url(top.png);
	padding: 10px;
	margin: 0px auto 0px auto;
	width: 900px;
}
.themeContent .separator {
	text-align: right;
	font-style: italic;
}
.themeContent a.thumb {
	display: block;
	float: left;
	margin: 10px;
	padding: 10px;
	width: 150px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	background: url(top.png);
	vertical-align: top;
	height: 290px;
	overflow: hidden;
}
.themeContent a.thumb img {
	border: 1px solid #ffffff;
}
.themeContent a.thumb:hover {
	background: #ffffff;
	text-decoration: none;
}

.themeFooter {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	background: #000000;
	text-align: center;
	color: #999999;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;

}
.themeFooter a {
	color: #ffffff;
}
.themeFooter .credits {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 10px;
	float: right;
}

a.title {
	color: #ffffff;
	font-size: 28px;
	padding: 2px 2px 2px 27px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 14px;
	text-decoration: none;
	background: no-repeat 0px 9px;
}
a.title span {
	font-size: 13px;
	line-height: 14px;
	color: #cccccc;
	display: none;
	position: relative;
	text-transform: uppercase;
	top: -3px;
}

a.title:hover {
	background-image: url(arrow.png);
	margin-bottom: 0px;
}
a.title:hover span {
	display: block;
}

.small {
	font-size: 10px;
}
