/* MLP Design (http://www.mlpDesign.tk) */

body
{ background:url(images/logo.gif) 0 10px no-repeat #fff;
  font-family: Verdana,sans-serif;
  color: #666;
  font-size:10pt;}
  
h1
{ font-size:18pt;
  font-weight:bold;
  background:inherit;
  color:#c63;
  letter-spacing:5px;
  padding-top:10px;}
  
h2
{ font-size:9pt;
  font-weight:bold;}
  
h3
{ font-size:11pt;
  font-weight:bold;}
  
strong
{ background:inherit;
  color:#c63;}
  
a:link, a:visited, a:active
{ background-color: inherit; text-decoration: none; color:#666;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#c63;}

ul 
{ list-style:none;
  margin-left:10px;
  padding:1px;}

li
{ padding:0 0 8px 15px;
  background: url(images/arw.gif) 0 0 no-repeat;}

#header
{ width:750px;
  height:200px;
  margin:auto;
}
  
#main
{ width:750px;
  margin:auto;
  clear:both; }

#content
{ width:550px;
  float:right;
  padding:0 10px;  
  background-color:#fff;
  color:inherit;
  text-align:justify;}
  
#sidebar
{ width:160px;
  height:auto;
  float:left;
  padding:5px;
  font-size:80%;
  text-align:justify;}

#sidebar a
{ display: block;
  padding:10px 5px;
  border-bottom:#c63 1px dashed;
  text-align:center;}
  
#sidebar a:hover
{ background-color: #fec;
  color:#963;  
  text-decoration: none;}

#footer
{ width:750px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  padding:10px;
  font-size:80%;
  border-top:#c63 1px solid;
  text-align:center;
  clear:both;}  

.header
{ float:right;
  text-align:right;
  padding:30px 15px 0 0;}  
  
.footer 
{ height:1px;
  clear:both; }

.topside
{ padding-bottom:10px;
  font-size:8pt;
  font-weight:bold;
  border-bottom:#c63 2px solid;
  text-align:center;}
  
.inset
{ float:right;
  width:200px;
  padding:10px;
  border:#c63 1px solid;
  margin:5px 0 0 5px;
  background:#fec;
  color:inherit;
  font-size:85%;}
