body 
{
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
    font-family: Verdana,Arial,Sans-serif;
    font-size: .9em;
    color: #333300;
}

h1
{
    color: #A37A29;
    font-size: 175%
}

h2
{
    font-size: 125%
}

#page_wrapper 
{
	width: 1000px;
	margin: 10px auto;
	background-color: #FFFF99;
	border: 1px solid #000000;
}

#header_content 
{
	background: #CC9933 url('../images/stumpthug_header.jpg') no-repeat;
	border-bottom: 1px solid #000000;
	height: 176px;
}

#logo_wrapper
{
    float: right;
    margin: 2px 15px 0 0;
}

#body_content
{
    padding: 25px 50px;
}

#menu
{
    position: relative;
    top: 153px;
    left: 250px;
}

#menu li
{
    padding: 0 15px 0 14px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active
{
	color: #FFFF99;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#menu a:hover
{
    color: #FFFF33;
}

#left_column 
{
    float: left;
    width: 100%;
}

#right_column 
{
	float: left;
	width: 300px;
	margin-left: -300px;
}

#left_content
{
	margin-right: 300px;
}

#home_img
{
    float: left;
    padding: 10px 10px 10px 0;
}

#contactTable
{
    margin-left: 25px;
}

#contactTable td
{   
    vertical-align: top;
    padding: 3px;
}

#footer_content 
{
	background-color: #CC9933;
	text-align: center;
	padding: 2px;
	color: #FFFF99;
	border-top: 1px solid #000000;
	clear: both;
	font-weight: bold;
	padding: 15px 0;
}

#footer_content li
{   
    padding: 0 10px 0 9px;
}

ul.horizontal_menu 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.horizontal_menu li
{
    display: inline;
    border-right: solid 1px #FFFF99;
}

ul.horizontal_menu li.last_menu_item
{
    border-right: none;
}

ul.horizontal_menu a, ul.horizontal_menu a:link, ul.horizontal_menu a:visited, ul.horizontal_menu a:active
{
	color: #FFFF99;
}

ul.horizontal_menu a:hover
{
    color: #FFFF33;
}

.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.req
{
    color: #FF0000;
    font-size:90%;
    margin-left: 5px;
}

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.boxTable
{
    border-collapse: collapse;
}

.boxTable td
{
    padding: 0px;
}

.boxTable td.boxCorner
{
    font-size: 0px;
}

#whyHeading
{
     color: #334C33;
}

ul#whyList
{
     color: #3D5C3D;
}

ul#whyList li
{
     padding: 5px 0; 
     margin-left: -20px;
}

a#freeEst
{
    color: #632121; 
    font-size: 150%; 
    font-weight: bold;
    text-decoration: none; 
}