body {
	font-size: 1.2em; 
	font-family: Verdana, Arial,'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
  margin: 0;
	padding: 0;

	}
	
.header {
  width:100%;
  height:60px;
  background: #ff0066 url('headerbg.gif') repeat-x;
}

.icon {
  border:0px;
  cursor:pointer;
  float:left;
}
.advert{
  align:center;
}

.content {
  padding:3px 3px 3px 3px;
  text-align: left;
  float:left;
width:100%;

}
.link{
  font-weight:bold;
}
 
.banner {
  width:100%
  height:30px;
  float:left;
  text-align:center;
  padding:3px 3px 3px 3px;
}


.footer {
  border-top: 1px solid #FFFFFF;
  padding:3px 3px 3px 3px;
  margin:3px 0px 3px 0px;
  text-align: center;
  float:left;
clear:left;

}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

 


