body {
	color: white;
	background: #000000;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

body a {
	text-decoration: none;
	color: #CCCCFF;
}

body a:hover{
	color: blue;
}

#cont_body {
	margin: 0px auto;
	margin-top: 50px;
	background: #000000;
	background-image: url('/img/back_top.png');
	background-repeat: no-repeat;
	width: 1000px;
	min-height: 500px;
}

.navdiv {
	width: 1000px;
	height: 20px;
	text-align: right;
	padding-top: 148px;
}

#nav {
	list-style: none;
}

.nav {
	float: right;
	font-size: 14px;
	width: 105px;
	text-align: center;
}

.nav a {
	color: white;
	text-decoration: none;
}

#content {
	padding-top: 30px;
	padding-left: 200px;
}

#content label {
	display: block;
	float: left;
	width: 120px;
}

.paging a {
	display: block;
	text-align: center;
	float: left;
	width: 60px;
	border: solid white 1px;
	margin: 1px;
}
.paging a:hover {
	background: white;
}

.piclist img {
	border: none;
	padding: 4px;
}

#footer {
	clear: both;
	margin: 0px auto;
	margin-bottom: 100px;
	color: #999999;
	font-size: 10px;
	text-align: right;
	padding-top: 60px;
	background-image: url('/img/back_bottom.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
}

#footer img {
	border: none;
	vertical-align: top;
}

#sitemap a {
	color: white;
	text-decoration: none;
}

#sitemap a:hover {
	color: blue;
	text-decoration: none;
}
