body {
	margin:0 auto;
	padding:0;
	color:#292d14;
	font-family:"Trebuchet MS", Lucida, Verdana;
	font-size:0.8em;
	position: relative;
	line-height: 1.4em;
	background: #dbdadc url(img/background.gif) repeat-y center;
	background-attachment: fixed;
	text-align: center;
}

a:link {font-weight: bold; color:#0f1535; text-decoration: none;}
a:visited {font-weight: bold; color:#0f1535; text-decoration: none;}
a:active {text-decoration: none; color: #000;}
a:hover {color:#0f1535; text-decoration: underline;}


#content {position: relative; width: 452px; margin: 0 auto;}

#header {margin-bottom: 10px;}
#header h1 {background-image: url(img/header.jpg); background-repeat: no-repeat; width: 450px; height: 300px; margin: 0 0 0 1px; padding: 0;}
* html #header h1 {margin-left: 2px;} /*hack to get IE looking the same*/
#header h1 span {display: none;}

img {border: 1px solid #000}

#nav {padding: 0 0 0 25px;}
#nav ul li a {color: #0e1217;}
#nav ul {list-style-type: none; margin: 0; padding: 0; text-align: center;}
#nav ul li {display: block; float: left; text-align: center; padding: 2px 5px; margin-right: 10px;}
#nav ul li.active {background-color: #ebebe7;}

#copy {clear: both; text-align: left; padding: 20px 30px 0; margin-bottom: 20px;}
* html #copy {padding-top: 0px;}
#copy h2 {color: #0f1535; font-size: 1.5em; font-weight: bold;  margin:0 0 5px 0; padding: 0;}
#copy h3 {color: #bbb; font-size: 0.8em; font-weight: normal;  margin:0; padding: 0;}
#copy p {margin: 0 0 10px 0;}

#copy table {border: 0; font-size: 1em; margin: 20px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#copy table tr {padding: 0; margin: 0 0 5px 0;}
#copy table td {padding: 5px; margin: 0;}

#footer {padding: 0 0 0 35px; text-align: left; color: #bbb; font-size: 0.8em; margin-bottom: 10px;}
#footer a {color: #bbb}

