*{
	margin: 0;
	padding: 0;
}


body{
	margin: 10px;
	background: #333300;
}
/* ----- structure ----- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	border:  solid 12px #BFBF8E;	
	background-color: #ffffff;
}
#banner {
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
}
#menumain {
	width: 100%;
	height: 24px;
	background-color: #767643;
	border-color: #BFBF8E;
	border-style: solid;
	border-width: 12px 0;
}
#content {
	width: 100%;
	background-image:url(images/bg2.gif);
	background-repeat: repeat-y;	
	background-color: #ffffff;
}
#sidebar {
	width: 148px;
	padding: 10px;
	text-align: center;
	float: left;	

}
#mainpanel {
	margin: 0;
	padding: 0;																										
	width: 578px;
	float: right;
	background-color: #ffffff;
}
#footer {
	clear: both;

}
#edittext {
	background-color: #ffffff;
}

/*----- sub menu -----*/

#specialities {
	margin: 0 0 0 -20px;
	text-align: left;
	list-style-type:none;
}

/*----- text -----*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
#sidebar, #sidebar a{
		color: #767643;
}
#paneltext {
	padding: 40px 40px 20px ;
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
}
 a {
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;		
}
p, li {
	padding-bottom: 10px;		
}

blockquote, ul {
	padding: 0 0 10px 30px;
}

ul {
	list-style-position: outside;
}

/*----- images -----*/
#banner1 {
	float: left;
	margin-left: 40px;
}

#banner2 {
	float: right;
}
.leftimage {
	float: left;
	margin: 5px 20px 10px 0;
	border: solid 1px #BFBF8E;
}
.rightimage {
	float: right;
	margin: 5px 0 10px 20px;
	border: solid 1px #BFBF8E;
}


/* --- tinymce --- */

body.mceContentBody {
	background: #ffffff;
}
