@charset 'utf-8';
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	}

#wrapper {
	background:#fff;
	width:800px;
	margin:auto;
	border:solid 1px #999;
}

/*start of nav*/
#navcontainer{
border-bottom:4px #cc33ff solid;
clear:both;
}

ul#navmenu{
list-style-type:none;
width:700px;
height:25px;
margin:0;
padding:10px 0 0 0;
}

ul#navmenu li{
display:block;
float:left;
border-left:1px solid #fff;
height:25px;
}

ul#navmenu li a{
display:block;
float:left;
color:#333;
background:#ffccff;
line-height:25px;
text-decoration:none;
padding:0 15px 0 15px;
height:25px;
}

ul#navmenu li a:hover{
background:#CC33FF;
color:#fff;
}

ul#navmenu li a.current{
color:#fff;
background:#cc33ff;
}

/*end of nav*/


#logo {
	height:120px;
	width:300px;
	float:left;
}

#logotext {
	text-align:right;
	width:480px;
	font-size:100%;
	float:left;
	height:100px;
	padding:20px 20px 20px 0;
}

#logotext a { color:#9900FF; text-decoration:none;}
#logotext a:hover { color:#FF66FF; text-decoration:underline;}


#bodyArea #left {
	width: 550px;
	float: left;
	background:url(../images/Yoga-Classes-Folkestone.jpg) bottom no-repeat;
}
#gallery #bodyArea #left { width:100%;
background:none;}



#bodyArea #right {
	width:246px;
	float:right;
	background-color:#FFCCFF!important;
	background:url(../images/yoga%20folkestone.gif) no-repeat bottom;
	
}

#left p {
	font-size:14px;
	color:#333;
	margin:20px;
}
#right p {
	font-size:14px;
	color:#666;
	margin:20px;
}

#images {padding:0; margin:0;}


.list { margin-left:30px; margin-top:20px; margin-right:10px; list-style-type:circle;}
.list li {  margin-bottom:8px; color:#666;}

#gallery #bodyArea #right {
	width:0px;
	float: right;
	background-color:#FFCCFF;
}

#footer {
	height:auto;
	clear:both;
	font-size:80%;
	text-align:center;
	background-color:#CC33FF;
	color:#FFF;
	padding:5px;
}
#footer a { color:#CCC; text-decoration:none;}
#footer a:hover { color:#999; text-decoration:underline;}

#local {
	padding:5px;
}
#local h3 { color:#9933FF;}

img {border:none;margin:auto;}


a img {
	border:none; margin-left:5px;
}
.pic { margin:5px 0 0 20px;}
.ads { clear:both;}

h1 {
	font-weight:normal;
	font-size:20px;
	padding: 30px 0 15px 20px;
	color: #9900FF;
}
h2 {
	font-weight:normal;
	font-size:18px;
	padding: 30px 0 15px 20px;
	color: #9900FF;
}
h3 { font-weight:normal;
	font-size:16px;
	padding: 30px 15px 15px 20px;
	color: #9900FF;}

blockquote { margin:10px 0 0 30px;}

#right blokequote { margin:5px 0 0 5px;}

#quote { width:500px; background-color:#FFCCFF; border:1px solid #FF99FF; border-left:#FF99FF 5px solid; margin:auto; padding:5px; color:#9900CC;}
