body {
	background-color: #F2DFB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #554307;
	background-image: url(layout/main_background.jpg);
	background-position: left top;
	margin-top: 0px;
	background-repeat: repeat-y;
}
a:link {
	color: #376502;
	text-decoration: none;
} 
a:visited {
	color: #554307;
	text-decoration: none;
} 
a:hover {
	color : #554307;
	text-decoration : underline;
} 
a:active {
	color : #376502;
	text-decoration : none;
} 

.leftnav {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

.navRoot {
		color: #554307;
	border-bottom-color: #bbb;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.navChild1 {
	color: #554307;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.navChild2 {
	color: #554307;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.navHighlight {
	font-weight: bold;
}
.navRoot a:link {
	color: #554307;
	text-decoration: none
} 
.navRoot a:visited {
	color: #554307;
	text-decoration: none
} 
.navRoot a:hover {
	color: #557D03;
	text-decoration: underline
} 
.navRoot a:active {
	color: #554307;
	text-decoration: none
} 

.navChild1 a:link {
	color: #554307;
	text-decoration: none
} 
.navChild1 a:visited {
	color: #557D03;
	text-decoration: none
} 
.navChild1 a:hover {
	color: #557D03;
	text-decoration: underline
} 
.navChild1 a:active {
	color: #554307;
	text-decoration: none
} 

.navChild2 a:link {
	color: #554307;
	text-decoration: none
} 
.navChild2 a:visited {
	color: #557D03;
	text-decoration: none
} 
.navChild2 a:hover {
	color: #557D03;
	text-decoration: underline
} 
.navChild2 a:active {
	color: #554307;
	text-decoration: none
} 
.navSelected a:link {
	color: #554307;
	text-decoration: none
} 
.navSelected a:visited {
	color: #557D03;
	text-decoration: none
} 
.navSelected a:hover {
	color: #557D03;
	text-decoration: underline
} 
.navSelected a:active {
	color: #554307;
	text-decoration: none
} 
.mainBack {
	background-image: url(layout/main_background.jpg);
	background-repeat: no-repeat;
}
.contentBack {
	background-image: url(/assets/layout/page/images/essence_pilates_middle.gif);
	background-repeat: repeat-y;
}

#contentarea {
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-left: 45px;
	}
.footerlink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #487401;
	text-decoration: none;
	font-weight: bold;
} 
.footerlink a:link {
	color : #487401;
	text-decoration : none;
} 
.footerlink a:visited {
	color : #637F06;
	text-decoration : none;
} 
.footerlink a:hover {
	color : #4C3910;
	text-decoration : none;
} 
.footerlink a:active {
	color : #487401;
	text-decoration : none;
}
h2 {
	margin-top: 0px;
	}

div#page {
  width:1250px;
  text-align:left;
}
div#menu {
  width:919px;
  margin:0 0 0 150px;
  float:left;
}
div#content {
  width:150px;
  margin:10px 0 10px 1050px;
  min-height:500px;
}
div#footer {
	clear:both;

    margin: 0px;
}
