body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 40px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 40px;
}
p
{
	font: 13px/16px verdana, arial, helvetica, sans-serif;
	color: #CCCCCC;
}
ul
{
	list-style-type: none;
}
li
{
	padding-left: 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-bottom: 10px;
}



/* Links */

a
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #8090AC;
	text-decoration: underline;
}
a:link
{
	color: #8090AC;
	text-decoration: underline;
}
a:active
{
	color: #8090AC;
	text-decoration: underline;
}
a:visited
{
	color: #8090AC;
	text-decoration: underline;
}
a:hover
{
	color: #B17F6C;
	text-decoration: underline;
}



/* Positioning and special divs */

#main
{
	position: absolute;
	top: 150px;
	left: 300px;
	width: 550px;
	min-height: 350px;
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	z-index: 4;
}
#footer
{
	color : #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 40px;
	vertical-align: bottom;
}