body {
background-image: url(images/home_bg.jpg);
background-repeat: repeat-x;
background-color: #030303;
margin: 60px 0 0 0;
padding: 0;
text-align: center;
color: #FFFFFF;
font-size: 14px;
font-family: "??";
}
#header {
background-image:url(images/title_bg.gif);
background-repeat:no-repeat;
background-position:top center;
padding-top:49px;
margin-bottom:40px;
}
#header h1 {
font-size:30px;
text-transform:uppercase;
margin:0;
padding:0;
}
#content {
width:780px;
margin:0 auto;
}
#content h2 {
font-size:18px;
}
#left {
float:left;
width:350px;
text-align:left;
}
#right {
float:left;
width:350px;
text-align:left;
}
#one_col {
text-align:left;
}
#three_col_left {
text-align:left;
width:230px;
float:left;
}
#three_col_center {
width:230px;
float:left;
margin-left:50px;
text-align:center
}
#three_col_right {
text-align:right;
width:230px;
float:right;
}
#footer {
clear:both;
background-color:#333333;
border-top:5px #488129 solid;
margin:0;
padding: 15px 0;
width:100%;
height:100%;
display:table;
text-align:center;
}
#footer_row {
width:780px;
text-align:left;
margin:10px auto;
}
#footer_col_left {
width:190px;
border-top:10px #666666 solid;
border-bottom:5px #666666 solid;
border-left:1px #666666 solid;
border-right:1px #666666 solid;
float:left;
}
#footer_col_left ul{
list-style-type: none;
font-size: 18px;
padding: 8px;	
margin:0;
}
#footer_col_left ul li a{
color:#FFFFFF;
}
#footer_col_right {
width:500px;
float:right;
text-align:center;
}
#footer_col_right h3 {
	text-transform: uppercase;
	font-size:18px;
	margin:0;
	font-weight: bold;
}
