/* style by James Black*/
/* www.jamesblackdesign.com*/

/*
dark green (link) #608210
light green (visited) #c0d099
background color #dcdaca
dark brown #898278
*/
/*structure*/

.credits
{
display:none;

}

body {
	background-image:url(images/background.jpg);
	background-color:#dcdaca;
	
}
/*------------------*/
#wrap {
	width:870px;
	margin:auto;
	overflow:hidden;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:598px;
	height:193px;
}
#footer p {
	clear:both;
	width:700px;
	padding-left:20px;
	color:#898278;
	font-size:10px;
	margin:auto;
	
}

#footer a:link {font-size:10px;}
#footer a:visited {font-size:10px;}

#left_col {
	
	background-color:#fff;
	float:left;
	
}
#left_col_top {
	background-image:url(images/top_image.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	width:598px;
	height:336px;
}
/*begin right col*/

#right_col {
	background-color:#fff;
	width:210px;
	float:right;
}

#right_col_header {
	background-image:url(images/right_col_top.jpg);
	background-repeat:no-repeat;
	height:193px;
}

#right_col_info {
	width:210px;
	padding-left: 15px;
	
}

#right_col_info p {
	font-family:arial, "san serif";
	font-size:13px;
	color:#898278;
	padding-left:0px;
	padding-right:10px;
	
}



/*end right col*/

/*BEGIN NAV LIST*/
#nav_list {
	
	text-decoration:none;
	
}

#nav_list ul {
list-style:none;	
	
}
#nav_list li {
	background-image:url(images/right_col_divider.jpg);
	background-position:-80px 30px;
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-right: 40px;
	margin-top:15px;
	text-align:center;
}

#nav_list, a:link {
	color:#608210;
	font-size:18px;
	text-decoration:none;
	font-family:arial,"san serif";
}
#nav_list, a:visited {
	color:#608210;
	font-size:18px;
	text-decoration:none;
	font-family:arial,"san serif";
	
	
}

#nav_list, a:hover {
	color:#c0d099;
	font-size:18px;
	text-decoration:none;
	font-family:arial,"san serif";
	
}
#nav_list, a:active {
	color:#c0d099;
	font-size:18px;
	text-decoration:none;
	font-family:arial,"san serif";
	
	
}
li {list-style-type: none;}
/*END NAV LIST*/

a:link {
	color:#608210;
}
a:visited {
	color:#c0d099;
	
}

a:hover {
	color:#c0d099;
	
}
a:active {
	color:#c0d099;
	
	
}

.sidebar-image
{
margin-left: 0px;

}	


h3 {
	color:#608210;
	font-size:20px;
	font-family:arial, "san serif";
	font-weight:lighter;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:5px 25px;
	padding-bottom:15px;
	padding-left:20px;
	
}
h6
{
color:#cccccc;
margin-left:25px;
font-size:10px;
font-family: arial, san-serif;
margin-bottom: -20px;
}
p {
	color:#444;
	padding-left:20px;
	width:550px;
		font-size:14px;
		font-family:arial, "san serif";
	line-height: 1.3;
}
