 #main #navbar {
	width: 800px;
}
#main {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin groove #666666;
	
	background-image: url(images/main-background2.jpg);
	background-repeat: no-repeat;
	
}
#map-box{
	width: 745px;
	height: 300px;
}
body {
	background-color: #6285f4;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}#main #flashbody {
	height: 415px;
	width: 800px;
}
#main #mail {
	width: 745px;
	height: 415px;
	margin-top: 90px;
	margin-right: 25px;
	margin-left: 25px;
	color: #FFFFFF;
	font-family: "Comic Sans MS", sans-serif, Verdana;
}
#main #map {
	width: 745px;
	height: auto;
	margin-top: 90px;
	margin-right: 25px;
	margin-left: 25px;
	color: #FFFFFF;
	font-family: "Comic Sans MS", sans-serif, Verdana;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main #content {
	width: 700px;
	visibility: hidden;
	position: absolute;
	padding: 10px;
	margin-left: 50px;
}

#main #mainbody {
	width: 745px;
	margin-top: 90px;
	margin-right: 25px;
	margin-left: 25px;
	color: #FFFFFF;
	font-family: "Comic Sans MS", sans-serif, Verdana;
}
.style1 {font-size: larger}
.style2 {
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
}
.style3 {
	
	font-family: "Comic Sans MS", sans-serif, Verdana;
	
	color:#FFFFFF
	}
	.style3:hover {
	font-family: "Comic Sans MS", sans-serif, Verdana;
	text-decoration: none;
	
	color: #00CCFF
	}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
}
a:hover {
	text-decoration: underline;
	color: #020cdd;
	font-weight: bold;
	font-size: small;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
}
