
/* Layout Stylesheet */ 

body {
	margin: 0;
	text-align: center;
	background: ;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat;
}

#bar-top {
	width: 100%;
	height: 30px;
	position: relative;
	background: #000000;
	color: #333333;
	border: none #000000;
	border-width: 2px 0;
	margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #000000; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content {
	height: 400px;
	position: relative;
	border: solid #000000;
	border-width: 0px 0px;
	color: #333333;
	overflow: auto;
	margin: 0 15% 0 0%;
	background: url(../images/Long_barn.gif) repeat-y;
}
 
