@charset "UTF-8";
#container {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;	
}
#menu {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #0c0f13;
	padding-right: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0A0A0D;
	color: #CCC;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#content {
	margin-left: 185px;
	padding-top: 10px;
}
.headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 3px;
}
body {
	font-family: Monaco, monospace, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a {
	color: #8BA7C7;
	text-decoration: none;
}
a:hover {
	font-family: Monaco, monospace, sans-serif;
	font-size: 10px;
	color: #b4d6f9;
	text-decoration: none;
}
.thumbnail {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.spotlight {
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.spotlight-end {
	margin-bottom: 5px;
	margin-right: 0px;
	float: left;
}
.thumbnail-end {
	float: left;
	width: 150px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.bottomspace {
	height: 50px;
	width: 100%;
	float: left;
}

