/* 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)                         ***/
/*********************************************************************************************/

body {
background-color:#000; 
background-image: url(/images/bg_simoneconti.jpg);
background-repeat: repeat-x; 

margin: 0;
line-height: 1.4em;
scrollbar-face-color: #96242c;
scrollbar-shadow-color: Gray;
scrollbar-highlight-color: #FFCC66;
scrollbar-3dlight-color: #105c98;
scrollbar-darkshadow-color: Black;
scrollbar-track-color: #000;
scrollbar-arrow-color: White
}

/* #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{
padding:0px;
}

#centerContent{
padding:20px;
}
#bottomContent{
padding:0px;
}

/********************************** 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                                            ***/
/*****************************************************************************************/

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: 8pt; COLOR: #000000; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.escorts:visited { FONT-SIZE: 8pt; COLOR: #000000; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.escorts:active  { FONT-SIZE: 8pt; COLOR: #000000; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.escorts:hover   { FONT-SIZE: 8pt; BACKGROUND: None; COLOR: #c0c0c0; text-decoration: None}

a.header:link    { FONT-SIZE: 8pt; COLOR: #c0c0c0; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.header:visited { FONT-SIZE: 8pt; COLOR: #c0c0c0; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.header:active  { FONT-SIZE: 8pt; COLOR: #c0c0c0; font-weight: normal; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: Underline }       /* unvisited link */
a.header:hover   { FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt; BACKGROUND: None; COLOR: #fff; font-weight: normal; text-decoration: None}