body, html {
	margin: 0;
}

body {
	background: #1b1b1b url('../img/bg.gif') repeat;
	font: 13px Tahoma, Verdana, sans-serif;
	color: #1F1F1F;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 750px;
	background-color: #444;
}

#logo_nav {
	position: relative;
	top: 12px;
	width: 100%;
	height: 147px;
	background-color: #1b1b1b;
	border-top: 6px solid #3e3e3e;
	border-bottom: 6px solid #b5b5b5;
}

	#logo {
		float: left;
		margin: 16px 0 0 16px;
		width: 233px;
	}

	#logo h1 {
		margin: 0;
	}

	#logo a:hover {
		background: transparent;
	}

	.nav {
		float: left;
		width: 247px;
		margin: 25px 0 0 0;
	}
	
	.nav ul {
		width: 100%;
		text-align: left;
		font: 18px "Trebuchet MS", Tahoma, Sans-serif;
		list-style: none;
		line-height: 32px;
		margin: 0;
		padding: 0;
	}
	
	.nav .selected, .nav .selected a {
		color: #b2d162;
	}
	
	.nav a {
		color: #fff;
		text-decoration: none;
	}
	
	.nav a:hover {
		background-color: #262626;
	}
	
#main {
	width: 100%;
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #d8d8d8;
}

	.chunk {
		margin: 50px 0 0 50px;
		width: 470px;
	}
	
	#main li {
		font: 13px Tahoma, Sans-serif;
	}

#credit {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #444;
	border-top: 6px solid #b5b5b5;
}

	#credit img {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#credit a:hover img {
		border-bottom: 1px solid #8dbe4b;
	}

#shadow1 {
	position: absolute;
	top: 0;
	left: -9px;
	width: 9px;
	height: 100%;
	background: transparent url('../img/shadow_left.png') repeat-y;
}

#shadow2 {
	position: absolute;
	top: 0;
	left: 750px;
	width: 9px;
	height: 100%;
	background: transparent url('../img/shadow_right.png') repeat-y;
}

#right_ads {
	position: absolute;
	top: 220px;
	right: 40px;
}

h2 span {
	color: #528425;
}

h2 {
	font: Italic 28px "Palatino Linotype", "Book Antiqua", Georgia, Times, serif;
	color: #1b1b1b;
	margin: 0 0 10px 0;
}

h3 {
	font:  18px "Palatino Linotype", "Book Antiqua", Georgia, Times, serif;
	color: #555;
	margin: 0 0 12px 0;
}

h4 {
    font: 16px "Palatino Linotype", "Book Antiqua", Georgia, Times, serif;
    color: #333;
    margin: 16px 0 0px 0;
}

h2.blog a {
	color: #1b1b1b;
	background-color: #e7f6db;
	line-height: 38px;
	text-decoration: none;
}

h2.blog {
	margin: 0 0 4px 0;    
}

h2.blog a:hover {
	color: #71b532;
}


p {
	font: 13px Tahoma, Sans-serif;
	margin: 0 0 10px 0;
	line-height: 18px;
}

p.preamble {
	font: Italic 15px "Trebuchet MS", Tahoma, Sans-serif;
	margin: 0 0 15px 0;
}

.divider {
	display: none;
}

a img {
	border: 0;
}

a {
	color: #528425;
}

a:hover {
	color: #fff;
	background-color: #71b532;
	text-decoration: none;
}

code, pre {
	font: 12px Monaco, Courier new, Courier;
	background-color: #ddd;
}
