/* CSS Document */
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}/


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #B88B6E;
}
#rightBar {
	float: right;
	width: 240px;
}
#content {
	width: 736px;
	float: left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	min-height: 760px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1EEE9;
	color: #65605A;
	line-height: 20px;
	font-weight: bold;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#footer #caption {
	font-size: 9px;
	color: #5A4824;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
}
#topNav {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 100px;
	margin-left: 180px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 25px;
}
#header {
	overflow: hidden;
}

#footer a {
	font-size: 12px;
	color: #5A4824;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#topNav a {
	font-size: 14px;
	font-weight: normal;
	color: #6292B0;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#topNav a {
	text-decoration: none;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #5F777E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}
#header img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.narrowcontent {
	padding: 30px 30px 30px 160px;
}
.submit {
	font-weight: bold;
	color: #B48976;
	background-color: #FAF9F7;
	border: 2px solid #B48976;
	cursor: pointer;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

