body{
	background-color: #000;
	background-image: url(../images/grafitti_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	padding: 0px;
	margin: 0px;
	
	font-size: 12px;
	font-family: verdana;
	color: #fff;
}

img{
	border: 0px;
}

#layout{
	width: 750px;
	margin: auto;
	margin-top: 120px;
	position: relative;
}

#theotherside{
	position:absolute;
	left: 170px;
	top: -30px;
}
.breaker{
	clear: both;
}

/* ************************ */  

.col{
	width: 240px;
	float: left;
	padding: 0px 5px 0px 5px;
}
#col1{
	text-align: center;
	padding: 0px;   
}
#col2{
	margin-top: 80px;
	text-align: center;
}
#col3{
	margin-top: 90px;
}

/* ************************ */

#calendar{
	background-image: url(../images/bg_calendar.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.calendar{
	border-collapse: collapse;
	border: 0px;
	margin: 0px 0px 20px 20px;
	background-color: transparent;
}
.calendar th{
	font-weight: bold;
	font-size: 10px;
	width: 20px;
	height: 20px;
	vertical-align: top;
	text-align: center;
}
.monthname{
	text-align: right;
	font-size: 12px;
}
.day{
	font-size: 9px;
	font-family: verdana;
	color: #fff;
	width: 20px;
	height: 20px;
	vertical-align: center;
	text-align: center;
}
.day_event{
	background-color: #E81888;
	color: #000;
}
.day_event a:link, .day_event a:visited, .day_event a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#cal_events{
	margin-bottom: 40px;
}
#cal_events a:link, #cal_events a:visited, #cal_events a:active{
	text-decoration: none;
	color: #E81888;
	display: block;
	padding: 3px;
}
   
/* ************************ */

#stylists{
	margin: 40px 0px 20px 0px;
	text-align: left;
	letter-spacing: 2px;
}

/* ************************ */ 

#bio{
	padding: 10px 210px 10px 10px;
	background-color: #000;
	background-position: center right;
	background-repeat: no-repeat;
	height: 370px;
	color: #fff;
}

/* ************************ */ 

.form_field{
	font-size: 16px;
	padding: 2px;
	background-color: #000; 
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	color: #E81888;
	width: 150px;
}

.form_submit{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background-color: #222;
	color: #bbb;	
}

/* ************************ */    

#footer{
	position: relative;
	background-repeat: no-repeat;
	text-align: left;
	width: 750px;
	height: 280px;
}
#footer span{
	position: absolute;
	top: 220px;
	left: 200px;
	font-size: 10px;
	font-family: verdana;
	letter-spacing: 2px;
	color: #444;
	line-height: 16px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #444;
}







.blankanchor a:link, .blankanchor a:visited, .blankanchor a:active{
	text-decoration: none;
	color: #000;
} 


