@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C2E3ED;
	background-image: url(/images/bg.jpg);
	text-align: center;
}
.head {
	margin: 0px;
	background-image: url(/images/headbg.jpg);
	text-align: center;
	background-repeat: repeat-x;
}
.archive {
	font-size: 16px;
	font-weight: bold;
	color: #F1FBF2;
	float: left;
	width: 500px;
	margin: 12 5 5 15;
}
.search {
	width: 350px;
	text-align: center;
}

.archive a {
	font-size: 16px;
	color: #FAEDF8;
	text-decoration: none;
}
.archive a:hover {
	color: #C2E3ED;
	text-decoration: underline;
}


.headtop   {
	background-image: url(/images/head4.jpg);
	height: 161px;
	width: 429px;
	float: left;
	font-weight: bold;
}
.headtop a {
	font-size: 14px;
	color: #DEF0F5;
}
.headtop a:hover {
	color: #F1DEF5;
	text-decoration: none;
}


.logo {
	height: 161px;
	width: 1017px;
	margin: 0 auto;
}
.main {
	width: 1020px;
	margin: 0 auto;
}
.title {
	background-image: url(/images/tbg.jpg);
	height: 38px;
}
.tl {
	float: left;
}
.thumbs {
	background-color: #0A2E48;
	border: solid #121b2e 1px;
}
.thumbs a img {
	margin: 1px;
	border-color: #EAD0DB;
	border-width: 1px;
}
.thumbs a:hover img{
	border: 1px dashed #9A1B44;
}



.tr {
	float: right;
}
.th a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #C6E3F4;
	text-decoration: underline;
	float: left;
	height: 256px;
	width: 169px;
}
.th a:hover {
	color: #F5E2ED;
}
a.top {
	font-weight: bold;
	color: #D9F0F6;
}
a.top:hover {
	color: #FDBDE2;
}