#header {
	height: 150px;
	background-color: #623412;
}
#leftSidebar {
	/*background-image: url(../images/leftSideBar.jpg);
	background-repeat: repeat-y;*/
	position:absolute;
	width:85px;
	height:100%; 
}
#menu {
	text-align: center;
	height: 100px;
	width: 80%;
	margin-left: 85px;
}
#stripe {
	height: 25px;
	background-image: url(../images/stripe.jpg);
	margin-left: 85px;
}

#copy {
	height: auto;
	margin-left: 85px;
	text-align: center;
	padding: 10px;
}
#about {
	height: auto;
	margin-left: 85px;
	text-align: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.copy {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #663300;
}
a {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
.footer {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663300;
}

#footer {
	height: auto;
	text-align: center;
	margin-left: 85px;
	padding-top: 50px;
}
body {
height:100%;
}
#wrapper {
	background-image: url(../images/leftSideBar.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 100%;
	background-image: url(../images/leftSideBar.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-right: -85px;
}
.clearing {
	height: 0;
	clear: both;
}
