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

body {
	background-color: #6e191d;
	/* 
	background-image: url(images/page_bckgrnd.gif);
	background-repeat: repeat;
	*/
}

* {
	margin:0;
	padding: 0;
}

#wrapper {
	height: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {
	width: 950px;
	height: 157px;
	background-image: url(images/header.gif);
}

#navbar {
	width: 950px;
	height: 31px;
	background-image: url(images/navbar.gif);
}

#navbar ul {
	padding-left: 30px;
}

#navbar li {
	float: left;
	list-style: none;
	text-decoration: none;
	color: #FFF;
	padding-right: 28px;
	padding-top: 8px;
}

#navbar a {
	color: #FFF;	
}

#navbar a:link {
	color: #FFF;
	text-decoration: none;
}

#navbar a:visited {
	color: #CCC;
	text-decoration: none;
}
#navbar a:hover {
	color: #7b1a20;
	text-decoration: none;
}

#maincontentwrapper {
	width: 950px;
}

#leftcol {
	float: left;
	width: 281px;
	height: auto;
	margin-top: 20px;
	
}

#leftcol img {
	border: none;
}

#sidep {
	background-image: url(images/sidecolumn_background.gif);
	width: 281px;
}

#sidep ul {
	width: 281px;
	padding-left: 10px;
}

#sidep li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	width: 248px;
	list-style-type: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7b1a20;
	border-right-color: #7b1a20;
	border-bottom-color: #7b1a20;
	border-left-color: #7b1a20;	
	color: #7b1a20;
}

#sidep a:link {
	text-decoration: none;
	color: #7b1a20;
}

#sidep a:visited {
	text-decoration: none;
	color: #666;
}


#maincol {
	float: left;
	width: 669px;
	height: auto;
	padding-bottom: 50px;
	
}

#maincol h1 {
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;	
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-top: 12px;
}

#maincol p {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#maincol img {
	margin-top: 20px;
	border: thin solid #000;
	margin-left: 15px;
}

#gallery {
	height: 350px;
	width: 645px;
	padding-left: 12px;
	padding-top: 20px;
}

#footer {
	height: 30px;
	margin-top: 20px;
	padding-top:20px;
	color: #7b1a20;
	text-align: center;
	font-size: 13px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7b1a20;
	font-family: Cambria, serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.map {
	padding-left: 10px;
}