@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul {
	margin-left: -30px;
	margin-bottom:20px;
}

li {
	height: 20px;
	list-style-position:inside;
}

span.small_bold {
	font-family: Arial Black;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
}

span.bold {
	font-family: Arial Black;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

br.small_break{
	line-height: 2px;
}

#menu {
	position: absolute;
	margin: 0; padding: 0;
	width: 200px;
	line-height: 15px;
	list-style-image: url(images/bulletarrow.png);
	left: 40px;
	top: 200px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#adholder {
	background-color: transparent;
	position: absolute;
	margin: 0; padding: 0;
	left: 225px;
	top: 200px;
	width: inherit;
	height: inherit;
}

#contact {
	position: absolute;
	margin: 0; padding: 0;
	left: 300px;
	top: 103px;
}

.header {
	margin-bottom: 15px;
	margin-left: 0px;
}
