#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/bg-content.gif) repeat-y;
	margin-top: 60px;
	position: relative;
}
#header {
	background: #88552A url(../images/header.jpg) no-repeat;
	height: 260px;
}
#nav1 {
	width: 150px;
	position: absolute;
	top: 55px;
	left: 400px;
	line-height: 0px;
}
#nav2 {
	width: 150px;
	position: absolute;
	top: 55px;
	right: 60px;
	line-height: 0px;
}
#nav1 ul,
#nav2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav1 ul li,
#nav2 ul li {
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
}
#nav1 a,
#nav2 a {
	text-decoration: none;
	color: #FFFFFF;
	font: bold 90% Geneva, Arial, Helvetica, sans-serif;
}
#nav1 a:hover,
#nav2 a:hover, 
#nav1 a.active,
#nav2 a.active {
	color: #000000;
}
#contact-info {
	position: absolute;
	left: 100px;
	width: 590px;
	top: 210px;
	color: #FFFFFF;
}
#contact-info a {
	color: #FFFFFF;
}


.content-wrapper {
	clear: both;
}
.column-full {
	float: left;
	width: 740px;
	padding-left: 30px;
}
.column-half {
	float: left;
	width: 490px;
	padding-left: 30px;
}

.column-left {
	float: left;
	width: 240px;
	padding-left: 30px;
}
.column-middle {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.column-right {
	float: left;
	width: 240px;
	padding-left: 10px;
}
#footer {
	background: #52131E url(../images/footer.gif) no-repeat;
	height: 80px;
	clear: both;
}
#footer-content {
	width: 740px;
	padding-left: 30px;
	padding-top: 30px;
	text-align: center;
	color: #FFFFFF;
}
#footer-content a {
	color: #FFFFFF;
	font-size: 90%;
}
#webmaster {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 10px;
}
#webmaster a {
	color: #FFFFFF;
}
body {
	background: #52131E url(../images/bg-body.jpg) repeat-x;
	font: 16px/120% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 120% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #52131E;
	color: #52131E;
}
h2 {
	font: bold 120% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #52131E;
	color: #52131E;
}
ul {
	margin: 0px;
	padding: 0px 0px 20px 10px;
}
li {
	margin-left: 10px;
}
dl {
	margin: 0px;
	padding: 0px 0px 20px;
	clear: both;
}
dt {
	color: #52131E;
}
dd {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 95%;
}
p {
	margin: 0px;
	padding: 0px 0px 20px;
}
a {
	color: #7B1020;
}
.note {
	font-size: 90%;
	color: #333333;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
label
{
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight: bold;
}
.input
{
	width: 200px;
	border: 1px solid #52131E;
}
.submit {
	background-color: #52131E;
	color: #FFFFFF;
	font-weight: bold;
}
.textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #52131E;
}
blockquote {
    -moz-border-radius: 5px;
	margin: 0 0 60px 0; 
	padding: 0;
}
blockquote p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote.comment {
    color: #FFF;
	width: 680px;
	background: #7B1020;
	padding: 20px;
	position: relative;
}
blockquote.comment a {
        color: #000000;
}
.comment .arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-top: 30px solid #7B1020;
	border-left: 60px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	position: absolute;
	bottom: -30px;
	right: 20px;
}
blockquote.comment.alt-comment {
	background: #BA9068;
	color: #000000;
}
.comment.alt-comment .arrow {
	border-top: 30px solid #BA9068;
}
.comment .commentator {
    color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 100px;
	bottom: -55px;
}
.comment .commentator a {
	color: #000000;
}
.comment .commentator a:hover {
    color: #000000;
}
