body {
	
	background-image: url('../interface/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #DBCAB1;
}

#body {
	width: 741px;
	margin: 0 auto;
}

a:link, a:visited, a:hover, a:active {
	color:#650707;
	font-weight: bold;
}

a img {
	border: none
}

#leftBar {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-left: 8px solid #640707;
}

div {
	margin: 0px;
	padding: 0px;
}

#mainContainer {
	padding: 25px 30px;
	margin-top: 235px;
	background-image: url('../interface/black-white-border.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#banner {
	padding: 45px 0px 0px 50px;
	border-width: 0px;
	color: white;
	position: absolute;
	top: 0px;
	width: 741px;
}

#navigation {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	position: absolute;
	top: 200px;
	width: 741px;
	padding: 5px 0px 5px 0px;
	font-family: Lucida Sans Unicode;
}

#navigation  li {
	padding: 0px 50px 0px 50px;
	display: inline;
}

#navigation li:first-child {
	border-left: 0px none;
}

#navigation a {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #262525;
	padding: 0px 4px 0px 4px;
	background-color: none;
}

#navigation a#selected {
	border-bottom: 7px solid #262525;
	color: #650707;
}

#navigation a:hover {
	border-bottom: 7px solid #262525;
}

#feature {
	margin-top: 10px;
	border: 0px solid black;
}

.gallery img{
	padding: 16px;
}

.featureBox {
	width: 227px;
	border: 0px solid black;
	float: left;
	background-color: grey;
	padding: 10px;
	text-align: justify;	
}

.clear {
	clear: both;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 25px;
}

.featureBox h2 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}

p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-indent: 40px;
}

.halfColumnLeft {
	float: left;
	width: 48%;
}

.floatRight{
	float: right;
}

.floatLeft {
	float: left;
}

#footer {
	text-align: right;
	background-image: url('../interface/black-white-border.jpg');
	background-position: top;
	background-repeat: repeat-x;
	
	padding: 5px 0px 5px 0px;
}

#footer ul {
	margin: 0 auto;
	text-align: center;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
} 

#footer ul li {
	border-left: 0px solid #000000;
	padding: 0px 5px 0px 5px;
	display: inline;
}

#footer ul li:first-child {
	border-left: 0px none;
}

img.rightFloat {
	float: right;
	margin: 10px 0px 18px 25px;
}
