/* CSS Document */

body {
	background: #68635D url(../img_layout/bg_tile.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}

* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 840px;
	text-align: left;
	margin: 0px auto;
}

a {
	color: #652706;
	text-decoration: none;
}

#leftCol {
	float: left;
	width: 160px;
	
}

#leftCol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF0F0;
	letter-spacing: .1em;
	margin-top: 25px;
	margin-left: 20px;
	font-weight: bold;
	
}

#nav {
	margin-top: 150px;
	
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	margin-bottom: 2px;
}

#nav ul il img {
	border: none;
}

#rightCol {
	float: left;
	width: 680px;
	
}


#contInfo {
	margin-left: 225px;
	
}

#contInfo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5A5A5A;
	letter-spacing: 0.1em;
	line-height: 12px;
	text-align: center;
	
}
.bold {
	font-weight: bold;
}

#content {
	width: 590px;
	
}
#wrapper {
	float: left;
	height: 900px;
	width: 840px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3D2B30;
	letter-spacing: 0.2em;
	margin-top: 70px;
	margin-left: 5px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #542427;
	letter-spacing: .1em;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 6px;
}

h5 {
}

#content ul {
	list-style-type: none;
}

#content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
}
#content ul li span {
	font-weight: bold;
}
.nextprev {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

div.nextprev a {
	color: #652706;
	text-decoration: none;
	display: block;
	padding: 1px;
}

#content ul.title {
	list-style-type: none;
	margin-bottom: 15px;
}

#content ul.title li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #542427;
	letter-spacing: .1em;
	margin-left: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
#content h1.shorts {
	margin-top: 25px;
	margin-bottom: 25px;
}


.italic {
	font-style: italic;
}
a:hover {
	color: #896C65;
}
