/* Layout Stylesheet */ 

body {
	margin: 0;
	padding:0;
	background: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
 }

#bar-top {
 width: 100%; 
 background: #983434;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 10px;
 position:relative; 
 background: #983434; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 350px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #9C957B url(images/back.jpg) repeat-y center;
 color: #333333;
 overflow: auto;
 margin:0 15%;
 }
#copy {
	color: #000000;
}
#left-menu {
	clip:      rect(auto auto auto 10px);
	left: 14px;
	width: 159px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-y;
	height: auto;
	position: absolute;
	visibility: visible;
	top: 163px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-position: center;
	margin: 0px 0px 0px 5px;
	z-index: auto;
	padding: 0px;
	text-align: justify;
	white-space: normal;
}
