@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
} 

body {
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-color: #3B494C;
	background-attachment: fixed;
	background-position:left center;
}

#container {
	width: 1000px;
}

/* NAVIGATION */

#top-bar {
	height: 292px;
	width: 1000px;
}


#logo {
	height: 288px;
	width: 292px;
	float:left;
}
#nav-bg {
	height: 50px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 83px;
	width: 615px;
	margin-top: 209px;
}

#nav {
	list-style-type:none;
	list-style-position:outside;
	padding-left:52px;
	padding-top:43px;
}


#nav li{
	float:left;
	position:relative;
	background: url(../images/nav-divider.png) right center no-repeat;
}
#nav a:link, #nav a:active, #nav a:visited{
	display:block;
	color: #5F000D;
	font-weight: bolder;
	padding:10px 4px;
	text-decoration:none;
	font-size: 16px;
 }



#nav a:hover{
    background-color:#5F000D;
    color:#FFF;
}
 

/* END NAV */


/* CONTENT */

#header {
	padding-top: 10px;
	padding-bottom: 10px;	
}

#content {
	width: 815px;
	background-repeat: repeat-y;
	padding-right: 90px;
	padding-left: 40px;
	background-image: url(../images/content-bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom: 15px;
}
#content p{
	margin-bottom: 10px;
}

#content img {
	border: 3px solid #823626;
}


#content h1 {
	color: #823626;
}

#content h2 {
	color: #823626;
}

#content h3 {
	color: #823626;
}

#content a {
	color: #823626;
	text-decoration: none;
}

#content a:hover {
	color: #823626;
	text-decoration: underline;
}
/* END CONTENT */



/* FOOTER */

#footer {
	background-image: url(../images/footer.jpg);
	height: 48px;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


#footer .footer-text-left {
	text-align: left;
	vertical-align: bottom;
	float: left;
	padding-top: 15px;
	padding-left: 25px;
	color: #FFF;
}

#footer .footer-text-right {
	text-align: right;
	vertical-align: bottom;
	float: right;
	padding-top: 15px;
	padding-right: 25px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* END OF FOOTER */
