@charset "utf-8";
/* CSS Document */
body {
	text-align: center; 
	background-color: #1E0D02;
	margin-top: 40px;
	margin-bottom: auto;
	color: #D9C5A5;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
}

.wrapper{
	width: 900px;
	background-image: url(../images/bg_wrapper.jpg);
	text-align: left;
	margin: 0px auto auto auto;
	border-left: 2px #783D01 solid;
	border-right: 2px #783D01 solid;
}

.content {
	background-image: url(../images/bg_content.jpg);
	width: 775px;
	padding: 20px 20px 20px 0px;
}

.contentpadding {
	padding: 10px;
}

.contentguestpadding {
	padding: 10px;
	font-weight:bold;
	text-align:left;
}

.contenttitle {
color: #640000;
}

.contentboxcenter {
	background-color: #692D07;
	margin-bottom: 20px;
	margin-left: 20px;
	border: ridge #321a00 3px;
}

.contentboxleft {
	background-color: #692D07;
	margin-bottom: 20px;
	margin-left: 20px;
	border: ridge #321a00 3px;
}

.contentboxright {
	background-color: #692D07;
	margin-bottom: 20px;
	margin-left: 20px;
	border: ridge #321a00 3px;
}

.contentboxtestimonial {
	background-color: #692D07;
	margin:auto auto 20px 20px;
	border: ridge #321a00 3px;
	width:100%;
}

.contenthead {
	background-color: #1E0D02;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight: bold;
	border-bottom: #FF9933 ridge 3px;
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}

.contentguesthead {
	background-color: #1E0D02;
	color: #D9C5A5;
	border-bottom: #FF9933 ridge 3px;
	padding-left: 15px;
	text-align:left;
}

.logo{
	width: 900px;
	height: 125px;
	background-image: url(../images/bg_head.jpg);
	text-align: left;
	margin: 0px auto auto auto;
	border-left: 2px #783D01 solid;
	border-right: 2px #783D01 solid;
}

.footer{
	width: 900px;
	margin: 0px auto 20px auto;
}

.bar {
	width: 900px;
	height: 13px;
	background-image: url(../images/bg_bar.png);
	margin: 0px auto 0px auto;
	border-left: 2px #783D01 solid;
	border-right: 2px #783D01 solid;
}

.menu{
	width: 900px;
	color: #D9C5A5;
	height: 40px;
	background-image: url(../images/bg_menu.jpg);
	text-align: center;
	font-weight: bold;
	margin: 0px auto 0px auto;
	border-left: 2px #783D01 solid;
	border-right: 2px #783D01 solid;
}

a {
	color: #FFFAF0;
	text-decoration: none;
	padding-left: 20px;
	font-size: 1.1em;
}

a:visited {
	color: #FFFAF0;
	text-decoration: none;
	padding-left: 20px;
	font-size: 1.1em;
}

a:hover {
	color: #F0701F;
	text-decoration: none;
}

a.frontier:link {
	color: #FFFAF0;
	text-decoration: none;
	padding-left: 0px;
	font-size: 1.0em;
}

a.frontier:visited {
	color: #FFFAF0;
	text-decoration: none;
	padding-left: 0px;
	font-size: 1.0em;
}

a.frontier:hover {
	color: #F0701F;
	text-decoration: none;
}

.photo {
	margin: 0px 10px 0px 0px;
	text-align:left;
}

#requestholder {
	width: 95%;
}


td.requesttd {
	padding: 5px 0px 0px 15px;
	text-align: left;
}

