
* {
	margin:0;
	padding:0;
}
body {
	background:#443f39 url(../images/bg_tile.jpg) repeat-x;
	height:100%;
	width:100%;
	
}
#body-wrap{
background:#FFF;
}

.nav {
	background:#FFF;
	width:50%;
	height:25px;
	
}
.nav-wrap {
	width:100%;
}

.right{
float:right;
}
.right img{
float:right;
}

.left{
float:left;
}
.left img{
float:left;
}
.header {
	background:url(../images/header.jpg) no-repeat;
	width:870px;
	height:111px;
}
form {
	float:right;
	padding:5px;
	float:right;
	margin:3px;
}
.printit {
	float:right;
	display:block;
	width:100%;
	padding:10px 0 0 0;
	margin:0 auto;
	
}
.printit a{
	
	height:20px;
	display:block;
	width:150px;
	background:#ccc;
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0 2px 0;
	margin:0 auto;
	text-decoration:none;
	color:#666633;
}
#body-wrap {
	margin:0 auto;
	width:870px;
	}
	.bottom{
	padding-bottom:80px;
}
#main-page {
	/*margin-top:111px;*/
}
#nav-util{
float:right;
width:250px;
margin-top:8px;

}

.right a{
width:150px;
height:25px;
background:url(../images/next.jpg);
display:block;
float:right;
}



.right a:Hover{
background:url(../images/next_over.jpg);
display:block;
}


.left a{
width:150px;
height:25px;
background:url(../images/previous.jpg);
display:block;
}



.left a:Hover{
background:url(../images/previous_over.jpg);
display:block;
}