.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
}
body {
	background-color: #000000;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/back_tile.jpg);
}
#banner {
	background-color: #333333;
	height: 180px;
	width: 800px;
	background-image: url(/images/banner_2.jpg);
}
#space {
	height: 100px;
	width: 800px;
}
#top_left {
	background-color: #000000;
	height: 250px;
	width: 250px;
}
#footer {
	background-position: center bottom;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: auto;
	left: 0px;
	top: auto;
	right: 0px;
	background-attachment: inherit;
	background-repeat: repeat;
	z-index: auto;
	font-size: 14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#content_foot {
	background-color: #101010;
	height: 80px;
	background-image: url(../images/f_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_table {
	padding: 10px;
	width: 780px;
	margin: 10px;
}
#content_top {
	background-color: #101010;
	height: 30px;
	width: 800px;
}



#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#nav {
	background-color: #101010;
	height: 30px;
	width: 800px;
}
#content {
	width: 800px;
}
