@charset "UTF-8";
/* Common CSS by Bob Schwartz, FotoGrafics  - www.fotografics.it*/
html { 
	min-width: 965px;
}
/* helpers and base rules */

img	{
	border: 0;
}
.clearit {
	width: 100%;
	height: 1px;
	margin: -1px;
	clear: both;
}
h1 {
	line-height: 26px;
}

/* primary layout */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #006;
	font: small/18px "Times", "Times New Roman", serif;
}
div#wrapper	{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#maincontent {
	float: left;
	width: 658px;
	padding: 0;
	border: 0;
	margin: 0 0 0 302px;
	display: inline;
}
html>body div#maincontent {
	min-height: 600px;
}
div#sidebar	{
	color: #663;
	margin: 0 0 0 -960px;
	padding: 0;
	width: 302px;
	border: 0;
	float: left;
	display: inline;
	background: url(../im/logo.jpg) no-repeat top;
}
/* secondary layout */
div#head	{
	background: url(../im/head.jpg) no-repeat top;
	width: 658px;
	height: 141px;
	margin: 0;
	border: 0;
}
div#top-nav	{
	background: url(../im/top_nav.jpg) no-repeat top;
	width: 658px;
	height: 19px;
	margin: 0;
	border: 0;
	text-align: left;
}
div#top-nav ul {
	float: left;
	margin: 0 0 0 15px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	padding: 0;
}
div#top-nav li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0 15px 0 0;
}
div#top-nav a {
	color: #fff;
	text-decoration: none;
}
div#top-nav a:hover	{
	color: #006;
}
div#top-nav a:active	{
	color: #F00;
}
div#content	{
	background: url(../im/con_bkg.jpg) repeat-y;
	margin: 0;
	border: 0;
	padding: 5px 15px;
}
div#text {
	margin: 0 15px 0 0;
	color: #F1802B;
}
div#text a {
	color: #006;
	text-decoration: underline;
}
div#text a:hover	{
	color: #F1802B;
}
div#text a:active	{
	color: #F00;
}
div#flash1 {
	background: #006;
	text-align: center;
	padding: 1px;
	color: #fff;
	height: 390px;
	width: 602px;
	margin: auto;
}
div#flash img.fr {
	margin-right: 15px;
}
div#charity {
	width: 100%;
	text-align: center;
	margin: 0;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	line-height: 12px;
}
div#charity p {
	margin: 5px 15px;
}
div#footer	{
	background: url(../im/footer.jpg) no-repeat top;
	width: 658px;
	margin: 0;
	border: 0;
	text-align: center;
}
div#footer-text {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
}
div#footer-text p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 10px 0 10px;
	color: #fff;
	float: right;
}
div#footer-text a {
	color: #fff;
}
div#footer-text a:hover	{
	color: #F1802B;
}
div#footer-text a:active	{
	color: #F00;
}	
div#sb-img {
	width: 100%;
	text-align: center;
	margin: 175px 0 0 0;
}
div#sb-cpt {
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#sb-cpt p {
	margin: 0 15px;
}	
.small {
	font-size: 10px;
}
.fr {
	float: right;
	margin: 0 0 10px 10px;
}
.fl {
	float: left;
	margin: 0 10px 10px 0;
}
.blue {
	color: #006
}
