@charset "utf-8";
/* CSS Document */

html{
font-family:"Times New Roman", Times, serif;
}
p{margin: 0px; padding: 0px;}
a{color: #36552f; text-decoration:none;}
a:hover{
	color: #1e2a5c; text-decoration:underline;}
	
.clear{clear:both;}
#header{ padding-top: 12px; padding-bottom: 12px;
}
#page_container{
	width:800px;
	left:50%;
	margin-left:-400px;
	position: absolute;
}
#page_left{width:182px; float:left;}
#page_right{width:612px; float:right;}

#footer{
	text-align: center;
	margin-top: 15px;
	height: 39px;
}
#footer .flourish_left{
	float:left;
	display: inline;
}

#footer .flourish_right{float:right;	display: inline;
}
#footer a{
	display: inline;
	text-decoration:none;
	text-transform: capitalize;
	color: #36552f;
	font-size: 13px;
}
#footer a:hover{
	color: #1e2a5c;
}

#footer_links{
	padding-top: 8px; 	padding-right: 20px;
	padding-left: 20px;
	height: 39px;
	background-color:#FFFFFF;
	
}
.footer_copyright{
font-size:10px;
color:#999999;
}
#special_offers_box{
margin:20px;
padding:20px;
text-align:center;
border: #36552f solid 1px;
background-color:#CCCCCC;
}
#special_offers_text{
color:#36552f;
font-weight:bold;
}
