/* CSS Document */

* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}

body {
	background: url(body-bg.gif);
	text-align: center
}


#container {
	width: 100%;
}


#main-content {
	margin: 0 auto 0 auto;
	width: 876px;
	text-align: left
}



/*################################### HEADER ################################*/


#header {
	float: left;
	width: 876px;
}


#header h2 {
	text-indent: -999em;
	overflow: hidden;
}


#banner {
	float: left;
	width: 100%;
	height: 209px;
	background: url(main-header-bg.jpg);
}


#bar {
	float: left;
	width: 875px;
	height: 49px;
	background: url(main-header-bar.jpg);
}


#menu {
	clear: both;
	width: 874px;
	height: 27px;
	margin: 0 0 0 1px;
	padding: 8px 0 0 0;
	background: url(header-menu-bg.gif);
	text-align: center;
	color: #FFFFFF;
	font-size: 21px;
	border-bottom: 2px solid #c5aba2;
}


#menu a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}


#menu a:hover {
	color: #d5bba8;
}


#menu a.current {
	color: #d5bba8;
}





/*################################### FOOTER ################################*/


#footer {
	display: table;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%;
	height: 35px;
	background: url(footer-bg.gif);
	text-align: center;
	border-bottom: 3px solid #FFFFFF;
}


#footer p {
	float: right;
	margin: 10px 8px 0 0;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
}


#footer p.copy {
	float: left;
	margin: 10px 0 0 350px;
}


* html #footer p.copy {
	margin: 10px 0 0 175px;
}


#footer p.design {
	float: right;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
