body {
	margin: 0px;
	margin-bottom:30px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image: url(blackback.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
p {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-align:center;
}
li.web  {
	font-size: 12px;
	color: #333333;
	list-style: disc;
	list-style-position: inside;
	line-height: 15px;
}
li{
	font-size: 12px;
	color: #ffffff;
	list-style: circle;
	list-style-position: inside;
	line-height: 15px;
}
h1 {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight:100;
	padding: 5px 0px;
}
h2 {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
		font-weight:100;

}
h3 {
	font-size: 10px;
	color: #FFFFFF;
}
h4 {
	font-size: 10px;
	color: #ffffff;
}
h5 {
	font-size: 10px;
	color: #999999;
	text-align:center;
}
h6 {
	font-size: 12px;
	color: #ffffff;
}
.BOTTOMMENU {
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
width: 770px;
height:1px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
}
#menubar{
	position:absolute;
	left: 20px;
	top: 85px;
	padding: 0 0 0 0px;
	background-color: #ffffff;
	width: 420px;
	height: 15px;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
}
#logo{
	position:absolute;
	left: 450px;
	top: 19px;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	background-color: #ffffff;
	width: 350px;
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
#clientlist{
	position:relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0 0 0 0px;
	background-color: #ffffff;
	width: 350px;

}
#clienttitle{
	position:absolute;
	left: 450px;
	top: 110px;
	margin: 0px;
	padding: 0 0 0 10px;
	background-color: #ffffff;
	width: 350px;
	border-left: solid 1px #333333;
	border-top: solid 1px #333333;
}
#clientline{
	position:relative;
	margin: 0px;
	padding: 0 0 0 10px;
	background-color: #ffffff;
	border-left: solid 1px #333333;
}
#filler{
	position:absolute;
	left: 20px;
	top: 110px;
	margin: 0px;
	padding: 0 0 0 0px;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
}
#fillerpage{
	position:absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-color: #006600;
	width: 390px

}

