/* MLP Design (http://www.mlpdesign.tk) */

body
{
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-top: 0px;
	background-color: #CECECE;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h1
{
	font-size:10pt;
	font-weight:lighter;
	margin-bottom:3px;
}

h2
{
	font-size:8pt;
	font-weight:normal;
	padding-bottom: 2px;
	margin:0;
	text-transform:uppercase;
	border-bottom:#ccc 1px dashed;
	border-bottom-style: dashed;
}

a:link, a:visited, a:active
{ background-color: inherit; color:#000; text-decoration: none;}

a:hover
{ background-color: inherit; text-decoration: none; color:#777; border-bottom:1px dotted;}

ul 
{
	list-style:none;
	margin-left:10px;
	padding:1px;
}

ul li
{ padding-left:15px; background: url(img/arw.gif) 0 3px no-repeat;}

ul.submenu1 li
{ padding-left:15px;
background-image:url(img/arw.gif);
background-repeat:no-repeat;
background-position:10px 8px;
border-bottom: solid 1px #eaeaea;
margin-left:-9px;
padding-right:25px;
padding-left:25px;
padding-bottom:5px;
padding-top:5px;
}

blockquote
{	
	background-image:url(img/quote.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 30px; 
	margin:0 50px;
	color:#aaa; 
	font-size:9pt; 
	font-weight:normal;
	text-align:justify;
}
  
#header
{ width:750px; height:60px; margin:auto; padding-top:30px;
  font-size:22pt; font-weight:bold; letter-spacing:2px; text-transform:uppercase;}
  
#menu
{
	width:900px;
	margin:auto;
	height:20px;
	border-top:#999 1px solid;
	border-bottom:#999 0 solid;
	border-left:#aaa 1px solid;
	font-size:10pt;
	clear:both;
	padding-left: 70pt;
}  

#body
{
	width:800px;
	margin: auto;
	padding:10px;
	background:#fff;
	color:inherit;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	border-left:#666 1px solid;
}
  
#footer
{
	padding:10px;
	font-size:8pt;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
}
  
.header
{ float:right; font-size:9pt; font-weight:normal; padding-top:10px; text-align:right; letter-spacing:-1px;}

div.title{
	color:#660000;
	letter-spacing:2px;
	float:left;
}

.menu 
{
	width:125px;
	height:30px;
	float:left;
	border-right:#aaa 1px solid;
	font-family: Tahoma,sans-serif;
	text-align:center;
	text-transform:uppercase;
}

.menu a:link, .menu a:visited, .menu a:active
{
	background:#000;
	text-decoration: none;
	color:#eee;
	display:block;
	height:15px;
	padding-top:7px;
	font-weight:bold;
	font-size:8pt;
	background-image:url(img/menu_bg.jpg);
}

.menu a:hover
{ background:#666666; text-decoration:none; color:#FFF; border:0;}

.submenu
{ float:right; font-size:8pt; font-weight:normal; margin:0 0 5px 0;}

.content
{
	padding:8px;
	color:#660000;
	text-align:justify;
	width:500px;
	border-bottom: #ccc 1px;
	border: 1px;
	border-bottom-style: none;
}

.footer 
{
	float:right;
}

.wb{
	background-image:url(img/atlas_medieval.jpg);
	height:250px;
}

.spacer
{
	clear:both;
	margin:15px;
	width: 600px;
}

.sidebar{
	width:250px;
	background-color:#fff;
	color:#00CC00;
	text-align:left;
	border:#ccc 1px solid;
	float:right;
	z-index: 600;
	padding-right: 5px;
}

