@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #401607;
}
a{ text-decoration: none; }
a:visited{ color: black; }

h1 {
	font-size: 14px;
	color: #F2F2F2;
}

hr {
	color: black; 
	margin-bottom: 15px;
}
img{ border: 0; }

.center { text-align: center; }

#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header{
	width: 800px;
	text-align: center;
	background-color: #401607;
	padding-top: 15px;
}

#contentwrapper{
	width: 800px;
	clear: both;
	background-color: #8C4404;
}

/* Navigation */
#nav{
	width:800px;
	height:27px;
	font-size: 12px;
	clear: both;
}

.navitem{
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 6px;
	background-color: #0D0D0D;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#nav a{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav a:hover{
	background-color: #F2F2F2;
	color: #0D0D0D;
}

/* Content */
#banner{
	width: 800px;
	height: 130px;
	clear: both;
	margin-bottom: 3px;
}

#content{
	width: 800px;
}

#contenttext{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	color: #0D0D0D;
}

#content a{	color: white; }
#content a:hover{ color: red; }

#columnleft{
	width: 370px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#columnright{
	width: 370px;
	float: right;
	margin-top: 15px;
    margin-right: 5px;
	margin-left: 40px;
}

hr{ color: #D2D2D2; }

.imageleft{
	float: left;
	border: 1px solid black;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 10px;
}

.imageright{
	float: right;
	border: 1px solid black;
	margin-right: 3px;
	margin-top: 10px;
}

.caption{
	background-color: #0D0D0D;
	color: #F2F2F2;
	font-size: 12px;
	text-align: center;
}

.mapit{	float: right }

/* Footer */
#footer{
	width: 800px;
	height: 20px;
	font-size: 14px;
	color: #F2F2F2;
	background-color: #401607;
	padding-top: 3px;
	padding-bottom: 15px;
}

#copy{
	float: left;
	padding-top: 2px;
	padding-left: 5px;
}

#showlove{
	float: right;
	padding-top: 2px;
	margin-right: 3px;
}

#icons{
	float: right;
	padding-right: 5px;
}