@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: #000000;
	background-color: #3A1014;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	background-color: #FFE7CE;
}
.oneColFixCtrHdr #header {
	background-color: #981c21;
}
.oneColFixCtrHdr   #header   h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.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 */
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #003333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.flleft {
	float: left;
	border: 1px solid #751215;
	margin-right: 20px;
}
.image {
	border: 1px solid #751215;
	margin-right: 10px;
	margin-left: 30px;
}

#left {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}
#right {
	margin-left: 350px;
	margin-top: 40px;
	margin-right: 30px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:active {
	text-decoration: none;
	color: #333333;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}

p {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer  {
	background-image: url(images/sexy-escort_05.jpg);
	height: 45px;
	font-weight: bold;
	color: #000000;
	text-align: center;
} 

#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer  a:hover {
	color:#990000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color:#000000;
	text-decoration: none;
}
#bar {
	background-image: url(images/sexy-escort_05.jpg);
	height: 45px;
	text-align:right;
	clear: left;
	font-size: 16px;
}

#bar   ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bar   li {
	display: inline;
	padding-right: 50px;
	padding-left: 8px;
	
}
#bar   a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#bar   a:hover {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}
#bar   a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
#bar   a:active {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
#bar p {
	background-image: url(images/sexy-escort_05.jpg);
	height: 45px;
	text-align:center;
	clear: left;
}
