body{
	background: #231f20;
	font-size: 75%;
	font-family: Lucida Sans, Arial;
	color: #FFF;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

a{
	color: #9fa615;
	text-decoration: none;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

/*Nav*/
#navigation{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 796px;
}

#navigation li{
	float: left;
}

#navigation li a{
	text-indent: -5000px;
	display: block;
	height: 35px;
}

#nav_home a{
	background: URL(../images/nav_home.gif) left top;
	width: 108px;
}
#nav_home a:hover, #nav_home a.selected{
	background-position: left bottom;
}

#nav_about a{
	background: URL(../images/nav_about.gif) left top;
	width: 96px;
}
#nav_about a:hover, #nav_about a.selected{
	background-position: left bottom;
}

#nav_classes a{
	background: URL(../images/nav_classes.gif) left top;
	width: 154px;
}
#nav_classes a:hover, #nav_classes a.selected{
	background-position: left bottom;
}
#nav_whats_on a{
	background: URL(../images/nav_whats_on.gif) left top;
	width: 110px;
}
#nav_whats_on a:hover, #nav_whats_on a.selected{
	background-position: left bottom;
}
#nav_links a{
	background: URL(../images/nav_links.gif) left top;
	width: 85px;
}
#nav_links a:hover, #nav_links a.selected{
	background-position: left bottom;
}
#nav_gallery a{
	background: URL(../images/nav_gallery.gif) left top;
	width: 97px;
}
#nav_gallery a:hover, #nav_gallery a.selected{
	background-position: left bottom;
}

#nav_contact a{
	background: URL(../images/nav_contact.gif) left top;
	width: 146px;
}
#nav_contact a:hover, #nav_contact a.selected{
	background-position: left bottom;
}

/*Masthead*/
.masthead{
	width: 880px;
	height: 393px;
	text-indent: -5000px;
	margin-top: 30px;
}
#masthead_about{
	background: URL(../images/masthead_about.jpg);
}
#masthead_contact{
	background: URL(../images/masthead_contact.jpg);
}
#masthead_classes{
	background: URL(../images/masthead_classes.jpg);
}
#masthead_links{
	background: URL(../images/masthead_links.jpg);
}
#masthead_whats_on{
	background: URL(../images/masthead_whats_on.jpg);
}
#masthead_gallery{
	background: URL(../images/masthead_gallery.jpg);
}

/*Content*/
#content{
	margin: 34px 90px 34px 70px;
}

.page_header{
	width: 100%;
	text-indent: -5000px;
	height: 29px;
	background-repeat: no-repeat;
}
#h1_about{
	background-image: URL(../images/h1_about.gif);
}
#h1_classes{
	background-image: URL(../images/h1_classes.gif);
}
#h1_contact{
	background-image: URL(../images/h1_contact.gif);
}
#h1_whats_on{
	background-image: URL(../images/h1_whats_on.gif);
}
#h1_links{
	background-image: URL(../images/h1_links.gif);
}
#h1_gallery{
	background-image: URL(../images/h1_gallery.gif);
}


.column_left{
	margin-right: 10px;
	width: 380px;
	float: left;
	display: inline;
}
.column_right{
	float: right;
	width: 380px;
}

/*Footer*/
#footer{
	margin: 30px 80px 30px 60px;
	color: #9fa615;
	padding: 5px 0 0 50px;
	background: URL(../images/lotus_green.gif) no-repeat left top;
	height: 27px;
}
.tel{
	padding-right: 30px;
}

#lime_29{
	float: right;
	display: inline;
}
#lime_29 a{
	background: URL(../images/lime.gif) no-repeat;
	text-indent: -5000px;
	width: 101px;
	height: 37px;
	display: block;
}


/*Common*/
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}
em{
	font-size: 0.9em;
}
strong{
	color: #9fa615;
	font-style: oblique;
}

/*Contact*/
th{
	text-align: left;
}
td{
	text-align: right;
}
#phone{
	margin-right: 9px;
}
.titles{
	text-align: left;
}
.textbox{
	width: 200px;
}
#comments{
	width: 204px;
}
.mandatory{
	text-align: right;
	font-size: 0.9em;
}
.error{
	border: 1px solid #9fa615;
	padding: 10px;
	//background-color: #e5e6e7;
}

h2{
	font-size: 1.1em;
}



/* Gallery
***************************/
#gallery_items{
	margin-top: 42px;
}
.gallery_item{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.main_image{
	float: left;
	padding: 5px;
	border: 1px solid #333;
}
.gallery_description{
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	display: inline;
	width: 248px;
	padding-top: 5px;
}
.gallery_link{
	float: right;
}
.album_image{
	float: left;
	padding: 5px;
	border: 1px solid #333;
	margin: 2px;
}