@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, table, img, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
body {
	border-style: none;
	background-color: #fff;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 22px;
	margin: 0 0 0 0; /*  (top, right, bottom, left) */
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#white {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	margin: 10px 30px 0px 30px;
	letter-spacing:px;
	text-align: left;
}

#rated {
	font-size:12px;
	color: #993302;
	font-style: italic;
	line-height: 18px;
	padding: 35px 0px 0px;	
	
	
	
}

#outerWrapper {
  background:#fff url('img/sides-home.gif') repeat-y fixed center center; margin-left: auto;
  margin-right: auto;
  max-width: 972px;
  min-width: 972px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 972px
}
#outerWrapper #header {
 
  background-image: url("img/header.gif");
  background-position: top center;
  background-repeat: no-repeat;
  border-style: none; 
  font-size: 18px;
  font-weight: bold;
  height: 160px;
  line-height: 15px;
  margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
  width: 972px;
}
#outerWrapper #contentWrapper {
    border-style: none; /* Sets the border style properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-image: url(img/home-right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	width:330px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-style: none;
	
	float: left;
	width: 152px;
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #content {
	border-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 490px;
	background-color: #CC9966;
}
#outerWrapper #footer {
	background-image: url(img/footer.gif);
	font-size: 11px;
	font-weight:normal;
	color:#999967;
	line-height: px;
	background-repeat: no-repeat;
	border-style: none; 
	margin: 0px 0px 0px 0px; /*  (top, right, bottom, left) */
	padding: 0px 0px 0px 155px;
	
}






#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#white a {color:#993302; font-size: 13px;  font-weight: bold; text-decoration: none; }
#white a:visited {color:#993302; text-decoration: none;}
#white a:active {color: #993302; text-decoration: none; }
#white a:hover {
	color:#7C2901;
	text-decoration: none;
}

#footer a {
	color: #999967;
	text-decoration: none;
		}
		
#footer a:hover {
	color: #CC9966;
	text-decoration: underline;
		}

.copyright {
	
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight:normal;
	color:#999967;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 150px;
	
	}
.copyright a {
	color: #999967;
	text-decoration: none;
		}
		

.copyright a:hover {
	color: #CC9966;
	text-decoration: underline;
		}



#outerWrapper #contentWrapper #rightColumn1 {
	width: 330px;
}

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
#copyright {
}