body {
	background:	#273A34 url('art/background.jpg') repeat-x;
	color:		#273A34;
	}
	
a:link, a:visited {
	color:		#008;
}
a:active {
	color:		#088;
}
a:hover {
	color:		#dd0055;
}
a img {
	border:	none;
}
h1 {
	color:			#000088;
	text-align:		center;
	padding-top:	.5em;
	font-size:		1.5em;
	font-weight:	bold;
}
h2 {
	color:			#000088;
	text-align:		left;
	font-size:		1.25em;
	font-weight:	bold;
}
h2.subhead {
	text-align:		center;
	margin-top:		0;
}
#container {
	position:		relative;
	background:		#fffcff;
	width:			560px;
	margin-left:	auto;
	margin-right:	auto;
	border:			solid 5px #fffcff;
	padding:		5px;
	font-family:	"Times New Roman", serif;
}
#banner {
	position:		relative;
	background:		 url("art/header.jpg") no-repeat;
	height:			200px;
	font-family:	"Arial", sans-serif;
	z-index:		1;
}
#banner .title {
	position:		absolute;
	top:			10px;
	left:			20px;
	font-size:		30px;
	color:			white;
}

#nav {
	position: absolute;
	bottom:	0;
	right:	20px;
	font-family:	"Arial", sans-serif;
	color: #fffcff;
}
#nav a:link, #nav a:visited {
	color:		#0ff;
}
#nav td, #nav th {
	border:	0px solid #ccc;
	text-align: left;
	padding:	0 5px 0 5px;
}

#content {
	width:	100%;
}
#footer {
	width:	100%;
}
#google {
	margin:	10px 0px 0px 0px;
	border:	1px solid #333333;
}
#ads, #hosting {
	margin:	0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	width:	470px;
}

/*** Tables ***/
.spec {
	display:		inline;
	white-space:	nowrap;
}
.spec .key {
	font-weight:	bold;
}
.spec .val {
	width:			200px;
	background:		#fffcff;
	padding-right:	20px;
}
