body
{
background: #dad1af;
color: #3f3825;
font-family: Trebuchet MS, Arial Black;
font-size: 11px;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a
{
color: #aa8f3a;
text-decoration: none;	
}

a:hover
{
text-decoration: underline;	
}


#wrapper
{
margin: 30px 30px 30px 30px;
width: 752px;
text-align: left;
}


#left
{
float: left;
width: 376px;
}

#right
{
float: left;
width: 376px;
margin-top: 100px;
}

#footer
{
margin-top: 50px;
margin-bottom: 10px;
font-size: 0.9em;
}

#footer a
{
color: #3f3825;
}