
body
{	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #555;
	}

#content
{	
	padding: 50px;
	width: 610px;
}

#content h1
{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	FONT-FAMILY: Verdana; 
	text-transform: uppercase;
	padding-bottom: .8em;
	letter-spacing:15px;
}

#content h2
{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	FONT-FAMILY: Arial; 
	text-transform: uppercase;
	padding-bottom: .2em;
	letter-spacing: 0px;
	border-bottom:1px solid gray;
}

#content ul
{
	color: #444;
}

#content p 
{
	padding-bottom: .8em;
}




