/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

a {
	border: none;
}

#top {
	width: 100%;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
}

/*#BGTop {
	z-index:-50;
}*/

#BGTop {
	/*z-index:-50;*/
	width: auto;
	height: 47px;
	background-image: url('images/bgtop.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#bottom {
	height: 50px;
	width: 100%;
	/*position: absolute;*/
	background-color: white;
	background-image: url('images/bgbottom.gif');
	background-position: center top;
	background-repeat:no-repeat;
	color: #333;
	font-size: .75em;
	text-align: center;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

h1 {
	text-transform: uppercase;
	color: #d50000;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url('images/AcaciaHeaderW.jpg'); 
	background-position: bottom;
}
s

#content {
	width: 900px;
}

#navigation2 {
	width: 900px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/DBrownBarU48.gif');
	background-repeat: repeat-x;
	clear: both;
}

#navList2 {
	list-style:none;
}

#navList2 li {
	float: left;
	display: inline;
	height: 30px;
	text-transform: uppercase;
	width: 200px;
	padding: 18px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url('images/DBrownBarU48.gif');
	background-repeat: repeat-x;
	font-size: 14px;
	text-align: center;
	
}

#navList2 li:hover {
	background-color: #FFF;
	background-image: url('images/DBrownBarD48.gif');
	
}

#navList2 a {
	text-decoration:none;
	color: white;
}

#navList2 a:hover {
	text-decoration:none;
	color: #FFF;
}


#contLeft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	/*display: inline;*/
}

#Kili {
	/*position: relative;
	left: 300px;*/
	float: right;
	width: 300px;
	
}

#bigpic {
	width: 600px;
	height: 300px;
	float: left;
}

#contRight {
	/*float: left;*/
	padding: 0px 0px;
	padding-right: 5px;
	padding-left: 610px;
	font-size: .8em;
	line-height: 2.15em;
	/*width: 300px;*/
}

#footer {
	width: 900px;
	height: 30px;
	/*text-align: center;*/
	color: white;
	font-size: .75em;
	margin-top: 8px;
	padding-top: 8px;
	
	background-color: #452b08;
	/*position: relative;*/
	display: block;
	clear: both;
}

#footer p {
	padding-left: 0px;
	text-align: center;
}

#dogood {
	float: left;
	margin-left: 8px;
}

#SocNW {
	float: right;
	text-align: right;
	display: inline;
	width: 160px;
	margin-right: 5px;
}

#SocNW span {
	float: left;
}

#SocNW img {
	width: 97px;
}