/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	margin-top: 30px;
}

p {
	text-align: left;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}

.bottom_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
	
.bottom_information a:link {
	text-decoration: none;
	color: #666666;
}

.bottom_information a:visited {
	text-decoration: none;
	color: #666666;
}

.bottom_information a:hover {
	text-decoration: underline;
	color: #666666;
}

.bottom_information a:active {
	text-decoration: none;
	color: #666666;
}

/* division id's */

#wrapper {
	width: 650px;
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner {
	width: 650px;
	height: 125px;
	text-align: left;
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrap2 {
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

#menu {
	width: 125px;
	vertical-align: top;
	text-align: left;
	margin: 0px 5px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#pictures_holder {
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 520px;
	float: left;
	clear: right;
}

#previews {
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 520px;
	clear: both;
}

#previews img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

#description {
	border: 0px 0px 0px 0px;	
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	text-align: left;
	float: left;
}

#image {
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 260px;
	float: left;
}

#bottom_information {
	width: 650px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px 0px;
	float: left;
	clear: both;
}

