@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #2F2D32;
	background-image: url(../images/pageBg.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
#container {
	background-color: #FFFFFF;
	background-image: url(../images/contBg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3E3C42;
}
#maincontent {
	background-image: url(../images/leftBG.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin: 0px;
}
#top {
	background-image: url(../images/topBG.gif);
	background-color: #993B39;
	background-repeat: no-repeat;
	height: 96px;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
	margin: 0px;
}

#leftcont {
	color: #DFC29D;
	float: left;
	width: 215px;
	background-image: url(../images/leftBG.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
}
#lmenu {
	width: 133px;
	padding-right: 9px;
	padding-top: 40px;
	font-size: 110%;
}
#lmenu li {
	list-style-type: none;
	margin-left: -13px;
	margin-bottom: 20px;
	text-align: right;
}
#lmenu a:link, #lmenu a:visited {
	color: #DFC29D;
	text-decoration: none;
}

#lmenu a:hover, #lmenu a:active {
	color: #F2E7D9;
	text-decoration: none;
}

#rightcontent {
	width: 517px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: right;
}
#footer {
	font-size: 80%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 215px;
	color: #993B39;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E3C42;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #993B39;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #993B39;
}
.gotop {
	font-weight: bold;
	text-align: right;
}
.section {
	padding-top: 5px;
}

#rightcontent a:link, #rightcontent a:visited {
	color: #993B39;
	text-decoration: none;
}
#rightcontent a:hover, #rightcontent a:active {
	color: #993B39;
	text-decoration: underline;
}
#rightcontent li {
	line-height: 20px;
}
#ratetable {
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #3E3C42;
	border-right-color: #3E3C42;
}
#ratetable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3E3C42;
	border-left-color: #3E3C42;
}

#photo {
	padding-left: 70px;
}

