body {
	background-color: #191a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
#main {
	text-align: left;
	width:780px;
	margin:auto;
	padding:0px;
	position:inherit;
}
#header {
	width:100%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#footer{
	width:100%;
	color: #999999;
	text-align: center;
}
#content {
	width:100%;
	background-color: #2C2C2C;
}
.spacer {height:15px;}
.divide {
	width:100%;
	height:30px;
	background-image: url(images/img_divide.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
}
.endline {
	height:15px;
	background-image: url(images/img_btmline.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
}
p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 1.5em;
}
