/* MLP Design (http://www.mlpdesign.tk) */

body
{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 10pt;
	text-align:center;
	line-height: normal;
}

a:link
{ background-color: inherit; text-decoration: none; color:#485522;}
a:visited
{ background-color: inherit; text-decoration: none; color:#18210C;}
a:active
{ background-color: inherit; text-decoration: none; color:#485522;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#80963D;}


h1
{
	font-size:36px;
	background-color:inherit;
	color:#6B5B2A;
	margin:0;
	font-weight: bold;
	padding-left: 280px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
  
h2
{
	font-size:22px;
	font-weight:normal;
	text-transform:none;
	margin-top:5px;
	color: #6B5B2A;
}
  
h3
{
	font-size:16px;
	margin:0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6B5B2A;
}

h4
{ font-size:250%;
  font-weight:bold; 
  background-color:inherit;
  color:#cc6600;
  margin:0;}


ul 
{
	list-style-image:url(images/arw.gif);
	margin:6px;
	padding:0;
	color: #485522;
}

li
{
	display:block;
	margin-bottom:2px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	line-height: 30px;
}

#header
{
	width:750px;
	height:150px;
	background-image: url(images/meditation.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	border:#ddd 1px solid;
	color: #57662B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
  
#menu
{
	float:right;
	width:200px;
	margin-top:5px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	color: #414824;
	margin-left: 10px;
	margin-bottom: 20px;
}

#main
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	background-color:#eee;
	color:inherit;
	border:#ddd 1px solid;
	height: auto;
	margin-bottom: 0px;
}

#content
{
	width:500px;
	float:left;
	padding:10px;
	margin-left:3px;
	margin-right:auto;
	margin-top:8px;
	background-color:#fff;
	border:#ccc 1px solid;
	color:inherit;
	font-size:90%;
	text-align:justify;
	line-height: normal;
}
  
#sidebar
{ width:190px;
  float:left;
  margin-right:auto;
  margin-left:10px;
  margin-top:8px;
  font-size:85%;
  text-align:left;}
  
#footer
{
	width:750px;
	font-size:80%;
	color:inherit;
	border:#ddd 1px solid;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
#ad {
	margin: 20px;
	height: 610px;
	width: 170px;
	font-size: 10px;
	background-color: #eeeeee;
}


.logo
{ float:left;
  margin-left:5px;
  margin-top:30px;
  text-align:left;}

.subside
{ padding-top:10px;
  border-bottom:#ccc 1px dotted;}
  
.img
{ float:right;
  margin-left:5px;
  border:0;}

#navcontainer
{
	width: 750px;
	margin-bottom: 10px;
	z-index: 1;
	font-size: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: 600;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin: -8px 0 0 15px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#navcontainer li a
{
	color: #333333;
	background-color: #b29c62;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navcontainer li a:hover
{
	color: #8c3001;
	border: 1px solid #8c3001;
}

#navcontainer li a#current
{
	color: #000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aeb167;
	border-right-color: #aeb167;
	border-bottom-color: #aeb167;
	border-left-color: #aeb167;
}

#navcontainer li a span {display: none}

#navcontainer li a:hover span{
	display:block;
	position:absolute;
	top: -50px;
	width:400px;
	background-color:transparent;
	color:#FFFFFF;
	text-align: left;
	padding: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 5px;
}
