/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                          ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

/* #wrapper is the outermost table containing all the content sections */
#wrapper {
width:700px;

border:0;
padding:0;
margin:auto; /* margin-auto is required to center the main (#wrapper) table for non-MSIE browsers */
}
#topContent{
background-color:#000000;
padding:5px;
}
#centerContent{
background-color:#000000;
line-height: 1.4em;
padding:20px;
}
#bottomContent{
background-color:#222222;
padding:20px;
width:700px;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/
body {
background: url('/images/bg_anna_bailey.gif');
margin: 0;
line-height: 1.8em;
	SCROLLBAR-FACE-COLOR: #cc6699; SCROLLBAR-HIGHLIGHT-COLOR: #ffcc66; SCROLLBAR-SHADOW-COLOR: gray; SCROLLBAR-3DLIGHT-COLOR: #105c98; SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: black
}
input, select, textarea {
font-size: 12px;
}
p {
margin-top: 0;
margin-bottom: 0;
}
h1{
margin:0;
}
img {
border: none;
text-decoration: none;
}
a img {
text-decoration: none;
}
.smalltxt {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica
}
.largetxt {
font-size: 10pt;
font-family: Verdana, Arial, Helvetica
}
.ripesiteFooterLogo{
display:none;
}

A.escorts:link {
	FONT-SIZE: 9pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.escorts:visited {
	FONT-SIZE: 9pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.escorts:active {
	FONT-SIZE: 9pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.escorts:hover {
	FONT-SIZE: 9pt; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: none
}


A.navlb:link {
	FONT-SIZE: 8pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.navlb:visited {
	FONT-SIZE: 8pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.navlb:active {
	FONT-SIZE: 8pt; COLOR: #cc6699; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: underline
}
A.navlb:hover {
	FONT-SIZE: 8pt; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial,sans-serif; TEXT-DECORATION: none
}
