body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #591E3F;
	background-image: url(images/bkgrd-bk.jpg);
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 300px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: navy;
	color: white;
	background-color: #FDEDE1;
	background-image: url(images/bkgrd-top.jpg);
}

#maincontent{
	position: fixed;
	top: 0;
	left: 300px; /*Set left value to WidthOfFrameDiv*/
	right: 0px;
	bottom: 0;
	overflow: auto;
	background-color: #fff;
	background-image: url(images/bkgrd-top.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.innertube{
	margin: 15px;
}
#maincontent .innertube {
	margin-top: 60px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 300px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6E0846;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#left #leftlinks {
	margin-left: 30px;
}
#maincontent .innertube li {
	margin-bottom: 10px;
}
.tighten {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 9px;
}

