@charset "utf-8";
/* CSS Document */

body {
	background: #cccccc url(graphics/bg.gif) no-repeat top;
	margin: 0 auto;
}

p {
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a, a:visited {
	text-decoration: none;
	font-style: italic;
	color: #000;
	font-weight: bold;
}

a img {
	border: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
}

.clear {
	clear: both;
}

#pageWrapper {
	width: 675px;
	margin: 0 auto;
}

#header {
	background: url(graphics/header.gif) no-repeat;
	height: 269px;
	text-align: center;
}

#nav {
	background: #cc9966;
	height: 20px;
	width: 598px;
	margin: 0 auto;
	text-align: center;
}

#nav ul {
	display: inline;
}

#nav ul li {
	display: inline;
	font-size: 0.9em;
	padding: 0 0.5em;
	line-height: 20px;
}

#content {
	width: 600px;
	margin: 0 auto;
}

#subhead {
	background: url(graphics/subhead.gif) no-repeat;
	height: 47px
}

#right {
	float: right;
	width: 74px;
	background: url(graphics/right.gif) no-repeat top;
	height: 362px;
}

#left {
	float: left;
	width: 74px;
	background: url(graphics/left.gif) no-repeat top;
	height: 362px;
}

#main {
	margin: 0 27px;
	background: #fff;
	padding: 0 27px 1em 27px;
}

#footer {
	text-align: center;
	padding: 1em 0;
}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
	font-size: 0.9em;
	padding: 0 0.5em;
	line-height: 1em;
}

ul {
	margin: 0;
	list-style: none;
}
