/* CSS Document */

body { 
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background: #02575a;
	}
	
p { text-indent: 4px; }
.title { font-weight: bold; color: #41787a; }
	
/* Structure CSS */
#frame { width: 835px; margin-left: auto; margin-right: auto; }
#border { width: 835px; background: url('images/bg.jpg') repeat-y; float: left; }
#content { width: 777px; padding-left: 30px; float: left; }
#main { width: 590px; height: auto; min-height: 400px; float: right; }
#banner { width: 777px; height: 126px; background: #02575a url('images/banner.jpg') no-repeat; float: left; }
#nav { width: 776px; height: 21px; float: left; }
#left { width: 187px; height: auto; background: #02575a; color:#CCCCCC; float: left; }
#content2 { width: 777px; height: auto; }
.affiliates { width: 187px; height: auto; margin: 1px 0 1px 0; float: left; }
.spacer { padding: 3px; float: left; }
#pic { 
	width: 552px; height: 155px; 
	background: #02575a; 
	border: 5px solid #02575a; border-bottom: none; border-top: none; 
	margin-right: 13px; 
	float: right; 
	}
.pic_border { width: 562px; height: 5px; padding-right: 13px; float: right; }
#news { width: 564px; height: auto; background: #FFFFFF; margin: 5px 12px 5px 0; float: right; }
#news_content { 
	width: 543px; height: auto; 
	border-left: 1px solid #e3e3e3; 
	margin: 0 10px 3px 10px; padding: 5px 0 5px 0; 
	float: left; 
	}
#footer { width: 777px; height: 22px; background: url('images/footer_bg.jpg') repeat-x; margin-top: 2px; float: left; }
#copyright { width: 98px; height: 22px; background: url('images/copyright.jpg') no-repeat; float: right; }

/* Titles */
.small { width: 187px; height: auto; padding-bottom: 4px; float: left }
.large { width: 544px; height: 15px; border-left: 1px solid #e3e3e3; margin: 5px 0 0 10px; float: left; }
/* */

