@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8A744F;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}


p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #015A01;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #424129;
	font-weight: normal;
	font-size: 26px;
	background-image: url(images/headerCrown.gif);
	background-repeat: no-repeat;	
	background-position: left center;
	padding: 2px 0 10px 40px;
	
	text-shadow: 1px 1px 3px #FFF8DF;		
}

h2 {
	color: #4f1c00;
	text-shadow: 1px 1px 3px #FFF8DF;
	font-weight: normal;
	font-size: 18px;		
}

#main li {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}

p {
	line-height: 26px;
	padding-bottom: 15px;
}


#wrapper {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 1001px;
}
#nav {
	background-image: url(images/nav.jpg);
	padding: 10px 0 0 0;	
	height: 30px;
}

#slide, #slide div {
	padding: 0px 0 0 0px;
	margin: 0px 0 0 1px;
	float: left;
	width: 997px;
	height: 210px;
}

#slide div {
	border-top: solid 1px #424129;	

}

#main {
	background-image: url(images/bodyBgTile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 1001px;

}

#mainInner {
	background-image: url(images/bodyBgTop.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 801px;
	min-height: 329px;	
	padding: 30px 100px;
}

#bottom {
	background-image: url(images/bodyBgBottom.jpg);
	background-repeat: no-repeat;
	float: left;	
	height: 24px;
	width: 1001px;
	padding: 0px;
}

.left {
	width: 300px;
	float: left;	
}


.right {
	width: 500px;	
	float: right;
}

#footer {
	background-image: url(images/foot.jpg);
	height: 100px;
	width: 801px;
	float: left;	
	padding: 5px 100px;	
	color: #DDD4B5;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;		
}

#footer img{
	border: none;
}

#footer a {
	color: #fff;
	text-decoration: no-underline;
}