body {
	background-color: #393a3f;
	margin: 0;
	text-align: center;
}
body, p, input, textarea, select {
	color: #fff;
	font-family: Georgia, serif;
	font-size: small;
}
a {
	color: #fff;
}
a:visited {
	color: #ddd;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

/**********************************
 * HEADER
 **********************************/

#header-wrapper {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 89px;
	width: 100%;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 89px;
	margin: 0 auto;
	width: 800px;
}
#nav {
	display: block;
	text-align: right;
	padding-top: 60px;
	width: 100%;
}
#nav a {
	color: #919090;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-right: 30px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav br {
	display: none;
}


/**********************************
 * CONTENT
 **********************************/

#content-wrapper {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat;
	width: 100%;
}
#content-outer {
	background-color: #393a3f;
	border-left: 1px #222 solid;
	border-right: 1px #222 solid;
	margin: 0 auto;
	padding-top: 20px;
	width: 778px;
}
#content {
	padding: 10px 20px;
	text-align: left;
}
#content h1 {
	color: #757f20;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 240px;
}
#content h2 {
	color: #757f20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 20px 0 10px 0;
}
#content h3 {
	color: #77787d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 10px 0 0 0;
}
#content p {
	line-height: 20px;
}
#content ul {
	margin: 0;
	padding: 5px 0 10px 0;
}
#content li {
	background-position: 15px 7px;
	background-image: url(../images/bullet-s.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding: 5px 0 5px 30px;
}


/**********************************
 * FOOTER
 **********************************/

#footer-wrapper {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin: 0 auto;
	width: 800px;
}
#footer p {
	font-size: x-small;
	padding: 15px 30px 0 0;
	text-align: right;
}
