a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: #C00;
}

body
{
	margin: 0;
	background: #FFF url(../images/bg_body.gif) 0 0 repeat-y;
	padding: 0;
	font-family: arial, geneva, sans-serif;
	color: #000;
}

div#menu_top
{
	height: 24px;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	background-color: #FC3;
	padding: 0 5px;
}

	div#menu_top img
	{
		display: block;
		float: left;
		border: 0;
	}

.small {
	font-size: 9pt;
}

.smallw {
	font-size: 9pt;
	color: #FFF;
}

.smallred {
	font-size: 9pt;
	color: #C00;
}

.content {
	font-size: 10pt;
}

.contentw {
	font-size: 10pt;
	color: #FFF;
}

.contentr {
	font-size: 10pt;
	color: #C00;
}

.headline {
	font-size: 16pt;
	font-weight: bold;
}

.contactinfo
{
	font-size: 9pt;
	text-align: center;
}

h1
{
	margin-top: 1em;
	font-size: 16pt;
	font-weight: bold;
}

td#do_it_best,
td#masthead
{
	padding: 0 6px 0 0;
	vertical-align: top;
}

td#page_content
{
	width: 100%;
	padding: 0 20px;
	vertical-align: top;
}

ul#menu_section
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul#menu_section li
	{
		float: left;
		background: transparent url(../images/bg_menu_section_item.gif) left center no-repeat;
		padding: 0 5px 0 10px;
	}

		ul#menu_section li.first
		{
			padding: 0 5px 0 0;
		}

div.clear_both
{
	clear: both;
	padding: 1px 0 0;
}

img.left
{
	float: left;
	margin: 10px;
}

img.right
{
	float: right;
	margin: 10px;
}