* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.container {
	width: 920px;
	background-image: url(../images/georgiaLangWeithe.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.main {
	margin-right: 70px;
}


/* Navigation along top */
.nav {
	font-weight: bold;
	background-color: #332D22;
}
.nav ul {
	list-style: none;
	width: 850px;
}
.nav ul li {
	float: left;
	line-height: 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 11px;
}
.nav ul a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.nav ul a:hover {
	color: #F1CFB4;
}
#noBullet {
	background: none;
}


/* Main Content Area including Title*/
.content {
	float: left;
	width: 450px;
	display: inline;
	background-image: url(../images/glow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content h1 {
	color: #785B22;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 40px;
	margin-right: 32px;
	margin-left: 49px;
}
.content p {
	margin-top: 15px;
	line-height: 18px;
	margin-right: 32px;
	margin-left: 49px;
}
.content a {
	color: #3C5E2E;
}
.title {
	padding-top: 75px;
}


/* Sidebar Photograph and Book */
.sidebar {
	padding-right: 0px;
	padding-bottom: 0;
	float: right;
	width: 386px;
	background-image: url(../images/forest.jpg);
	background-repeat: no-repeat;
	height: 810px;
}
.book {
	width: 252px;
	padding-top: 132px;
	padding-left: 42px;
}


/* Footer */
.footer {
	margin-top: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2B388;
	padding-top: 6px;
	font-size: 10px;
	padding-bottom: 20px;
	color: #3C5E2E;
	margin-left: 49px;
	margin-right: 32px;
}
.footer a {
	text-decoration: underline;
	color: #3C5E2E;
}


/* Floats */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
