@charset "utf-8";
body {
	color: #CCC;
	background-color: #333;
}	
.oneColFixCtr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
.oneColFixCtr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .5em;
}
.oneColFixCtr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtr #mainContent {
	padding: 0;
	background-color: #000;
}
#pagebottom {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.right {
	float: right;
}
#buffer {clear: both; width: 960px; height: 15px; margin: 0px; padding-top: 2px; padding-bottom: 5px; background-color: #FFFFFF;
}
#news {
	clear: both;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: .5em;
	padding-left: 0em;
}
#phone {
	clear: both;
	padding-top: 0.1em;
	padding-bottom: .5em;
}
#pagebottom p {
	font-size: 75%;
	color: #CCC;
}
#phone {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 945px 2px;
}
.oneColFixCtr #mainContent img a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	outline: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.oneColFixCtr #container #mainContent #Map a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	outline: none;
}

