@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	/*width: 928px;*/
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
.left {
	height: 652px;
	width: 365px;
	overflow: hidden;
	float: left;
}
#outer {
	margin: 0 auto;
	padding: 0px;
	width: 928px;
}
.topright {
	float: left;
	height: 27px;
	width: 563px;
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
}
.main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	height: 588px;
	width: 523px;
	float: left;
	padding-right: 40px;
	overflow: hidden;
}
.main p {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #805959;
}
.main h1 {
	font-size: 2em;
	color: #805959;
}
.btm {
	background-image: url(images/btmright.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 563px;
}
hr {
	color: #805959;
	background-color: #805959;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: 0px none #805959;
	text-decoration: none;
	line-height: 1px;
}
.footer {
	clear: both;
	width: 908px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.main .nav {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BF6060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF6060;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
.main .nav ul {
	margin: 10px 0 10px 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.main .nav li {
	list-style-type: none;
	display: inline;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main .nav li a {
	text-decoration: none;
	color: #BF6060;
	font-size: 1.4em;
}
.main .nav li a:hover {
	text-decoration: none;
	color: #BF6060;
	font-size: 1.4em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #BF6060;
}
.main h3 {
	font-size: 1.2em;
	color: #805959;
	font-weight: normal;
	margin-left: 30px;
}
.main .gallery {
	border: 6px solid #E8EDDB;
	margin-right: 10px;
	margin-bottom: 10px;
}
