body {
	text-align: center;
	min-width: 840px;
	background-image:url("sheet2.jpg");

}

#wrapper {
	width: 830px;
	margin: 0 auto;
	padding-top: 10px;

	}

#header{
	width: 830px;
	height: 100px;
	margin: 0 auto;
	background-image: url("woodies_logo.jpg");
	background-repeat: no-repeat;


	}

#left {
	float: left;
	width: 170px;
	min-height: 300px;
	padding-top: 0px;
	}

#left ul {
	width: 170px;
	margin-left: 0;
	padding-left: 0;	
}

#left li{
padding-top:5px;
	list-style-type: none;
	}

#left a:link, #left a:visited {
  display: block;
  width: 157px;
  height: 27px;
  text-decoration: none;
  color: white;
  background-image: url("button1.jpg");
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 5px;
	}

#left a:hover {
	background: url("button4.jpg");
	background-repeat: no-repeat;
	}


#right {
	float: right;
	width: 640px;
	text-align: left;
	}

#lr {
	margin-top: 10px;
	float: left;
	width: 430px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #7f5bef;
	background-color: #7a5ae0;
	font-size:110%;
	color: white;
	-moz-border-radius:20px;
	line-height:1.5;
	}


.ipcol {
	background-color: #dcd7fc;
	border: inset 2px #9552fb;
	}

#lr ul {
	padding: 3px;
	}
#lr li {
	list-style-type: none;
	padding-left: 20px;
	}

#lr .poster {
	position: relative;
	left: 40px;
	}
h1 {
	font-family: Bradley Hand ITC, Forte, Kristen ITC, sans-serif;
	font-size: 120%;
	color:  black;
	}

#rr	{
	float: right;
	width: 170px;
	padding-right:10px;
	}

.adbox {
	margin-top: 5px;
	width: 182px;
	padding: 5px;
	border: 1px solid #7f5bef;
	}

#footer {
	clear: both;
	width: 830px;
	margin: 0 auto;
	background: url("bottompattern.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 7px;
	}

a {
	color:black;
	text-decoration: none;
	}








