* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 98%;
}
p {padding-bottom:1em;}

/* Text Based Page Titles and Headings */
H1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-large;
	color:#8fa76c;
	border-width:0px 0px 2px 0px;
	border-style: groove;
	border-color:#8fa76c;
	width:743px;
	margin-bottom:5px;
	text-transform:uppercase;
}
/* *************************************** */



body {
    background-color: #1c1307;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}



#outer {
    width: 1095px;
    margin-top: 36px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header {
	float:left;
	width:1095px;
	height:75px;
	background:url(images/header-sec.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    text-align: center;

}

#nav {
	float:left;
	width:1095px;
	height:23px;
	background:url(images/menu-sec-bk.jpg) no-repeat;
}

#nav ul {
	float:right;
	margin-right:190px;
	margin-top:1px;
	list-style-type:none;
}
#nav ul li {
	display:inline;
	margin-right:40px;
}
#nav ul li a, #nav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
}
#nav ul li a:hover {
	text-decoration:none;
	color:#1c1307;
}







#main {
	float:left;
	width:1080px;
	background:#d1d8bc;
	margin-left:7px;
}
#main-left {
	float:left;
	width:307px;
	min-height:590px;
	background:url(images/feature-sec-bk.jpg) no-repeat;
}
#main-right {
	float:left;
	width:773px;
	min-height:589px;
	background:url(images/txt-sec-bk.jpg) top left no-repeat;
}

#content {
	margin:15px;
	width:743px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1c1307;
	letter-spacing:1px;
	word-spacing:3px;
	font-style:italic;
	line-height:135%;
}
#content a, #content a:visited {
	text-decoration:none;
	color:#060;
}
#content a:hover {
	text-decoration:none;
	color:#6C0;
}






#footer {
	float:left;
	width:1095px;
    margin: 0px;
	padding-top:5px;
    border-top: 2px solid #8fa76c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8fa76c;
	text-align:right;
	text-transform:uppercase;
}
#footer .item {
	margin-right:35px;
}
#footer .item2 {
	margin-right:10px;
}


/* Image As Background 
#link-logo {
	background-image:url(images/logo.png);
	display:block;
	width:200px;
	height:58px;
	text-indent:-9999px;
}
<a href="index.htm" title="Return Home" id="link-logo">Return Home</a>
*/



#clearleft {clear:left;}
#clearright {clear:right;}
#clearboth {clear:both;}





#wrap100 {
	float:left;
	width:95%;
	margin-top:15px;
	margin-bottom:25px;
}
#wrap40 {
	float:left;
	width:40%;
}
#wrap50 {
	float:left;
	width:50%;
}
#wrap20 {
	float:left;
	width:20%;
}
#img {
	margin-left:15px;
}
#wrap30 {
	float:left;
	width:30%;
}


ul {
	list-style:url(images/ico-leaf.png);
	margin-left:30px;
}
ul li {
	margin-bottom:5px;;
}









