/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/



#wrapper {
	margin: 0 auto;
	width: 800px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #BD9C8C;
}
#leftcolumn {
	color: #333;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	height: 69px;
	width: 35px;
	float: left;
	padding: 35px 0px 0px 0px;
}
#content {
	float: left;
	color: #333;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	height: 90px;
	width: 435px;
	display: inline;
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 12px 0px 0px 0px;
}
#rightcolumn {
	color: #333;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	height: 69px;
	width: 35px;
	float: left;
	position: relative;
	padding: 35px 0px 0px 4px;
}
.prev {
	background-image:url(../images/prev.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	border: 0px;
	cursor: pointer;
}
.next {
	background-image:url(../images/next.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	border: 0px;
	cursor: pointer;
}
