@charset "iso-8859-1";



* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {	
	background-color: #5e2f00;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top; 
}

#frame {
	width: 960px;
	margin: 0 auto;
}


#header {
	width: 960px;
	height: 413px;
	float: left;
}
#logo {
	width: 531px;
	height: 110px;
	float: left;
}
/*
---------------- NAVIGATION
-------------------------------------------------------- */	

#nav {
	height: 110px;
	width: 429px;
	float: left;
	}

#nav ul{
	width: 429px;
	padding: 0px;	
	}
	
#nav li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 110px;
	text-indent: -9999px;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#home {
	background: url(../images/home.gif) no-repeat left top;
	width: 61px;
	}
	
#nav li#home a {
	background: url(../images/home.gif) no-repeat left top;
	width: 61px;
	}
	
#nav li#home a:hover, #nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 61px;
	}
	
#nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 61px;
	}


	
/*
---------------- TANNING BUTTON
-------------------------------------------------------- */	

#nav li#tanning {
	background: url(../images/tanning.gif) no-repeat left top;
	width: 194px;
	}
	
#nav li#tanning a {
	background: url(../images/tanning.gif) no-repeat left top;
	width: 194px;
	}
	
#nav li#tanning a:hover, #nav li#tanning a.current {
	background: url(../images/tanning_over.gif) no-repeat left top;
	width: 194px;
	}
	
#nav li#tanning a.current {
	background: url(../images/tanning_over.gif) no-repeat left top;
	width: 194px;
	}




/*
---------------- PRICING BUTTON
-------------------------------------------------------- */	

#nav li#pricing {
	background: url(../images/pricing.gif) no-repeat left top;
	width: 74px;
	}
	
#nav li#pricing a {
	background: url(../images/pricing.gif) no-repeat left top;
	width: 74px;
	}
	
#nav li#pricing a:hover, #nav li#history a.current {
	background: url(../images/pricing_over.gif) no-repeat left top;
	width: 74px;
	}

#nav li#pricing a.current {
	background: url(../images/pricing_over.gif) no-repeat left top;
	width: 74px;
	}
	
/*
---------------- CONTACT BUTTON
-------------------------------------------------------- */	

#nav li#contact {
	background: url(../images/contact.gif) no-repeat left top;
	width: 100px;
	}
	
#nav li#contact a {
	background: url(../images/contact.gif) no-repeat left top;
	width: 100px;
	}
	
#nav li#contact a:hover, #nav li#donors a.current {
	background: url(../images/contact_over.gif) no-repeat left top;
	width: 100px;
	}
	
#nav li#contact a.current {
	background: url(../images/contact_over.gif) no-repeat left top;
	width: 100px;
	}
	
	
#banner {
	width: 960px;
	height: 304px;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;
	clear: both;
	background-color: #fff;	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#mainbody_cont {	
	margin: 0 auto;
	width: 940px;
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #331A00;
	padding-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 22px;
	font-weight: normal;
	color: #331A00;
	padding-bottom: 20px;
}

h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #331A00;
	text-align: center;
	padding-bottom: 10px;
}

h4 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	color: #331A00;
	padding-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.brown_text {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 13px;
	font-weight: normal;
	color: #331A00;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}



#cont_left {
	width: 740px;	
	float: left;
}

#cont_right {
	width: 180px;
	float: left;
	padding-left: 20px;
}

#home_cont_left {
	width: 670px;	
	float: left;
}

#home_cont_right {
	width: 250px;
	float: left;
	padding-left: 20px;
}

.box_cont {
	width: 310px;
	float: left;
}

ul.brown_dot {
	padding:0px 0px 0px 40px;
}
ul.brown_dot li {
	list-style:none;
	background-image: url('../images/brown_dot.gif');
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #666;
}

.clear
{
clear: both;
}

#footer {
	width: 940px;
	float: left;
	clear: both;
	background-color: #331A00;
	border: #FFF solid 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_cont {
	width: 940px;
	margin: 0 auto;	
}

#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	float: none;
	clear: both;
	padding-bottom: 10px;		
	text-align: center;
}

#footer_cont p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#footer_cont p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

input#name, input#email, input#phone {
	background:#ffffff;
	border:1px solid #331A00;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#331A00;
	border:1px solid #331A00;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#5e2f00;
	border:1px solid #331A00;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#ffffff;
	border:1px solid #331A00;
	padding:4px;
	width:450px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}


