body{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#190a09;
	background-attachment:fixed;

}

.shell{
	width:980px;
	margin:auto;
	margin-top:30px;
	/*background-image:url(../images/content-background.png);
	background-repeat:repeat;*/
	background:repeat url(../images/content-background.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f8ebd9;
	font-size:12;
	line-height:22px;
	
	
}
.footer {
	width:980px;
	background-repeat:repeat-y;
	margin:auto;
	height:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

.footer1 {
	width:950px;
	margin:auto;
	height:95px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	
}

.nav{
	
	color:#f8ebd9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:LEFT;
	
	
}

a.nav:link {
	color:#f8ebd9;
	text-decoration:none;
}

a.nav:active {
	color:#f8ebd9;
	text-decoration:none;
}

a.nav:visited {
	color:#f8ebd9;
	text-decoration:none;
}


a.nav:hover {
	color:#322216;
	text-decoration:none;
}

a.topnav:link {
	color:#f8ebd9;
	text-decoration:none;
}

a.topnav:active {
	color:#f8ebd9;
	text-decoration:none;
}

a.topnav:visited {
	color:#f8ebd9;
	text-decoration:none;
}


a.topnav:hover {
	color:#ac5730;
	text-decoration:none;
}

.navspace{
	margin-left:20px;
	margin-right:20px;
	
}

.menu{
	width:800px; 
	background-color:#422118;
	height:20px;
	padding:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	text-decoration:none
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu li{
display:inline;
padding:5px;
margin:0px;
color:#FFF;
}

.menu a{

width:100px;
text-decoration:none;
color:#FFF;



}

.menu a:hover{
/*background:#CCCC00;*/
color:#dfaf5d;
text-decoration:none;
}


.content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	margin-left:13px;
	line-height:32px;
	
}

.header{
	font-size:21px;
	color:#a9b337;
	font-weight:bold;
	margin-bottom:8PX;
	text-transform:uppercase;
}


	
	
#navlist
{
margin-left: 0;
padding-left: 20px;
list-style: none;
}

#navlist li {
	background-image:url(../images/icon.jpg);
	background-repeat:no-repeat;
	margin-right:10px;
	padding-left: 15px;
    background-position: 0 .3em;
	
	
}


A:link {text-decoration: none;
		color:#C60;

}
A:visited {text-decoration: none;
			color:#CC5509;
}
A:active {text-decoration: none; color:#CC5509;}
A:hover {text-decoration: underline; color:#A9B337;}


#contact-area input, #contact-area textarea {
	padding: 7px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 40px;
	
	
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #a9b337;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

h2 { margin-bottom:0px; font-size:18px;	color:#a9b337; font-weight:300;}

.border { border-bottom:1px dashed color:#a9b337; margin-bottom:5px;}

