body {
	margin:0px auto 0px auto;
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#555;
	}
	
.text{color:#555;}
	
#main {
	width:920px;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}

#header {
	width:920px;
	height:100px;
	float:left;
	background-color:#FFF;
	}

#flash_home {
	float:left;
	width:920px;
	background-color:#FFF;
	}
	
#content {
	float:right;
	width:655px;
	background-color:#f4f4f4;
	padding:0px 15px 5px 15px;
	margin:15px 0px 15px 0px;
	border:1px solid #CCC;
	}
	
#menu {
	float:left;
	width:230px;
	background-color:#FFF;
	}

#footer {
	width:920px;
	height:22px;
	float:left;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	font-size:10px;
	letter-spacing:1px;
	color:#FFF;
	}
	
#footer a:link, #footer a:hover, #footer a:visited{
	color:#FFF;
	}
	
	
h1{
	font-size:16px;
	font-weight:bold;
	color:#777;
	text-align: center;
	}
	
h2{
	font-size:16px;
	color:#777;
	}
	
h3{
	font-size:16px;
	font-weight:bold;
	color:#f19a39;
	}
	
.bullet{
	font-size:20px;
	font-weight:100;
	line-height:10px;
	color:#5ebaac;
	}
	
.heading{
	font-size:19px;
	font-weight:100;
	width:650px;
	background-color:#999;
	padding:5px;
	color:#FFF;
	text-align: left;
}

.headingsml{
	font-size:12px;
	font-weight:100;
	padding:5px;
	color:#CCC;
	text-align: center;
}

a {
color:#898917;
text-decoration:none;
}

a:hover {
color:#cd1543;
text-decoration:none;
}



#main #footer table tr td {
	text-align: center;
