/* 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_sarahfox_new.jpg);
background-repeat: repeat-x; 

margin: 0;
line-height: 1.5em;
scrollbar-face-color: #990000;
scrollbar-shadow-color: Gray;
scrollbar-highlight-color: #FFCC66;
scrollbar-3dlight-color: #105c98;
scrollbar-darkshadow-color: Black;
scrollbar-track-color: #000000;
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;
background-color: #f5dad7;
border-style: double;
border-color: #990000;
margin: 30px 10px 10px 10px
}
#bottomContent{
padding:10px;
}

/********************************** 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;
}