body {
	text-align: center;
	background-color: #006699;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	background-image: url(images/header.jpg);
	width: 748px;
	height: 134px;
	border: 1px solid #000000;
}
.navholder {
	background-image: url(images/nav-tile.jpg);
	text-align: right;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nav {
	font-size: 10px;
	padding-top: 1px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
.contentwrap {
	width: 748px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #2571BF;
}
.featured {
	background-image: url(images/featured-site-tile.gif);
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content {
	background-image: url(images/content-m.gif);
	padding: 0px 25px 10px 10px;
	text-align: left;
}
h2 {
	background-color: #293461;
	font-size: 12px;
	width: 300px;
	border: 1px dashed #0074E8;
	padding: 5px;
	color: #FFCC66;
	margin: 2px;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 2px;
}
.footer {
	width: 750px;
	font-size: 9px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC66;
}
.preview {
	margin-left: 6px;
}
