@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 #eb559d solid;
	clear:both;
	font-family:Cambria, Arial;
	font-size:14px;
}

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:#666;
	background:#ffccff;
	line-height:25px;
	text-decoration:none;
	padding:0 15px 0 15px;
	height:25px;
}

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

ul#navmenu li a.current{
	color:#000;
	background:#eb559d;
}

/*end of nav*/


/*start of header*/

#header { 
	position:relative; 
	height:130px;
}

#logo {
	position:absolute;
	top:3px;
	left:11px;
}

#email {
	position:absolute;
	top:5px; right:150px;
	font-size:110%;
	}

#icons { 
	position:absolute;
	top:10px; right:10px;
}


#email a { 
	color:#eb559d; 
	text-decoration:none;
}

#email a:hover { 
	color:#FF66FF; 
	text-decoration:underline;
}

/* end of header*/


/* start of left */

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

#gallery #bodyArea #left { 
	width:100%;
	background:none;
}

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

/* end of left */


/* start of right */


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

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

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

/* end of right */


#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;
}


/* start of footer */

#footer {
	height:auto;
	clear:both;
	font-size:80%;
	text-align:right;
	background-color:#eb559d;
	color:#FFF;
	padding:5px;
}

#footer a { 
	color:#666; 
	text-decoration:none;
}

#footer a:hover {
	color:#999; 
	text-decoration:underline;
}

/* end of footer */


#local {
	padding:5px;
}

#local h3 { 
color:#9933FF;
}

img {
border:none; margin:auto;
}


a img {
	border:none; margin-left:5px;
}

h1, h2, h3 { 
	font-family:Cambria, Arial; 
color:#eb559d;
}

h1 {
	font-weight:normal;
	font-size:22px;
	padding: 30px 0 15px 20px;
}

h2 {
	font-weight:normal;
	font-size:18px;
	padding: 30px 0 15px 20px;
}

h3 { 
	font-weight:normal;
	padding: 30px 15px 15px 20px;
}


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

.new { font-size:18px; color:#F00; padding:5px;}
.new p { padding:0; margin:0; font-size:14px;}

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

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

