body {
	background-image: url(../images/backpat.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D8D8AF;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 720px;
	position:relative;
    min-height:100%;
    _height:100%;

}
#wrapper #nav {
	background-color: #333333;
	padding: 10px;
	margin-left: -2px;
	width: 700px;
}
#wrapper #content {
	font-family: georgia;
	font-size: 14px;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	text-align: justify;
	background-repeat: repeat-x;
	padding-bottom:100px;
}

#wrapper #header { margin-left: -0px; height: 370px; }

#footer {

	width: 700px;
	background-color: #333;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;


}

#footer a {

	color: #cccc99;

}

h1, h2, h3, h4 {

	color: #333333;
	margin: 0;
	margin-bottom: 20px;

}

a img { border: none; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

#nav_extended { font-family: arial; font-size: 11px; color: #fff; padding-left: 4px; padding-top: 3px; border-top: 1px solid #666666; }
#nav_extended .item { float: left; margin-right: 12px; }
#nav_extended .item a { color: #fff; font-weight: bold; }
#nav_extended .item a:hover { color: #CCCC99; text-decoration: none }
.clear { clear: both; }

	.blog_post {
	
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	
	}
	
	.blog_post .title_wrapper {
	
		background-color: #333333;
		color: #cccc99;
		padding: 10px;
		font-family: arial;
		font-size: 18px;
	
	}
	
	.blog_post .title {
	
		float: left;
	
	}
	
	.blog_post .date {
	
		clear: right;
		float: right;
		font-size: 11px;
		margin-top: 4px;
	
	}
	
	.blog_post .content {
	
		border-left: 1px solid #868686;
		border-right: 1px solid #868686;
		border-bottom: 1px solid #868686;
		padding: 10px;
		background-color: #fff;
	
	}
	.blog_post .title_wrapper .location { 
		clear: left;
		float: left;
		font-size: 11px;
		color: #fff;
	}
	
	.blog_post .content p { margin: 0; }
	
	#more_link {
	
		padding: 10px;
		padding-top: 0px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 10px;
	
	}
	
	a {
	
		color: #868686;
		text-decoration: none;
	
	}
	
	a:hover {
	
		text-decoration: underline;
	
	}
