@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;}
	
#container {
	width: 980px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;}

#header {
    background: #DCCBAC;}

#mainContent {
    margin: 0 0 0 125px;
    padding: 15px;
	border-left: 1px solid #877D6C;}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;}

h1 {
	font: georgia;
	color: #333;
	margin: 0;
	padding: 20px 10px;}

h5 {
	font: verdana;
	color: #000000;
	text-align: center;
}

#mainContent p {
	vertical-align: top;
	line-height: 130%;}

#sidebar1 {
	width: 200px;
	height: 800px
	float: left;
	padding: 15px 12px;
	vertical-align: top;}

#sidebar1 ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	font-size: 50%;
	line-height: 150%;}

#sidebar1 a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;}

#sidebar1 a:visited { 
	color: #666;}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {  
	color: #333;}

div.floating-menu {
position:fixed;
background:#ffffff;
padding: 15px 10px;
border:1px solid #ffcc00;
width:300px;
height:800px;
z-index:100;
overflow:scroll;
}

