body{
	margin:			auto;
	color:			#56565C;
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:		small;
	text-align:		center;
	background-color:	#fff;
	//background:		url(../images/webBckgnd.jpg);
	//background:		url(../images/metal2.jpg);
}

#header{
	width:			1000px;
	margin-top:		10px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		0px;
}

#main{
	width:			1000px;
	text-align:		center;
	margin:			auto;
	/*border-bottom:		1px solid #56565C;*/
}

.intro{
	margin-top:		0px;
	margin-bottom:		3px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#F4F4F4;
	color:			#E98300;
	width:			1000px;
	font-size:		x-small;
}

.right{
	text-align:		right;
}

.center{
	text-align:		center;
}	

.left-t{
	width:			400px;
	text-align:		left;
}

.right-t{
	width:			400px;
	text-align:		right;
}	

a:link{
	text-decoration:	none;
}

a:visited{
	color:			#56565e;
	text-decoration:	none;
}

a:active{
	color:			#ed8000;
}

a:focus{
	outline:		none;
}

#footer{
	text-align:		center;
	margin-left:		auto;
	margin-right:		auto;
	width:			700px;
	font-size:		x-small;
}

#footer a:link{
	color:			#56565E;
	text-decoration:	none;
}

#footer a:hover{
	color:			#ed8000;
	text-decoration:	underline;
}

#footer a:active{
	color:			#ed8000;
}

#map {
	margin:			auto;
	font-size:		small;
}