@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.jpg) ;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;}
	
/* STRUCTURE */
	
.wrapper {
	width:950px;
	margin:auto; }

.header {
	width:950px;
	height:290px;
	background:url(images/header.jpg); }

.content {
	margin:20px; }


.leftside {
	float:left;
	width:500px; 
	}
	
.rightside {
	float:right;
	width:320px;
	position:relative;}
	
.clear {
	clear:both;
	}
	
.PINK18{
	color:#006cff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;}
	
.yelp {
	background:#FFF;
	width:437px;
	height:280px;
	padding:10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;}
	
	/* TEXT */

.WHITE13{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
	
.PINK15{
	color:#4f9aff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;}
.yelptext {
	color:#000;}
	
a {
 	color:#4f9aff;
	text-decoration:none;}
	
a:hover {
	background:#4f9aff;
 	color:#000000;
	text-decoration:none;}
	
img {border:0; }
	
