a, img,body,div {
	border:		0px none;
	border-collapse:collapse;
	margin:		0;
	padding:	0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	16px;
	color:		#000;
	text-align:	left;
}

body {
	background:	#4F000E url('images/bg.png') repeat-x;
	margin:		10px;
	padding:	0;
}

p,h2,h3,h4,h5,h6,ul,ol {
	margin-top:	0;
}

h1 {color:#4F000E; font-weight:lighter; font-size:24px; margin:16px 0 25px 15px;}
h2 {color:#4F000E; font-weight:lighter; font-size:22px; margin-left:15px;}

a{color:#4F000E;}
a:hover{color:#000;}

#bodyContainer {
	margin:		0;
	padding:	0;
	width:		100%;
}

#container {
	margin:		0 auto;
	padding:	0;
	width:		900px;
}

#header {
	clear:		both;
	width:		100%;
	text-align:center;
}

#navigation {
	float:		left;
	clear:		both;
	background: url('images/nav.png') repeat-x;
	width:100%;
}

#columnContainer {
	background:#fff;
	float:		left;
	clear:		both;
	width:100%;
}

#centerCol {
line-height:24px;
}

	#centerCol p{padding:0 15px;}

	#slideshow {
		position:relative;
		height:279px;
	}
	
	#slideshow IMG {
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
	}
	
	#slideshow IMG.active {
		z-index:10;
		opacity:1.0;
	}
	
	#slideshow IMG.last-active {
		z-index:9;
	}
	
	#home-selection {
		width:200px;
		float:right;
		padding:10px 15px 10px;
	}
	
	.h1-home {background:url('images/h1.png') repeat-x; margin:0; line-height:51px; color:#fff;}
	
	#imageborder {text-align:center;}
	#imageborder img{border:1px solid #000;}

#footer {
	clear:		both;
	background: url('images/footer.png') no-repeat;
	min-height:50px;
	padding-top:20px;
	width:100%;
	text-align:	center;
	color:#fff;
	font-size:15px;
}

#footer a{color:#fff; font-size:15px; padding:0 10px;}
#footer a:hover{color:#ccc; font-size:15px; padding:0 10px;}

#credit {
	clear:		both;
	margin:		0 auto;
	text-align:	center;
	color:#ccc;
	font-size:15px;
}

#credit a{color:#ccc; font-size:15px;}
