@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: #333333;
	background-color: #333333;
	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: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {

}
.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 #container #mainContent a {
	text-decoration: underline;
}
h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}


.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: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.flleft {
	float: left;
	border: 1px solid #751215;
	margin-right: 20px;
}
.image {
	border: 1px solid #000033;
	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;
}
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/bar.gif);
	height: 45px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
} 

#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:#000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color:#000000;
	text-decoration: none;
}
#bar {
	background-image: url(images/bar.gif);
	height: 45px;
	text-align:right;
	clear: left;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 0.3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#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: #333333;
	font-weight: bold;
}
#bar   a:hover {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
#bar   a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;

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