* {margin:0;padding:0;}
body {

	background: #002020;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	color:#fff;

}

a, a:link, a:active, a:visited { color: #fff; }
a:hover { text-decoration: none; }
#attribution {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:195px;
	height:20px;
	font-size:.15em;
	text-decoration:none;
	padding:0;
}

h1, h2 {	
	color: #fff;
	margin: 0 0 .2em 0;
	text-align:left;
}

h1 {
	font-size: 3.0em;
	padding: 260px 0 0 20px ;
	color: #fff;
	position:relative;
}
h2 { font-size: 1.8em; padding: 0 0 20px 0; text-align:left; }

h3 { font-size: 1.6em; padding: 0 0 20px 0; text-align:left; }

h4 { font-size: 1.4em; padding: 0 0 20px 0; text-align:left; }

h5 { font-size: 1.2em; padding: 0 0 20px 0; text-align:left; }

h6 { font-size: 1.0em; padding: 0 0 20px 0; text-align:left; }

p {
	margin: 0 0 20px 0;
	font-size: .75em;
	text-align:left;
}

ul {
	margin: 0 0 1em 2em;
	list-style: disc;
}


#page {
	display: block;
	text-align: center;
}

#layout {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
	height: 323px;
	background: url('images/header.jpg') top left no-repeat;
}

#content {
	clear: both;
	font-size: 1em;
	padding: 1em;
	border-top: 5px double #999;
	border-bottom: 5px double #999;
	text-align:center;
}
.ad { width: 940px; margin: 0px auto; background:#001515; padding:10px;}