body {
	margin:40px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666666
}

#Content {
	width:575px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding;
	border;
	background-color:#fff;
	}
	
	
#maincontentadvertisers {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #339999;
	border-bottom-color: #339999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	h1 {
	font-size:14px;
	color:#339999;
	}
	
a:link {
	font-size: 12px;
	color: #339999;
	text-decoration: none;
}
a:hover {
	color: #33CCCC;
	background-color: #FFFFFF;
}
a:visited {
	color: #339999;
	text-decoration: none;}


.imageleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

.imageright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;}
	
.turquiose {
	color: #339999;
}/* CSS Document */

