﻿@charset "utf-8";

#header h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}


#main_vis {
	background: url(../images/wrap_bg.gif) center repeat-y;
	margin: 3px auto;
	}

	
#copy {
	float:left;
	width:560px;
	overflow: auto;
	height: 300px;
}
#copy ul {
margin:0;
padding-left:1.5em;
}
#copy li {
margin:0;
}
#map {
	float:right;
	width:220px;
}
