
html{
	background-image: url(../images/BG_Fade.png);
	background-color: #E6DFD1;
	background-repeat: repeat-x;
	text-align: center;
}
body{
	text-align: center;
	background-image: url(../images/rays6.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-position-y: 0px;
	min-width: 1325px;	
	padding-left: 20px;
}

h1{
	text-transform: uppercase;
	margin-bottom: 0;}

#box{
	margin: 0 auto;
	display: block; 
	height: auto;
	width: auto;	

}


.rightSideImages{
	margin: 0 auto;
	margin-bottom: -100px;
	width: 400px;
	z-index: 1;
}

#content{
display: block;
	margin: 0 auto;
	/*background-image: url(../images/COUGARgirl1100.png);*/
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	height: 775px;
	
}
#disclaimer{
	margin: 0 auto;
	margin-top: 200px;
	background-color: #cff2fa;
	border: 20px solid #bfb18e; 
	width: 600px;
	height:250px;
	z-index: 4;
}

#disclaimer a{
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	padding: 6px;
}

#disclaimer a:hover {
	text-decoration: underline;
	background-color: yellow;
	padding: 6px;
}

#disclaimer p{
	line-height: 16px;
	margin: 9px 20px;
	text-align: left;
	z-index: 5;
}
.center{
	padding-left:90px;
}



