@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.left {
	float: left;
}

img      {border:0px;}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {

} 
#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 */
}
#header  #bar #banners {
	margin: 0px;
	width: 844px;
	float: left;
	height: 58px;
	background-image: url(images/ban.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
}
#header   #bar   #banners   p    {
	color: #911832;
	white-space: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#header  #bar  #banners  #call  p   {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: right;
	padding-left: 30px;
	font-weight: bold;
}
#header  #bar  #banners  #call   {
	margin-left: 300px;
	padding-top: 2px;
}


.small {
	font-size: 11px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

#more #rotator-center #1 {
	width: 110px;
	float: left;
}
#rotator-center  p {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#rotator-center  img      {
	border: 2px double #D2BAA1;
	padding: 0px;
	margin-right: 7px;
	margin-left: 7px;
}


#more #rotator-center #2 {
	float: left;
	width: 110px;
}
#more #rotator-center #3 {
	width: 110px;
	float: left;
}
#more #rotator-center {

}



#mainContent  {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 267px;
	padding-top: 0;
	padding-bottom: 0;
} 
#mainContent #content p {
	margin: 0px;
	padding: 0px;
}
#mainContent #content #welcome {
	height: 30px;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-x;
	color: #6C0C0E;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CEB59B;
	border-right-color: #CEB59B;
	border-bottom-color: #CEB59B;
	border-left-color: #CEB59B;
}

#mainContent #content #more {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #F6EFE9;
	border: 1px solid #D2BAA1;
}


#mainContent #content #text {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px dotted #D2BAA1;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 234px; /* padding keeps the content of the div away from the edges */
}

#sidebar2  #indentright  {
	font-size: 12px;
	background-color: #7B9092;
	width: 233px;
	color: #FFFFFF;
}
#sidebar2 #indentpictures {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#sidebar2   #indentpictures   #rotator-left    {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 266px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 #indent p {
	margin: 0px;
	padding: 0px;
}

#sidebar1  #indent  {
	background-image: url(images/bg-blue-left.gif);
	background-repeat: repeat-y;
}
.escortname {
	background-image: url(images/bg-blue-left-35.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.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: 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;
}
#footer  {
	text-align: center;
	margin: 0;
	height: 50px;
	color: #8A0008;
	font-size: 90%;
} 


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

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

#footer a:active {
	color:#8A0008;
	text-decoration: none;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#content #gallery {
	background-color: #DBC9B4;
}
#sidebar1 #indent a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 #indent a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 #indent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 #indent a:hover {
	color: #CEDCDE;
	text-decoration: none;
}
#content   #text #escort-gallery   img  {
	border: 1px solid #333333;
	margin-top: 15px;
}
#content  #text  #escort-gallery  table    {
	width: 360px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h2 {
	font-size: 13px;
	color: #AB1A1E;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #920C0D;
	margin: 0px;
	padding: 0px;
}
