@charset "utf-8";
body {
	background: #4646FF;
	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: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {


}
.oneColFixCtrHdr #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 20px;
}
.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 */
}
#h1Div {
	margin-bottom: 5px;
	float: left;
	padding-left: 40px;
}
#headerTitle {
}
#headerContent {
	float: left;
	width: 950px;
	background-image: url(images/bgHeader.gif);
}

.bozoImage {
	margin-left: 24px;
	margin-top: 22px;
	float: left;
	margin-right: 16px;
}
.logoImage {
	margin-bottom: 12px;
}


#logoLayout {
	width: 390px;
	margin-top: 34px;
	float: left;
	height: 170px;

}
.topPhotosImage {
	margin-top: 20px;
}

#homePhotosTop {

}
#menuDiv {
	width: 874px;
	margin-left: 38px;
}
#mainContentLeftSide {
	float: left;
	width: 400px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 3px;
}
#mainContentRight {
	margin-left: 420px;
}
#homeOpeningText {
	padding-left: 20px;
}
#mainContentBottom {
	background-image: url(images/bgBottom.gif);
	background-repeat: no-repeat;
	height: 48px;
}
#footerMenu {
	float: left;
	font-size: 12px;
	line-height: 14px;
}
.FooterMenuLinks {
	color: #FFFFFF;
}

.FooterMenuLinks    a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.FooterMenuLinks  a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.FooterMenuLinks a:hover {
	color: #FFFF00;
}

#footerCopyright {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: right;
}
#languageButton {
	float: right;
}
.languageButtonPosition {
	padding-right: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContentInside {
	padding-right: 20px;
	padding-left: 20px;
}
#locationContentLeft {
	width: 340px;
	float: left;
}
#locationContentRight {
	padding-left: 350px;

}
