/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #777;
	background: #EFD5AF;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #E9C48E;
	font-size: 1.7em;
}

h2 {
	color: #E9C48E;
	font-size: 1.5em;
}

h3 {
	color: #E9C48E;
	font-size: 1.3em;
	border-bottom: 1px solid #eee;
}

a {
	color: #E1B785;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
}

.wrap {
	margin: 0 auto;
	width: 750px;
}

/* Basic Structure */
#container {}

#header {
	float: left;
	width: 100%;
	background: url(../images/hbg.jpg) top repeat-x #fff;
	height: 147px;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/bg.gif) top repeat-x #fff;
}

#footer {
	width: 710px;
	height: 70px;
	background: url(../images/footer.gif) top no-repeat;
	float: left;
	padding: 70px 20px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 352px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 352px;
	height: 46px;
	background: url(../images/logo.gif) center no-repeat;
	height: 110px;
}

#header h2 {
	float: right;
	width: 231px;
	height: 110px;
	background: url(../images/authorname.jpg) center no-repeat;
	margin-bottom: 0;
}

#header h1 a span, #header h2 span {
	display: none;
}

#header ul {
	clear: both;
	float: left;
	width: 750px;
	clear: both;
	list-style: none;
	text-align: center;
	padding-top: 12px;
}

#header ul li {
	display: inline;
	padding: 0 15px;
}

#header ul li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff; 
}

#header ul li a:hover, #header ul li.active a {
	color: #62543E;
}

/* Content Stuff */
#main {
	clear: both;
	float: left;
	width: 670px;
	padding: 0 40px;
	background: url(../images/cbg.gif) bottom no-repeat;
}

#banner, #banner img {
	float: left;
	width: 750px;
	clear: left;
	list-style: none;
	height: 254px;
	overflow: hidden;
}

#gallery {
	text-align: center;
}

#gallery img {
	margin: 10px;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

#footer p a {
	color: #555;
}

