html, body
{
	height:100%;
	margin:0 0 1px;
	padding:0;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	background-color:#3a342d;
}
#floater
{
	float:left;
	height:50%;
	margin-bottom:-296px;
}
#container
{
	width:984px;
	height:627px;
	margin:0 auto;
	clear:both;
	position:relative;
}
#header
{
	height:116px;
	position:relative;
	background-image:url(../images/header.jpg);
	font-variant:small-caps;
}
#content-left
{
	height:448px;
	width:657px;
	float:left;
	background-color:#f6f4f0;
	text-align:left;
	margin:5px 5px 5px 0;
}
#content-right
{
	height:448px;
	width:322px;
	float:right;
	background-color:#88725D;
	color:#D3D3B0;
	text-align:left;
	margin:5px 0 5px 0;
}
#content
{
	float:right;
	margin-right:40px;
	padding-right:40px;
	width:490px;
	height:370px;
	overflow-y:scroll;
}
#footer
{
	clear:both;
	height:52px;
	background-image:url(../images/footer.gif)
}
.topnav, .topnav-on
{
	font-size:12px;
	text-decoration:none;
}
.sidenav
{
	font-size:13px;
	font-weight:bold;
}
a.topnav {color:white;text-decoration:none;}
a.topnav:link {color:white;text-decoration:none;}
a.topnav:hover {color:white;text-decoration:underline;}
a.topnav:visited {color:white;text-decoration:none;}
a.topnav:visited:hover {color:white;text-decoration:underline;}
a.topnav-on {color:#D3D3B0;}
a.topnav-on:link {color:#D3D3B0;}
a.topnav-on:hover {color:#D3D3B0;}
a.topnav-on:visited {color:#D3D3B0;}
a.topnav-on:visited:hover {color:#D3D3B0;}
a.sidenav {color:#D3D3B0;text-decoration:none;}
a.sidenav:link {color:#D3D3B0;text-decoration:none;}
a.sidenav:hover {color:#D3D3B0;text-decoration:underline;}
a.sidenav:visited {color:#D3D3B0;text-decoration:none;}
a.sidenav:visited:hover {color:#D3D3B0;text-decoration:underline;}
a[href], input[type='submit'], input[type='image'], input[type='button'], label[for], select, button, .pointer
{
	cursor: pointer;
}
.blockquote
{
	margin-left:40px;
	margin-right:40px;
}
h1, h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#633E50;
}
h1
{
	font-size:1.4em;	
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
}
h2
{
	font-size:1.2em;
	margin-top:0px;
}
h3, h4, h5, h6
{
	font-size:1.2em; 
	font-weight:bold;
	font-style:italic; 
	color:silver;
	text-align:left;
}
.purple
{
	color:#633E50;
	font-weight:bold;
}
.small
{
	font-size:0.85em;
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}
hr
{
	color:silver;
 	background-color:silver;
}
img
{
	border-width:0;
	vertical-align:top;
}
img.border
{
	border-style:solid;
	border-width:1px;
	vertical-align:top;
}
a {outline:0}
a:link {color:black;}
a:visited {color:black;}
a:visited:hover {color:black}
a:hover {color:red;font-style:italic;}
a:active {color:red;font-style:italic;}
a:visited:hover {color:red;font-style:italic;}
