body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

a{
	color:#990066;
	text-decoration:none;
	font-weight:bold;
}

a:HOVER{
	color:#990066;
	text-decoration:underline;
	font-weight:bold;
}

H1{
	color:#990066;
	font-size:18px;
	margin-left:0px;
	margin-top:0px;
}

#container{
	width:100%;
}

#header{
	background-color:#cccc99;
}

#mid{
	background-image:url(Images/TemplateImages/woodtile.jpg);
}

div#menu{float:left;width:231px;}
div#wrapper{float:right;width:100%;margin-left:-231px}
div#content{
	float:right;
	padding-top:20px;
	margin-left:234px;
}

#footer{
	clear:both;
	background-image:url(Images/TemplateImages/woodtile.jpg);
	height:35px;
}

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
