@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #EBEBEB;
}
.twoColFixRtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/Venta_bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
} 
.twoColFixRtHdr #header {
	height: 131px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 370px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #sidebar1 h1 	{
	color: #36BCEF;
	font-size: 1.4em;
	margin-left: 10px;
}
.twoColFixRtHdr #sidebar1 table {
	margin-left: 0px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 381px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 1.4em;
	margin-left: 20px;
}
.twoColFixRtHdr #mainContent p {
	margin-left: 20px;
}
.twoColFixRtHdr #mainContent #news {
	border-bottom-style: none;
	background-image: url(images/Did_you_know.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 380px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 35px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent #news p {
}
.twoColFixRtHdr #mainContent #news img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.twoColFixRtHdr #footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
}  
.twoColFixRtHdr #footer #bottomNav {
	width: 380px;
	margin: 0px;
	padding: 0px;
	height: 125px;
	float: right;
}
.twoColFixRtHdr #footer #bottomLinks {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 950px;
	background-color: #50C3EF;
}
.twoColFixRtHdr #footer #bottomLinks a:link {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:active {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:visited {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer #bottomLinks a:hover {
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
