* {
 margin: 0;
 padding: 0;
}

body {
	background-color:#1C1C00;
	margin-top:0px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#sitebody {
	width:710px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom: 20px;
}

#top {
	width:700px;
	height:70px;
	margin:0;
	background-color:#333300;
	background-attachment:fixed;
	border:solid;
	border-color:#222222;
}

#body {
	width: 700px;
	height:400px;
	background-color:#333300;
	border:solid;
	border-color:#222222;
	margin-top:3px;
}

#menu {
	width: 700px;
	height:20px;
	margin-top:3px;
	background-color:#333300;
	border:solid;
	border-color:#222222;
	font-size:10px;
	font-weight:bold;
}

#menu ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.pics_box {
	width: 700px;
	height: 400px;
	background-color:#333300;
	border:solid;
	border-color:#222222;
	margin-top:10px;
}

.pics {
	width:580px;
	height:400px;
	float:right;
	}
	
.pics_text {
	width:100px;
	height:380px;
	margin-left:5px;
	margin-top:20px;
	float: left;
	}
	
.pics_space {
	font-size:10px;
	color:#666666;
	width: 700px;
	height: 20px;
}

.pics_space a {
	font-size:10px;
	color:#999999;
}

#footer {
	width: 700px;
	height:12px;
	margin-top:3px;
	background-color:#333300;
	border:solid;
	border-color:#222222;
	font-size:8px;
}

