@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b1a59b;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;

}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
#wrapper {
	background-image: url(images/column-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding-top: 25px;
}

#headerstripe{
	background-color: #777268;
	height: 55px;
}
#headerstripe #header {
	margin: auto;
	width: 940px;
}
#logo {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#navigation {
	margin-left: 380px;
	height: 56px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper #contentarea {
	width: 940px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#leftcolumn {
	float: left;
	width: 605px;
	margin-left: 15px;
	font-size: 12px;
}
#contentarea #leftcolumn h1 {
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#contentarea #leftcolumn h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #A69674;
}
#contentarea #leftcolumn p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#contentarea #leftcolumn li {
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: outside;
}
#contentarea #leftcolumn a:link {
	color: #B1A59B;
	font-weight: bold;
}
#contentarea #leftcolumn a:visited {
	color: #B1A59B;
	font-weight: bold;
}
#contentarea #leftcolumn a:hover {
	color: #B1A59B;
	font-weight: bold;
}
#contentarea #leftcolumn a:active {
	color: #B1A59B;
	font-weight: bold;
}
#rightcolumn {
	margin-left: 675px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 15px;
}
#contentarea #rightcolumn li {
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
#wrapper #contentarea #rightcolumn h1 {
	font-size: 14px;
}

#footer {
	clear: both;
	background-color: #191103;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 9px;
	text-align: center;
	width: 940px;
}
p {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 18px;
}
.quotes {
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: 60px;
	text-align: left;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#slideshow {
	float: right;
}
.clear {
	clear: both;
}
