body {
	margin: 0px;
}

#content {
	width:1200px;
	padding-left:30px;
}

#headerArea { 
	width:100%; 
	min-width: 990px; 
	background-color: #000; 
	color:#fff; 
	overflow:hidden; 
	background-repeat: 
	repeat-x top left; 
	height:80px;
	padding: 15px 0px 0px 40px;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 50px;
	font-size: 25px;
}

h1
{
	color: #333;
	margin-top:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:24px;
	background-color: #E2F5FA;
	line-height: 50px;
	padding-left: 20px;
}

h2
{
	color: #333;
	margin-top:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:18px;
	background-color: #CCC;
	line-height: 30px;
	padding-left: 20px;
}

h3
{
	color: #333;
	margin-top:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:14px;
}

#full_col
{
  max-width: 700px;
}

#content ul
{
  list-style: disc;
  margin-left: 20px;
  margin-top: 6px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size:12px;

}

p
{
	font-family:"Lucida Grande", "Lucida Sans Unicode",  sans-serif;  
	font-size: 75%
}

.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 10px;
  margin-bottom: 10px;
}

.pretendlink
{
	text-decoration: underline;
	color:#36F;
}

.vip
{
	color:#900;
}

#return {
	padding-top:50px;
}