@charset "utf-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F17738;
	background-image: url(images/wood125.jpg);
}
.image {
	border: 1px solid #F17738;
}


.twoColFixLtHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px double #5D2A0D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #826940;
} 
.twoColFixLtHdr   #container   p {
	margin: 0px;
}
.twoColFixLtHdr #header p {
	color: #E56C33;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #826940;
	background-image: url(main/main_01.gif);
	height: 455px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
} 
.twoColFixLtHdr   #header   h2 {
	color: #826941;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #826940;
	background-image: url(main/scandalescorts_03.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #mainContent p {
	margin: 0;

}
.twoColFixLtHdr #mainContent img {

}


.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
}
.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;
}
a  {
	color: #FFFFCC;
	text-decoration: underline;
}

