#wrapper {
	border: 1px solid #9C9177;
	width: 800px;
	padding:0px;
	margin: 0px
}
#top {
	background-image: url(../../elements/header.jpg);
	width: 800px;
	height: 180px;
}


/*------------------navigation------------------*/

#nav {
	background-image: url(../../elements/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 23px;
	border-bottom: 1px solid #5A471C;
	border-top: 1px solid #5A471C;
}
#navText {
	padding-top: 2px;
	padding-left: 460px;
	font-family: arial, helvetica, sans;
	font-size: 13px;
	color: #fff;
}

#navText a {
	text-decoration: none;
	color: #fff;
}
#navText a:hover {color: #5A8DBC;}

/*------------------sidebar------------------*/

#middle {
	width: 800px;
	background-image: url(../../elements/content_background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}

/*------------------footer------------------*/

#footer {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	line-height: 20px;
	background-color: #b3cce4;
	width: 780px;
	height: 85px;
	padding: 10px;
	border-top: 1px solid #9C9177;
	color: #5A8DBC;
	text-align: center;
	clear: left;
}

#footer a {
	text-decoration: none;
	color: #5A8DBC;
}

#footer a:hover {
	color: #fff;
}
#middle h3 {
	font-size: 18px;
	color: #D47C1F;
}

/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }

