/* CSS Document */

body {
	background-color: b9c571;
	margin: 0px;
	padding: 0px;
	background-image: url(images/webdesign/outinshackbg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#wrap {
	width:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: b9c571;
	background-image: url(images/webdesign/background.jpg);

}
#header {
	background-color: b9c571;
	width:700px;
	background-repeat: no-repeat;
	height: 292px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/webdesign/outintheShackheader.jpg);
	
}
	
#sidebar {
	float:left;
	width:150px;
	font-family: "Arial";
	font-size: medium;
	color: #000000;
	background-color: b9c571;
	background-image: url(images/webdesign/background.jpg);
}

#content {
	float:right;
	width:525px;
	background-color: b9c571;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	padding-left: 6px;
	margin-right: 10px;
	background-image: url(images/webdesign/background.jpg);
}
#content div{
	padding-right:20px;
	background-color: b9c571;
}
#footer {
	background-color:b9c571;
	clear:both;
	width:700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: 000000;
	height: 28px;
	text-align: right;
	vertical-align: sub;
	line-height: 3em;
	background-image: url(images/webdesign/background.jpg);
}
#footer a{
	font-family: "Arial";
	text-decoration: none;
	background-color: b9c571;
}

p{
	text-indent: 2px;
	margin-top:0px;
	margin-bottom:2px;
}

.fineprint {
	font-size: 10px;
	color: #000000;
}

h2 {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:larger;
	font-weight:bold;
	font-style:italic;
	color:006391;
}
	

