
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #898372;
	background-color: #FFFFFF;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #bb9977;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}

h2
{
	color: #bb9977;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 5px;
}

h3
{
	color: #bb9977;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 5px;
}

p
{
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0px 24px;
}





/*
-------------------------------------
PAGE BACKGROUNDS
-------------------------------------
*/

#background_home
{
	background-image: url(images/background_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 190px 0px 0px 0px;
}

#background_about
{
	background-image: url(images/background_about.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 190px 0px 0px 0px;
}

#background_events
{
	background-image: url(images/background_events.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 190px 0px 0px 0px;
}

#background_yoga
{
	background-image: url(images/background_yoga.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 190px 0px 0px 0px;
}



/*
-------------------------------------
GENERAL STYLES
-------------------------------------
*/

#photo_area
{
	width: 250px;
	height: 360px;
	margin-right: 70px;
	float: left;
}

.clear
{
	clear: both;
}

#footer
{
	width: 370px;
	margin-left: 580px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p
{
	font-size: 10px;
	text-align: left;
	margin: 0;
}

#footer img
{
	margin-right: 15px;
}





/*
-------------------------------------
CONTENT STYLES
-------------------------------------
*/

#events_area
{
	width: 620px;
	float: left;
	overflow: hidden;
	padding-left: 70px;
}

#text_area
{
	width: 370px;
	float: left;
	overflow: hidden;
}

.txt
{
	width: 200px;
}

.captchatext
{
	font-size: 10px;
	line-height: 14px;
}

.contactform p
{
	margin-bottom: 10px;
	line-height: 14px;
}






/*
-------------------------------------
NAVIGATION LIST
-------------------------------------
*/

#nav
{
	width: 210px;
	overflow: hidden;
	margin-right: 50px;
	float: left;
}

#nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
}

#nav ul ul
{
	font-size: 18px;
}

#nav li a
{
	color: #bd9d7c;
	text-decoration: none;
} 

#nav li ul li a
{
	color: #c4b29e;
}

#nav li a:hover
{
	color: #828257;
}

a
{
	color: #bd9d7c;
}

a:hover
{
	color: #828257;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}














	
