/* @override 
	http://brakemandesign.com/nconn/style2.css
	http://www.nativeconnections.net/blog/wp-content/themes/n_con_two/style.css
*/

body {
	background-color: #523c12;
}

a {
	color: #4a4532;
}

h2 {
	color: #2d1f07;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 5px;
	margin-top: 0;
}

#header {
	width: 860px;
	height: 133px;
	margin:  0 auto;
	padding: 0;
	background: url(images/header.jpg) repeat-y 100px;
}

#header h1 {
	text-indent: -900%;
	margin: 0;
	padding: 0;
}

#container {
	width: 860px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/paper_bg.jpg) repeat-y 100px;
	margin-top: -10;
	padding-top: 0;
}

#footer {
	width: 860px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footer.jpg) repeat-y 100px;
}

#navigation {
	float: left;
	width: 250px;
	display: ;
}

#navigation a {
		text-decoration: none;
}

#nav-header {
	height: 53px;
	background: url(images/nav_header.png) no-repeat;
}

#nav-footer {
	height: 50px;
	background: url(images/nav_footer.png) no-repeat;
}

.nav {
	width: 250px;
	list-style: none;
	padding-left: 10px;
	margin: 0;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .15em;
	text-decoration: none;
	background: url(images/nav_bg.png) repeat-y;
}
ul.nav li.page_item {
	font-weight: bold;
}

ul.nav li.page_item ul {
	list-style: none;
	padding-left: 15px;
	margin: 0;
	width: 210px;
}

#navigation ul.nav li.page_item ul li.page_item a {
		font-weight: normal;
}

#content {
	width: 500px;
	margin-left: 300px;
	margin-top: 0;
	padding-top: 0;

}

#content p {
	margin: 0;
	padding-bottom: 10px;
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
}

#content ul {
	list-style-image: url(images/li.png);
	font-size: 14px;
	line-height: 21px;
	text-shadow: #000000 0 0 0;
}

.last {
	margin-bottom: 0;
}