@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #header img {
	float: left;
}

/*#obgmoto {
	margin-top: 100px;
	float: right;
	margin-right: 95px;
}*/
.oneColFixCtrHdr #container #header #obgmoto {
	float: right;
	margin-top: 100px;
	margin-right: 50px;
	height: 104px;
	width: 595px;
}
.oneColFixCtrHdr #container #header #obgmotoI {
	float: right;
	margin-top: 100px;
	margin-right: 60px;
}




.oneColFixCtrHdr #container #nav {
	margin-left: 8px;
	clear: both;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: .9em;
	text-align: left;
}
.oneColFixCtrHdr #mainContent_photo {
	padding: 0 20px;
	font-size: .9em;
	text-align: left;
	background-color: #000;
}

#pie {
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.4em;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1.2em;
}

.oneColFixCtrHdr #container #mainContent h2 a:link, .oneColFixCtrHdr #container #mainContent h2 a:visited {
	color: #B7360E;
}

.oneColFixCtrHdr #container #mainContent h2 a:hover {
	color: #415485;
}
.oneColFixCtrHdr #container #mainContent #map {
	height: 525px;
	width: 640px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #415485;
	text-align: center;
	color: #FFF;
	font-size: .8em;
}
.oneColFixCtrHdr #container #footer p a:link {
	color: #FFF;
}
.oneColFixCtrHdr #container #footer p a:hover {
	color: #16D1FA;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header #FlashID {
	margin-left: 80px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #mainContent {

}
