body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/body.gif);
}

p, ul
{
	line-height: 17px;
	margin-top: 10px;
}



a:link, a:visited
{
	color: #858200;
}

#footer
{
	font-weight:bold;
	color: #666666;
	
}

.menu_item
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
}

.menu_item a:link, .menu_item a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.menu_item a:hover
{
	text-decoration:underline;
}

.content_heading1
{
	font-size: 13px;
	font-style:italic;
	font-weight: bold;
}

.content_heading2
{
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
}



.project_item
{
	display:block;
}
.project_image 
{
	height: 75px;
	width: 100px;
	border: 1px solid #858200;
	float: left;
	background:#FFFFFF;
}

.project_description
{
	float: left;
	margin-left: 10px;
	padding-top: 3px;
	margin-bottom: 20px;
}

.project_description ul
{
	margin-left: 0px;
	padding-left: 13px;
}


.specials_item
{
	display:block;
}
.specials_image 
{
	height: 131px;
	width: 175px;
	border: 1px solid #858200;
	float: left;
	background:#FFFFFF;
}

.specials_description
{
	float: left;
	margin-left: 10px;
	padding-top: 3px;
	margin-bottom: 20px;
}

.image_content
{
	margin-left: 10px;
	border: 1px solid #858200;

}

.project_spacer
{
	height: 16px;
}

ul
{
	margin-left: 18px;
}

.clear
{
	clear:both;
}

