* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: arial, verdana, sans-serif; 
	font-size: 9pt;
	color: #503f00;
	background: url(graphics/main_repeat.jpg) center top repeat-y #7b9102;
	padding-bottom: 20px;
	}

/* Main Page Sections */
#pageContainer1 {
	background: url(graphics/gradient_repeat.gif) left top repeat-x;
	}
#pageContainer2 {
	width: 800px;
	margin: 0 auto;
	}
#header {
	height: 220px;
	background: url(graphics/header.jpg) center top no-repeat;
	}
#nav {
	width: 130px;
	margin-left: 105px;
	float: left;
	}
#mainContainer {
	background: url(graphics/main.jpg) center top no-repeat;
	padding-top: 40px;
	}
#content, #footer {
	width: 460px;
	margin-left: 240px;
	line-height: 1.6em;
	}
#footer {
	text-align: center;
	padding-top: 20px;
	}

/* Lists */
#nav ul {
	list-style: none;
	}
#content ul {
	margin: 5px 0 5px 25px;
	}

/* Main Links */
a {
	color: #500000;
	}
a:hover {
	text-decoration: none;
	}

/* Nav Links */
#nav ul li a span {
	display: none;
	}
#nav ul li a {
	display: block;
	width: 125px;
	height: 20px;
	}
#nav ul li a#Home {
	background: url(graphics/li_home.jpg) top left no-repeat;
	}
#nav ul li a#About {
	background: url(graphics/li_about.jpg) top left no-repeat;
	}
#nav ul li a#Services {
	background: url(graphics/li_services.jpg) top left no-repeat;
	}
#nav ul li a#Reviews {
	background: url(graphics/li_reviews.jpg) top left no-repeat;
	}
#nav ul li a#Contact {
	background: url(graphics/li_contact.jpg) top left no-repeat;
	}
#nav ul li a#Resources {
	background: url(graphics/li_resources.jpg) top left no-repeat;
	}

/* Headings */
#header h2 {
	display: none;
	}
#content h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 5px 0px 10px 0;
	}
#content h2 {
	font-size: 10pt;
	margin: 2px 0px;
	text-decoration: underline;
	font-weight: bold;
	}

/* Paragraphs */
#content p {
	text-indent: 25px;
	margin-bottom: 10px;
	}

/* Misc */
blockquote {
	font-style: italic;
	margin-bottom: 3px;
	}
div.quotesig {
	text-align: right;
	font-size: 8pt;
	line-height: 100%;
	margin-bottom: 40px;
	}
.note {
	font-size: 8pt;
	font-style: italic;
	}
