/*  COLOR / APPEARANCE  */
body {
	color: #000000; 
	background-color: #000;	
}
table#topnav {
	background-color: #000;
	}
.spacer td {
	background-color: #000;
	}
#background {
	background: #000000 url(../images/template/content-bg.gif) repeat-y scroll 2px 0px;
	}
/*   LAYOUT  */

#container {
	position:relative;
	margin: 0 auto;
	}
#container, #footer {
	width: 700px;
	}
#footer table {
	width:100%;
	}

#content {
	padding: 0 30px;
	overflow:hidden;
	}
#content img {
	margin: 0 auto;
	display: block;
	border: solid 3px #000;
	}
#header {
	margin-bottom: -190px;
	}
#content .spacer img {
	border: none;
	}
table.list-table {
	width:650px;
	}
