body, html {
background: #e7e4d6 url(images/site_bg.gif) center repeat-y;
font-family:"Trebuchet MS";
}

h1 {
font-size: 20px;
margin: 6px 0 12px;
font-weight: bold;
color: #333;
font-weight: normal;
}

h2, h3 {
	margin: 0;
	padding: 5px 0;
	font: bold 15px "Trebuchet MS";
	color: #666;
	background: none;
	height: auto;
	
}

p {
font-size: 13px;
line-height: 18px;
margin: 0 0 6px 0;
color: #333333;

}

a, a:visited {
color: #530404;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


#wrapper {
width: 1000px;
margin: 0 auto;
background-color: #FFFFFF;
position: relative;
}

li {
background: url(images/bullet.gif) 0 4px no-repeat;
padding-left: 16px;
line-height: 16px;
margin: 6px 0 0 0;
line-height: 18px;
color: #333333;
}

a.redbutton {
background: url(images/button_left.gif) top left  no-repeat;
padding: 6px 0 6px 9px;
height: 30px;
display: block;
margin-top: 20px;
}

a.redbutton span{
width: auto;
background:url(images/button_right.gif) top right no-repeat;
padding: 6px 9px 6px 0;
color: #e7ded4;
text-decoration: none;
}

a.redbutton span:hover {
text-decoration: underline;
color: #e7ded4;
}

#footer {
font-size: 11px;
margin: 50px 30px 0 30px;
color: #bfbfbf;
padding-top: 10px;
border-top: 1px solid #bfbfbf;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img, div { behavior: url(iepngfix.htc)
