/*baasic html elements*/

body {
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0;
	padding: 10px 75px 10px 75px;
	background-color:#FFFFFF;
	background-image:url(../images/Watermark.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 360px 210px;
}

table {
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
	color:#402E54;
	font-size: 0.9em;
	border: 1px solid #CCE6CC;
	width: 470px;
	margin-left: 160px;
	border-collapse:collapse;
}

td {	
	padding:5px;
	border: 1px solid #CCE6CC;
}
th{
	font-weight:bold;
	color:#402E54;
	padding:5px;
	border: 1px solid #FFFFFF;
	background-color:#CCE6CC;
}

p{
	width:470px;
	margin-left: 160px;
	text-align:justify;
	line-height:1.8;
	color:#402E54;
}



h1{
	width:470px;
	margin-left: 160px;
	text-align:right;
	color: #81B682;
	font-size:1.4em;
}

h2{
	width:470px;
	margin-left: 160px;
	margin-top: 30px;
	text-align:right;
	color: #81B682;
	font-size:1.1em;
}

h3{
	width:470px;
	margin-left: 160px;
	text-align:left;
	color: #81B682;
	font-size:1.1em;
}

a{
	color:#8459A8;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color: #81B682;
}

strong, b{
	font-weight:bold;
}

img{
	border:none;
}
/* For citations at the end of quote blocks */
cite {
	color: #99CC99;
	font-weight: bold;
	font-style: italic;
}
/*classes*/

/*mainly use for images - a runaround image to the left of the text 
(all text will wrap to the right of the image)*/
.runaround_left{
	float:left;
}

/*mainly use for images - a runaround image to the right of the text
(all text will wrap to the right of the image)*/
.runaround_right{
	float:right;
}

/*mainly use for images - an image in the right margin of the text*/
.margin{
	float:left;
	position:relative;	
	padding:0px;
	margin:0px;
	margin-left:-100px;
}
/*use to force the next element to start on a new line after a runaround element*/
.clear{
	clear:both;
}

/* Caption under the table */
.caption{
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin-top:2px;
}

/* A seperator for the address on the footer */
.addsep{
	color: #81B682;
	font-weight: bold;
}

/* For quotes */
.quote{
   color: #996699;
}

/* For inline headings */
.heading{
	text-align:left;
	color: #81B682;
	font-size:1.1em;
	font-weight:bold;
}

.euro {
   font-family: sans-serif;
}

/*unique ids*/

/* the header for each page, including the title, logo and navigation*/
#header{
	width:630px;
	min-height: 100px;
	overflow:hidden;
}
/*the footer - address bar*/
#footer{
	margin-top:50px;
	text-align:center;
	border-top:6px solid #CCE6CC;
	width:630px;
	overflow:hidden;
	letter-spacing:4px;
	font-size:10px;
	color:#8459A8;
	font-weight:bold;
}
/*the swirl flash logo*/
#swirl{
	position:relative;
	left:-10px;
	float:left;
}

/*all the elements that appear within the navigation list*/

#nav{
	position:relative;
	right:0px;
	margin-left: 160px;
	margin-top:0px;

	list-style:none;
	padding:0px;
	text-align:center;
}

#nav h1{
	width:auto;
	text-align:center;
	color:#ADD6AD;
	font-size:18px;
	letter-spacing:9px;
	margin:0px;
	padding:0px;
	border-bottom:6px solid #CCE6CC;
}

#nav li{
	display:inline;
	font-size:12px;
	padding-left:20px;
	padding-right:0px;
	margin:0px;
	color:#8459A8;
}

#nav li.about{
	padding-left:0px;
}

#nav li a:link{
	color:#8459A8;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:hover{
	color:#ADD6AD;
}
#nav h1 a{
	text-align:center;
	color:#ADD6AD;
}
#nav h1 a:hover{
	/*color:#8459A8; */
}

/*The link inside a list element that has the same class as the id of the body*/
body#about li.about a, 
body#yoga li.yoga a, 
body#pilates li.pilates a,
body#training li.training a,
body#mumbaby  li.mumbaby  a, 
body#ppnatal li.ppnatal a{
	color:#ADD6AD;
}



