/* GENERAL STYLES */
body 
{
	font-family: arial, sans-serif; 
	font-size: 15px; 
	background-color: #f5f1e8;
	color: #666666;
}

.pageSection 
{
	border: solid 1px black;	/* Page Border */
	background-color: White;
}

.pageWidth 
{
	width: 780px; /* Page width */
}

.headerSection 
{
	background-image: url(/media/24/header2.jpg);
	background-color: #3b5607;
	height: 145px;
}

.menuSection
{
	padding: 0 26px 0 24px;
	background-color: #dabb61;
	background-image: url(/media/29/menuback.gif);
	background-repeat: repeat-x;
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	height:29px;
}

.menuSection ul 
{
}

.menuSection li 
{
	margin-right: 12px; 
	padding-right: .5em;	
}

.menuSection a {
	color: #555d38;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.menuSection a:hover {
	color: #757d58;
	text-decoration: none;
}

.sidebarArea
{
	width: 254px;
	/*background-image: url(/media/420/bground.jpg);*/
	background-repeat: repeat-y;
}

.mainContentArea 
{
	width: 541px;
}

.fullContentArea 
{
	width: 100%;
}

.contentSection 
{
}

.innerContentSection 
{
	width: 780px;
	line-height:1.4em;
	border-top: solid 4px #516b1e;
}

.footerSection 
{
	padding-top: 3px;
}

.footerLeft 
{
}
.footerRight 
{
}

.sidebarZone 
{
	padding: 12px;
	border: solid 10px White;
	border-top-width: 20px;
	border-left-width: 20px;
	background-color: #f3f3f3;
}

.mainContentZone 
{
	padding: 21px 20px 20px 10px;
}

.fullContentZone 
{
	margin-top: 20px;
	padding: 0 20px 20px 20px;
}

h1 { 
	font-family: Arial Rounded MT Bold, arial, sans-serif; 
	font-size: 18pt; 
	font-weight:normal; 
	color: #2A4600;
	margin-top: 0;
}

h2 {
	font-family: Arial Rounded MT Bold, Arial, sans-serif; 
	font-size: 11pt; 
	font-weight: normal; 
	color: #3A5606;
}

.mainContentZone p {
	margin-top: 9px;
	margin-bottom: 9px;
}

.contentSection ul {	
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
	font-size: 14px;
	line-height:1.4em;
}

.contentSection li {
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(/media/169/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 4px;
	color: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
}

.contentSection a {
 	color: #5A7616;
}
.contentSection a:hover {
 	color: #2A4606;
}

hr {
  	height: 1px;
	color: #cccfcc;
	background-color: #cccfcc;
}

.sidebarZone img {
	display: block;
	margin-bottom: 12px;
}

.headerHomePageLink {
	position: absolute;
	width: 120px;
	height: 140px;
	top: 0px;
	left: 30px;
	cursor: pointer;
	z-index: 1000;
}
.headerMassageLink{
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0px;
	left: 355px;
	cursor: pointer;
	z-index: 1000;
}
.headerFeldenkraisLink{
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0px;
	left: 497px;
	cursor: pointer;
	z-index: 1000;
}
.headerCounsellingLink{
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0px;
	left: 636px;
	cursor: pointer;
	z-index: 1000;
}

.homePageTopBlock {
	padding: 6px;
	background-color: #f6f6f6;
}

.homePageServiceBlock {
	padding: 6px;
	background-color: #f6f6f6;
	font-size: 12px;
}

.homePageServiceBlock strong {
	font-family: Arial Rounded MT Bold, arial, sans-serif; 
	font-weight: normal;
}

.homePageServiceBlock strong a {
	color: #2A4600;
}

.profileTitle 
{
	font-family: Arial Rounded MT Bold, Arial, sans-serif; 
	font-size: 10pt !important; 
	font-weight: normal; 
	color: #3A5606;
	padding-top: 9px;
}

.profileSection, .profileSection * {
	font-size: 11px;
	line-height:1.34em;
}

.colorRed {
  color: #cc0000;
}

/* EDITOR PROPERTIES */
