@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin page elements */

#header {
	width: 800px;
	height: 279px;
	background-image: url(img/header.jpg);
	float: left;
}

#header h1 {
	text-indent: -777px;
}

#container {
	width: 800px;
	margin: auto;
}

#nav {
	width: 800px;
	height: 49px;
	float: left;
	background-image: url(img/nav-bg.jpg);
}

#nav ul {
	padding-top: 13px;
	padding-left: 29px;
	list-style: none;
}

#nav li {
	display: inline;
	padding-left: 1.7em;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}

#nav a:hover {
	color: #24E049;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 27px;
	padding-bottom: 17px;
	width: 700px;
	background-image: url(img/content-bg.jpg);
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}

#content p {
	margin-bottom: 1.7em;
}

#content h2 {
	font-size: 1.7em;
	margin-top: 0.4em;
	margin-bottom: 1.3em;
}

#content h3 {
	font-size: 1.1em;
	margin-bottom: 0.9em;
	color: #4B8C3B;
}

#footer {
	width: 800px;
	height: 79px;
	float: left;
	font-size: 0.8em;
	text-align: center;
	padding-top: 4.7em;
	background-image: url(img/footer-bg.jpg);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
}