
body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: 'Lucida Grande','Trebuchet MS', Trebuchet, Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FEB0B0;
}

p, h1, h2, h3, h4, h5, td, tr, textarea
{ 
	font-family: 'Lucida Grande','Trebuchet MS', Trebuchet, Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
}

strong
{
	color: #A33;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	font-weight: bold;
}

li { margin-bottom: 5px; }

a:link
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #000;
	text-decoration: none;
}

a:active 
{
	color: #000;
	border-bottom: 1px solid #3D3;

}

a:hover
{
	color: #000;
}



/* --------------------------------------
	IDs
   --------------------------------------	
*/
html>body #innerbox	
{   
	width: 680px;
}

#head 
{ 
	text-align: center; 
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

#navbar
{
	height: 40px;
	width: 680px;
}
#navbar ul
{
	padding-left: 0px;
	margin-bottom: 0px;
	margin: 0px;
	width: 680px;
}
#navbar li
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

#column
{
	width: 150px;
	height: 300px;
	float: right;
	text-align: left;	
}

#column p
{
	line-height: 15px;
	padding-left: 7px;
	padding-right: 5px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 7px;
}

#main
{
	width: 520px;
	padding: 0px 15px 20px 15px;
	float: left;
}

#main p
{
	margin-left: 17px;
}