@charset "utf-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #706752;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}h1 {
	font-size: 24px;
	font-weight: bold;
	color: #897E63;
	border: 1px dotted #D8D0C2;
	padding: 5px;
}
.questions {
	color: #575040;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7BBA7;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C7BBA7;
}

#wrapper {
	float: left;
	width: 870px;
	margin-right: auto;
}#header{
	height: 199px;
	width: 870px;
	margin: 0px;
}#navigation{
	margin: 0px;
	height: 20px;
	width: 870px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}#navigation #ul{
	width: 870px;
}#navigation-menu-item{
	width: 160px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: inline;
	background-color: #EEEBE6;
	border: 1px solid #E7E2DA;
	margin: 0px;
}#navigation-menu-item a{
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Verdana;
	text-align: center;
}#main {
	width: 700px;
	border: 1px solid #D9D5CA;
	padding: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 20px;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat;
	}
#footer {
	padding: 5px;
	width: 725px;
	background-color: #EEEBE6;
	color: #80765E;
	border: 1px dotted #E7E2DA;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
a {
	font-weight: bold;
	color: #E97510;
	text-decoration: none;
}

.photos {
	background-color: #FFFFFF;
	border: 1px solid #D9D5CA;
	padding: 3px;
}

#navigation-menu-item a:hover{
	color: #EA660F;
}
a:hover {
	font-weight: bold;
	color: #EC8B35;
	text-decoration: underline;
}
.table {
	background-color: #FFFFFF;
	border: 1px solid #D9D5CA;
	padding: 5px;
	font-size: 12px;
}
.credit {
	font-size: 14px;
	font-weight: normal;
}

