* {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

body {
	text-align:center;
	background: #1d0f01 url(images/bg.jpg) repeat;
	font: normal 14px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
#wrap {
	background: url(images/barber_shop.jpg) no-repeat scroll center top;
	width: 980px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}

#sidebar {
	float: left; 
	width: 260px;
	padding: 100px 0px 0px 40px;
}
#mainContent { 
	margin: 0 20px 0 360px; 
	padding: 100px 0px 0px 0px;
}
#hours {
	width: 255px;
	height: 185px;
	background: url(images/hours.png) no-repeat;
	display: block;
	border: 1px solid #c2a690;
	margin-bottom: 10px;
}
#hair_products {
	display: block;
	position: relative;
	margin: 50px 0px 0px 0px;
	color: #cdbbac;
}
#hair_products img {
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
}
#hair_products h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 30px 0px 0px 0px;
}
#haircuts { display: block; position: relative; width: 100%; height: 263px; margin-top: 68px; }
.hairdresser {
	width: 262px;
	height: 263px;
	float: left;
	margin-top: 40px;
	background: url(images/backdrop.png) no-repeat;
}
.hairdresser img {
padding: 10px;}
#glenn {
	padding-right: 60px;
}
#footer {
	position: relative;
	display: block;
	height: 40px;
	clear: both;
	padding: 60px 0px 0px 0px;
	color: #B89E89;
	font-size: 11px;	
}
#footer p {
	margin: 0px 0px 0px 50px;	
}
table.hours, table.price {
	margin: 0px auto;
}
.time, .cost {
	text-align: right;
}
caption {
	text-align: left;
	font-size: 20px;
	padding: 20px 0px 7px 0px;
	font-weight: normal;
}
table.price {
	font-size: 16px;
	font-weight: bold;
}
p.name {
	padding: 0px 0px 0px 10px;
	color: #cdbbac;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1.barber_shop {
	font: 16px/30px Garamond, "Times New Roman", sans-serif;
	color: #f7eadf;
	padding: 0px 0px 50px 48px;
}

h1.grand_rapids {
	font: bold normal 16px Garamond, "Times New Roman", sans-serif;
	color: #fbcfa3;
	padding: 5px 0px 45px 0px;
	letter-spacing: 2px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b6a593;	
}
span.larger {
	font-size: 24px;
	
}

/* unvisited link */
a.online-booking {
	font-size: 24px;
	color: #ffffff;
}

/* visited link */
a.online-booking:visited {
	font-size: 24px;
	color: #ffffff;
}

/* mouse over link */
a.online-booking:hover {
	font-size: 24px;
	color: #ffffff;
}

/* selected link */
a.online-booking:active {
	font-size: 24px;
	color: #ffffff;
}

