@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #003;
	background-image: url();
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #9FF;
}
a:visited {
	color: #9FF;
}
a:hover {
	color: #F90;
}
#head {
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 4px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.ads {
	height: 263px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #FFF;
}
.ad {
	float: left;
	height: 255px;
	width: 266px;
	margin-left: 33px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
}

.ads2 {
	height: 263px;
	width: 633px;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #FFF;
}
.ad2 {
	float: left;
	height: 255px;
	width: 266px;
	margin-left: 33px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
}

