@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #EFEBC6;
	background-image: url(images/Tlo.jpg);
	border-top-color: #EFEBC6;
	border-right-color: #EFEBC6;
	border-bottom-color: #EFEBC6;
	border-left-color: #EFEBC6;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	height: 415px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 21px;
}
.oneColFixCtrHdr #footer {
	padding: 0 25px;
}
.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 */
}
#container #mainContent img {
	float: right;
	border: 16px solid #EFEBC6;
	margin-right: 0px;
}
#container #mainContent div {
	height: 388px;
	float: left;
	width: 330px;
	background-color: #EFEBC6;
	font-family: "Century Gothic", Verdana, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.banerflash {
	float: right;
	border: 16px solid #EFEBC6;
	margin-right: 0px;
	margin-bottom: 32px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p a img {
	float: right;
}
#footer p {
	float: right;
}
.oneColFixCtrHdr #container .contenty {
	margin-left: 300px;
}
