@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: 750px; /* 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: #CDC8BE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contact {
	background-color: #BCB6A9;
	margin: 0px;
	padding: 5px;
	float: left;
	height: 50px;
	width: 740px;
	font-size: small;
	text-align: center;
}

.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #mainContent {
	background-color: #CDC8BE;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.video {
	padding: 5px;
	float: right;
	height: 344px;
	width: 425px;
	top: 350px;
	right: 750px;
}

.navbar {
	float: left;
	height: 32px;
	width: 750px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #918B86;
}
.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 */
	font-size: x-small;
	color: #D8D2CC;
	text-align: center;
}
.image {
	float: right;
	height: 250px;
	width: 350px;
	margin-left: 15px;
	border: 2px solid #56473A;
}
#ImageWithButtons {
	float: right;
	height: 375px;
	width: 367px;
}

.imageVertical {
	float: right;
	height: 350px;
	width: 300px;
	margin-left: 15px;
	border: 2px solid #56473A;
}
.newsletter {
	float: right;
	height: 70px;
	width: 70px;
	margin-left: 25px;
}
.newsletterclick {
	float: right;
	height: 50px;
	width: 160px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-right: 17px;
	padding-top: 10px;
}
.buttonWideRight {
	float: right;
	height: 60px;
	width: 352px;
	padding-left: 12px;
	padding-top: 15px;
}

.tipsclick {
	float: right;
	height: 50px;
	width: 160px;
	padding-left: 15px;
	padding-top: 10px;
}
#ImageWithButtons2 {
	float: right;
	height: 845px;
	width: 367px;
}
