body {
	margin:0;
	padding:0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e4e2c7;
	color: #545454;
}

body, html {
height:100%;
}

#superwrap {
background:#e4e2c7 url(../images/gui/bg.jpg) repeat-y center;
width:1000px;
margin:0 auto;
padding-bottom:20px;
}

#wrap {
	width:850px;
	margin:0 auto;
	min-height:500px;
}

#logo {
	padding:20px;
}

#menu {
	border-top:1px solid #c93713;
	border-bottom:1px solid #c93713;
position:absolute;
bottom:0;
height:28px;
background:white;
width:850px;
}
 
#top_wrap {
background: white;
width: auto;
height: 165px;;
position:relative;
}

#content {
	padding-top:1px;	
	min-height:440px;
}

#content p {
	margin-top:0;
}

h1 {
	font-family:"Goudy Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:20px;
	font-style:italic;
	font-weight:normal;
	color:#c93713;
	margin-bottom:42px;
}

h2 {
	font-size:14px;
	color:#009390;
	text-transform:uppercase;
	line-height:14px; 
        margin-bottom: 2px;

}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:20px;
	font-style:none;
	font-weight:normal;
	color:#009390;
	margin-bottom:10px;
}

#content_col_left {
	float:left;
	width:150px;
	min-height:400px;
	margin-left:30px !important;
	margin-left:15px;
	margin-right:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:center;
}

#content_col_left a {
	color:#ada64d;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
}

#content_col_right {
	margin-left:230px;
	padding-right:20px;
	padding-top:10px;	
}

#content_col_right img {
	margin-right:10px;
}

#content_col_right ul {
	list-style-position:inside !important;
}

/* add spacing between bullet items */
#content ul li, #content ol li {
margin-bottom:10px;
}



#footer{
color:#999;
margin-top:70px;
text-align:center;
font-size:11px;
}
#footer a {
color:#999;
text-decoration:underline;
}

#footer ul li {
display:inline;
list-style-type:none;
}

#footer .footer_menu a {
padding:0px 10px 0px 10px !important;
text-decoration:none;
}



body.home li#link-home {
display:none;
}
