/*Basic Styles*/

body{
	background: #fff url("/img/watercolor_paper.jpg") repeat;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	color: #205757;
	margin: 0; padding: 0;
	font-size:10px;
}
a{
	color: #2c8c8c;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
h1, h2 {
	color: #8f852f;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	margin: 0 0 4px 0;	
	}

h3 {
	color: #8f852f;
	font-size:13px;
	line-height: 1.0em;
	font-weight: bold;
	margin: 0;
	}
	
h4 {
	color: #8f852f;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 3px 0 18px 0;
	}
	
h5 {
	color: #8f852f;
	font-size:13px;
	font-weight: normal;
	}
	
.hidden {
	visibility: hidden;
}

/*Main Divs*/

#wrap{
	width:850px;
	height: 80%;
	margin:0 auto;
}

#header{
	width: 850px;
	height: 220px;
	background:#333 url("/img/") no-repeat top center;
	margin: 0 auto;
}

#navmenu {
width: 850px;
height: 28px;
margin: 0 auto;
background-color: #3f8484;
}


#content{
	width: 810px;
	height: 100%;
	min-height: 200px;
	margin: 0 auto;
	padding:30px 20px 30px 20px;
	font-size:1.4em;
}

#content p {
line-height:1.3em;
}

#leftcolumn {
float:left;
width:520px;
margin:0;
padding:0;
}

#leftcolumn ul {
margin:0;
list-style: square;
padding: 10px 10px 15px 15px;
font-size:0.9em;
}
#leftcolumn li {
padding-bottom: 5px;
}

#rightcolumn {
float:right;
margin:0;
padding:0;
}

#rightcolumn ul {
color: #205757;
margin:0;
list-style: square;
padding: 10px 10px 0 15px;
font-size:0.8em;
}
#rightcolumn li {
padding-bottom: 20px;
}

.article {
	float: right;
	clear: right;
	width: 230px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 10px;
	background-color:#f9fbf6;
	font-size: 90%;
	border: 2px #d2d5b9 solid;
}

.rightphoto {
}

.clear {
	clear: both;
}	

.divider_line {
	clear: left;
	width: 100%;
	height: 5px;
	margin: 20px 0 0 0;
	border-top: 2px #8f852f dotted;
	padding:0;
}

#footer{
	width: 810px;
	height: auto;
	text-align:right;
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
}

.sitedeveloper { clear:both; width:734px;margin:0 auto;font-size: 10px; color: #a19a75; text-align: right; }
.sitedeveloper a:link, .sitedeveloper a:visited { color: #a19a75; text-decoration:none; }
.sitedeveloper a:hover { color: #fff; }