@charset "utf-8";
/* CSS Document */

body { background: #fff url(../images/backgrounds/background_main.jpg) repeat-x top; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

a { }
	a:link { text-decoration: none; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }	

#wrapper { width: 900px; margin: 30px auto;  }

#sidebar { width: 118px; height: 624px; background: #fff url(../images/7scents.jpg) no-repeat top left; }
	#sidebar h2 { display: none; }
	#sidebar ul { display: none; }


#footer { margin: 10px 0 0 0; font-size: 8pt; color: #01393a; }

/* Common Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hideme { display: none; }