html, body {
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #000;
}
a {
	color: #c00;
}
img {
	border: 0;
	display: block;
}
#header {
	height: 60px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 920px;
}
#wrapper {
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 900px;
}
#page {
	background: #000 url(../graphics/indexpage.jpg) repeat-y 0 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 900px;
}
#page .columnleft {
	float: left;
	overflow: hidden;
	width: 410px;
}
#page .columnright {
	float: right;
	overflow: hidden;
	width: 410px;
}
#page a.more {
	background: transparent url(../graphics/more.jpg) no-repeat 0 50%;
	display: block;
	font-size: 18px;
	margin: 20px 40px 0 40px;
	padding: 0 0 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	width: 290px;
}
#page a.more:hover {
	background: transparent url(../graphics/morehover.jpg) no-repeat 0 50%;
	color: #fff;
}
#page p {
	line-height: 20px;
	margin: 20px 40px 0 40px;
}
#footer {
	background: transparent url(../graphics/indexfooter.jpg) no-repeat 0 0;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	width: 900px;
}
#footer h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 30px 0 10px 0;
	width: 380px;
}
#footer h1 span {
	color: #fff;
}
#footer ul {
	border-right: 1px solid #333;
	float: right;
	list-style-type: none;
	margin: 40px 0 10px 0;
	overflow: hidden;
	padding: 0;
	width: 499px
}	
#footer li {
	border-left: 1px solid #333;
	color: #666;
	float: right;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: right;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #ccc;
}