body {
	font-family: verdana;
	font-size: 12px;
	color: #000;
	background: #274050 url(../img/bg.png) left center repeat fixed;
}

a {
	color: #7e211e;
	text-decoration: none;
}
a:hover {
	color: #3c3a2e;
}

#wrap {
	width: 750px;
	margin: auto;
	background: #f5f0e0 url(../img/bg.gif) left top repeat-y;
	padding: 0;
	border: 1px solid #000;
}

#header {
	height: 150px;
	background: #ece3c5 url(../img/logo.png) left bottom no-repeat;
	font-family: georgia;
	color: transparent;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

#sidebar {
	float: left;
	width: 175px;
	margin-right: 5px;
	border: 0;
	border-right: 1px solid #000;
	background: #e2d1b6;
}
#sidebar h1 {
	font-family: georgia;
	font-variant: small-caps;
	border-bottom: 1px solid #000;
	padding-left: 30px;
	margin: 0;
	margin-bottom: 5px;
	background: #7e211e url(../img/sbdeco.png) left center no-repeat;
	color: #f5f0e0;
}
#sidebar a {
	color: #3c3a2e;
	font-weight: bold;
}
#sidebar a:hover {
	background-color: #7e211e;
	color: #f5f0e0;
}

#resources ul, #community ul {
	list-style-type: none;
	padding-left: 7px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin: 0;
}
#shopping ul {
	list-style-type: none;
	padding-left: 7px;
	padding-bottom: 20px;
	margin: 0;
}

#main {
	float: left;
	width: 535px;
	background: transparent;
	text-align: justify;
	padding: 0 10px;
}
#main h1 {
	font-family: georgia;
	font-size: 3em;
	font-style: italic;
	color: #7e211e;
	margin: 0;
	margin-top: 10px;
	border-bottom: 1px solid #274050;
}
#main h2 {
	font-family: georgia;
	font-style: italic;
	color: #7e211e;
	border-bottom: 1px solid #274050;
	margin-top: 25px;
}
#main h3 {
	font-family: georgia;
	color: #3c3a2e;
}
#main p {
	padding: 0;
	padding-bottom: 5px;
}

#topics {
	margin-bottom: 15px;
}
#topics h1 {
	font-family: georgia;
	font-size: 2em;
	font-style: italic;
	color: #7e211e;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #274050;
}
#topics h2 {
	font-family: georgia;
	font-style: italic;
	color: #7e211e;
	border-bottom: 1px solid #274050;
	margin-top: 25px;
}
#topics p {
	margin: 0;
	margin-left: 25px;
}

#essay {
	margin-bottom: 15px;
}
#essay h1 {
	font-family: georgia;
	font-size: 1.8em;
	font-style: italic;
	color: #7e211e;
	margin-top: 15px;
	border-bottom: 1px solid #274050;
}
#essay h2 {
	font-family: georgia;
	font-style: normal;
	font-size: 1.3em;
	color: #274050;
	margin: 0;
	margin-left: 50px;
	margin-bottom: 10px;
	border: 0;
}
#essay p {
	margin: 0;
	margin-top: 5px;
	margin-left: 25px;
}

#footer {
	clear: both;
	text-align: center;
	background: #3c3a2e;
	color: #e2ecf2;
	border-top: 1px solid #000;
}
#footer p {
	margin: 0;
	padding: 3px;
	font-size: .9em;
}
#footer a {
	color: #c8d2d9;
}
#footer a:hover {
	color: #7e211e;
	background: #e2ecf2;
}