* {
	margin: 0;
	padding: 0;
}

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

/* Text Based Page Titles and Headings */
H1 {
	font-family:"Courier New", Courier, monospace;
	font-size: large;
	color:#C8AC62;
	border-width:0px 0px 1px 0px;
	border-size: thin;
	border-style: groove;
	border-color:#C8AC62;
	width: 1149px;
}
/* *************************************** */



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.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    text-align: center;

}

#nav {
	float:left;
	width:1095px;
	height:23px;
	background:url(images/menu-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:1095px;
	background:url(images/feature-bk.jpg) repeat-y;
}
#main-left {
	float:left;
	width:741px;
	min-height:590px;
	background:url(images/feature.jpg) no-repeat;
}
#main-right {
	float:left;
	width:324px;
	min-height:589px;
	background:url(images/txt-bk.jpg) top left no-repeat;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1c1307;
	letter-spacing:1px;
	word-spacing:3px;
	font-style:italic;
	line-height:135%;
}









#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;}