body
{
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/banner_bg.gif);
	background-repeat: repeat;
	height:auto;
	
}


#wrapper {
	text-align: left;
	margin-right: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	background: #FFFFFF;
	height:auto;
	
}

#header {
	margin: 0;
	width: 100%;
	background: #FFFFFF;
}

#pub {
	margin: 0;
	width: 100%;
	background: #FFFFFF;
}

#side-a {
	height:100%;
	float: left;	
	background: #FFFFFF;
	overflow:hidden;
}

#side-b {
	float: right;
	background: #FFFFFF;
	overflow:hidden;
}

#container { 
	width: 1000px;
	height:100%;
	background: #FFFFFF;
	border: 0px solid black;
	overflow:hidden;

}

#content { 
	float: left;
	width: 725px;
	background:#FFFFFF;
	border: 0px solid black;
	padding:2px;
	overflow:hidden;
}

#footer {
	
	width:100%;
	background-color: #000080;
	display: block;
	float:left;
	
}
