/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* style.css */

html 	{  
	background: url(../images/bg-texture.jpg) repeat;
	height: 100%;
}

body { 
	position : relative;
	width : 933px;
	margin : 0 auto;
	margin-top: 15px;
	font-size: 13px;
	color: #675549; 
	text-align : left;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
}

a {
	color: #50aae9;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.display-block {
	display: block;
}

p {
	padding: 5px 0px 5px 0px;
}

.brown {
	color: #675549;
}

.orange {
	color: #f19320;
}

.margintop-26 {
	margin-top: 26px;
}

h1 {
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* =Header */
.header {
	width: 888px;
	height: 504px;
	background: url(../images/header.png) no-repeat;
}

/* =Bottom */
.bottom {
	padding: 0px 0px 10px 145px;
	width: 743px;
}

/* =Content */
.main_content_contianer { 
	background: url(../images/content-bg-repeat.gif) right repeat-y;
	padding: 0px 0px 10px 145px;
	width: 743px;
}

.main_content {
	padding: 26px 26px 0px 26px;
}

.copyright {
	color: #fff;
}

.footer {
	padding: 0px 26px 10px 171px;
	width: 691px;
	margin-top: 20px;
	font-size: 10px;
	position: relative;
}

.left-col {
	width: 384px;
}

.wwo {
	margin-top: -15px;
}

.taning-beds {
	width: 100px;
}

.spray-tan {
	width: 284px;
}

.right-col {
	width: 284px;
	margin-top: -115px;
}

.right-col a {
	float: right;
}

ul.hours li {
	margin-bottom: 5px;
}

ul.hours {
	margin-bottom: 10px;
}

a.viewmap {
	margin: 0px 0px 20px 0px;
}