/* 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:#18210C;}
a:visited
{ background-color: inherit; text-decoration: none; color:#18210C;}
a:active
{ background-color: inherit; text-decoration: none; color:#666;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#18210C;}


h1
{
	font-size:36px;
	background-color:inherit;
	color:#FFFFFF;
	margin:0;
	font-weight: bold;
	padding-left: 10px;
}
  
h2
{ font-size:22px;
  font-weight:normal;
  text-transform:none;
  margin-top:5px;}
  
h3
{
	font-size:16px;
	margin:0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4
{ font-size:250%;
  font-weight:bold; 
  background-color:inherit;
  color:#cc6600;
  margin:0;}


ul 
{
	list-style-image:url(images/arw.gif);
	margin:10px;
	padding:0;
	color: #485522;
}

li
{ display:block;
  margin-bottom:2px;
  padding:0;}

#header
{
	width:750px;
	height:170px;
	margin:auto;
	background-image: url(images/bgr.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	border:#ddd 1px solid;
	color: #57662B;
}
  
#menu
{
	float:right;
	width:210px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	color: #414824;
	margin: 0px;
}

#main
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding:0px;
	background-color:#eee;
	color:inherit;
	border:#ddd 1px solid;
	height: auto;
}

#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:210px;
	float:left;
	margin-right:auto;
	margin-left:10px;
	margin-top:8px;
	font-size:85%;
	text-align:left;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
  
#footer
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#eee;
	font-size:80%;
	color:inherit;
	border:#ddd 1px solid;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}  
#ad {
	height: 610px;
	width: 170px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.logo
{ float:left;
  margin-left:5px;
  margin-top:50px;
  text-align:left;}

.subside
{ padding-top:10px;
  border-bottom:#ccc 1px dotted;}
  
.img
{ float:right;
  margin-left:5px;
  border:0;}
