/* CSS Document */

body {
	color: #1E180F;
	margin: 0;
	padding: 0;
	background-color: #F0E6CB;
	}
	
.style3 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #48490F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #313F03;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #505C18;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	background: url(images/background.jpg);
}

#header {
	margin: -10px 0 0px 0;
}

#side-a {
	float: left;
	margin-left: 15px;
	width: 100px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 560px;
	margin-left: 35px;
	margin-right: 15px;
	color: #4A3A1E;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: url(images/footer.jpg);
	height: 33px;
	margin: auto;
}

