#container {
	text-align: left;
	width: 750px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
}
#banner {
	float: right;
	width: 750px;
}
#main {
	display: block;
	width: auto;
	height: auto;
}
#content {
	background-color: #FCFDF9;
	width: 560px;
	float: right;
	padding: 20px;
}
#sidebar {
	width: 132px;
	float: left;
	margin-right: 17px;
}
div.spacer{clear:both; height:10px; display:block;}
#footer{
	width:auto;
	display:block;
	padding:10px 0;
	font-size:11px;
	color:#000000;
	text-align: center;
}
#image {
	position: absolute;
	left: 522px;
	top: 656px;
}
#boxy {
	border: 1px dashed #990033;
	padding: 20px;
	background-color: #FFF1FE;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/

.pagination{
padding: 2px;
}

.pagination ul{
margin: 3px;
padding: 3px;
text-align: center;
font-size: small;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;
text-decoration: none; 
color: #88AF3F;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #85BD1E;
color: #638425;
background-color: #F1FFD6;
}

.pagination a.currentpage{
background-color: #B2E05D;
margin-right: 2px;
padding: 2px 5px 2px 5px;
color: #FFF !important;
border: 1px solid #B2E05D;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
padding: 2px 5px 2px 5px;
margin-right: 2px;
color: #ccc;
border-color: 1px solid #f3f3f3;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#nav {
	width: 600px;
	float: right;
}