body
{
  	font-family: 'trebuchet ms',trebuchet,tahoma,verdana;
  	font-size: 11px;
 	background-image: url("background.gif");
 	background-repeat: repeat-y;
	background-color:#ffffff; 	
 	color: #333;
	padding: 0;
	margin:0;
}
img
{
	border:1px solid #666666;
}
#navigation
{
	text-transform: uppercase;
	padding-top:50px;
	float:left;
}
#content
{
	padding-top:50px;
	padding-left:200px;
	width:602px;
	background:eeeeee;
}
#navigation ul {
	margin-top: 0px;
	list-style-type: none;
	line-height:2em;
}
#navigation li {
	padding:0px 0px 0px 12px;
}
#navigation ul.space {
	list-style-type: none;
	line-height:3em;
	padding-top:100px;
}
a:link, a:visited, a:active
{
	color:#999999;
	text-decoration:none;
}
a:hover
{
	color:#333333;
	text-decoration:underline;
}
#comments
{

}
.formDesc {
	width:200px;
}