/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	font-family:"Comic Sans MS", arial;
	height:100%;
	background:url(../images/back.jpg) fixed;
}

#wrapper {
	width:799px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../images/tile.gif) repeat-y #fff;
	border-left:1px solid #333;
	border-right:1px solid #333;
	position:relative;
}

#header {
	width:799px;
	height:0;
	padding-top:161px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat;
}

#strapline {
	width:779px;
	height:32px;
	padding:0 10px;
	line-height:32px;
	background:url(../images/strap.gif) repeat-x;
	color:#8de2a2;
}

#nav {
	width:190px;
	float:left;
	padding-bottom:40px;
}

#nav ul {
	list-style-type:none;
	width:190px;
}

#nav ul li {
	height:32px;
	line-height:32px;
}

#nav ul li.odd {
	background:#fea300;
	height:32px;
	line-height:32px;
}

#nav ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 8px;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}

#content {
	width:589px;
	padding:8px 10px 50px 10px;
	float:left;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	margin-bottom:5px;
	color:#164321;
}

#content p {
	margin-bottom:1em;
}

#content a {
	color:#0033CC;
}

#content li {
	margin-left:1em;
}

#content table {
	border-collapse:collapse;
}

#footer {
	position:absolute;
	bottom:0;
	width:779px;
	padding:0 10px;
	height:32px;
	line-height:32px;
	background:url(../images/strap.gif) repeat-x;
	color:#fff;
}
	