* {
	margin:0px;
	padding:0px;
}
.white {
	width:100%;
	height:100%;
	background:#FFFFFF;
}
.main img {
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	width:300px;
	border:0px;
}
body {
	line-height: 1.88889;
	background:#FFF;
	background:url(assets/bg.png);
	background-repeat:repeat-y;
	background-position:center;
}
.header {
	width:702px;
	height:200px;
	overflow:visible;
	z-index:-1;
	position:relative;
	left:2px;
}
.main {
	position:relative;
	font:75% georgia, sans-serif;
	color: #666;
	line-height:2;
	text-align: justify;
	left:40px;
	width:700px;
}
.left {
	width: 300px;
	float: left;
	padding-top:20px;
}
.box {
	position: relative;
	width: 300px;
	text-align: justify;
	padding-top: 15px;
	line-height: 2;
	float:left;
	margin-left:20px;
	padding-right:20px;
}
.footer {
	font:75% georgia, sans-serif;
	clear:both;
	height:40px;
	color:#666;
	position:relative;
	padding-top:20px;
}
.navigation {
	width:620px;
	position:relative;
}
.navigation ul {
	list-style-type: none;		
}
.box ul {
	
	margin-left:20px;	
	
}
#active {
	background:#082;
}
#menu li {
	float:left;
	width:145px;
	margin:4px;
	height:30px;
	margin-bottom:10px;
	border:solid 1px #666;
	font-family:'Verdana', serif;
	font-size:10pt;
	font-weight:bold;
}
#menu li a {
	clear:both;
	float:left;
	width:145px;
	height:30px;
}
#menu li a {
	color:#eee;
}
#menu li a:hover {
	color:#000;
	background-color:#fff;
	opacity:.2;
	filter: alpha(opacity=20);
}
.map {
	
	position:relative;	
	clear:both;
}
.heading {
	
	color:#000;	
	
}

