*{
	margin:0;
	padding:0;
	line-height: 1.5em;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	text-align: center;
}
body{
	margin: 20px auto;
	width: 655px;
	text-align: center;
}
div#navigation{
	text-align: center;
	width: 655px;
}
ul.navigation{
	text-align: center;
	width: 655px;
	list-style: none;
}
li.navigation{
	float:left;
	margin-right: 90px;
}
a{

	color: #999;
}
a:hover{
	color: #f00;
}
a.navigation{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.current{
	color: #666;
}
a.navigation:hover{
	color: #444;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}
div#header{
	padding-top: 15px;
	width: 655px;
	height: 177px;
	clear:both;
}
img.logo{
	float:left;
	display:block;
}
img.headertext{	
	display:block;
	margin-top: 55px;
}
div#pagebody{
	width: 655px;
	margin-top: 20px;
	color: #666;
}
div.largebody{
	width: 655px;
	text-align: left;
	font-size: 17px;
}
div.normalbody{
	clear:both;
	width: 655px;
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
}
div.smallbody{
	width: 290px;
	text-align: left;
	margin-top: 20px;
	float:none;
	font-size: 12px;
}
div.right,img.right{
	margin-left: 20px;
	float:right;
	text-align: left;
}
img.left{
	margin-right: 15px;
	float:left;
}
ul.success,li.success{
	list-style: disc;
}

div#map{
	float:right;
	margin-left: 20px;
	display:inline;
	width: 400px;
	height:500px;
	border: 1px solid #666;
}
