/* Start of CMSMS style sheet 'o2_home' */
@charset "UTF-8";
/* O2 Salon CSS Document */

/*COLORS*/
/*
Background bottom brown #524848
Header Text, dark green #44523a
Copy, dark grey #888888
Event Title, sage, #6f8060
Link, purple, #b2a0a9 — Hover #e28ab9
Nav, sage #a4bea3 — Hover #5b715a
Footer, dark green #b1ced2
*/


/*MAIN TAGS*/
body{
	margin:0px;
	padding:0px;
	background-color:#524848; /*brown*/
	font-family:arial, helvetica, sans-serif;
	color:#888888;  /*dark grey*/
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}

img {
	border:0px;
}

p {
	margin:0px;

}

b, strong {
}

h1 {
	
}

h2{
	font-size:19px;
	line-height:22px;
	color:#44523a;
	margin:0px;
	font-weight:normal;	
}

h3{
	margin:0px;
	padding:0px;
	color:#e28ab9;  /*purple*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none;
}



/*LAYOUT*/
#superwrap {
	width: 840px;
	min-height:634px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}

#bannerImage{
	position:relative;
	top:0px;
	left:0px;
	width:820px;
	height:349px;
}

#tileContainer{
	position:relative;
	top:10px;
	left:10px;
	width:800px;
	height:127px;
}

#tileLeft{
	float:left;
	width:272px;
}

#tileCenter{
	float:left;
	width:272px;
}

#tileRight{
	float:left;
	width:250px;
	font-size:11px;
}

#NewsSummary{
       border-bottom:none;
}


#footer{
	clear:both;
	position:relative;
	top:10px;
	left:0px;
	width:820px;
	height:30px;
	font-size:11px;
	background-image:url(../images/home_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#8eadb1; /*green*/
}



/* End of 'o2_home' */

