/* CSS Document */
#wrapper{ 
	width:1024px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#banner{
	width: 1024px;
	height: 129px;
	background: #fff;
	border-bottom: 4px solid white;
}
#navbar{
	width: 1024px;
	margin: 0;
	height: 35px;
	background: url('../images/nav-bg.gif');
	border-bottom: 10px solid white; 
}
#left-column{
	width: 420px;
	margin-right: 9px;
	float: left;
	height: 410px;
}
#right-column{
	width: 590px;
	height: 412px;
	float: left;
}
#smallpics{
	width: 595px;
	height:128px;
	float: left;
}
.small-pic{
	margin-right:5px;
	float: left;
}
#footer{
	clear: both;
	height: 91px;
	text-align: left;
	background-color: #84817C;
	border-top: 11px solid white;
}