/*
      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
	  
*/

* { padding: 0; margin: 0; }



#wrapper {
margin-left:auto;
margin-right:auto;
margin-top:80px; 
width: 922px;
height:300px;
}
#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;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 200px;
 width: 200px;
 float: left;
 	list-style:none;

}
#content { 
 float: left;
 color: #333;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 200px;
 width: 200px;
 float: left;
 position: relative;
 text-align:left;
 
}


#rightcolumn a {

}

.next a{ background:url(next.gif) no-repeat center; background-position:right; line-height:25px; width:20px; height:30px; display:inline-block;}

.prev a{ background:url(prev.gif) no-repeat center; background-position:left ; line-height:25px; width:20px; height:30px; display:inline-block; text-align:right;}