  body { background: url("pictures/sprawlbg.jpg") fixed 100% 100% no-repeat; }
  body { background-color:#363636}

a
{
	font-family: helvetica, arial, serif;
	font-size: 13px; 
	font-weight: none;
	white-space: normal;
}
a:link {text-decoration: none; color:#888888;}
a:visited {text-decoration: none; color:#888888;}
a:active {text-decoration: none; color:#FF0000;}
a:hover {text-decoration: none; color:#77AADD;}


.p 
{
	color:white; 
	font-family:helvetica, arial, serif; 
	white-space:normal; 
	font-size:13px;
}

.p1 
{
	color:white; 
	font-family:helvetica, arial, serif; 
	white-space:normal; 
	font-size:13px; 
	font-weight:bold;
}

.p2 
{
	color:white; 
	font-family:helvetica, arial, serif; 
	white-space:normal; 
	font-size:9px;
}

.p3 
{
	color:#77AADD; 
	font-family:helvetica, arial, serif; 
	white-space:normal; 
	font-size:13px;
}

#title
{
	background-color: #777777;

	margin-left:0px;
	margin-top:0px;
}

#title2
{
	background-color: #363636;

	margin-left:0px;
	margin-top:0px;
}

#main
{
	background-color: transparent;

	position: absolute;

	margin-left:30px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;

}


#titlebox
{
	background-color: transparent;

	border-top:1px dotted;
	border-color: #555555;

}

#contentbox
{
	background-color: transparent;

	padding-left:10px;
	padding-top:5px;
	margin-bottom:30px;

	border-top: 0px dotted;

}
