/* 
-----------------------------------
Free HTML/CSS Web Template
Designed by ModBlackmoon / 2010.
http://www.modblackmoon.eu.mn/
-----------------------------------
*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #000000;
 color: #cccccc; 
 background: url('mb_images/bgr_body.gif');
}

a:link { color: #e4e4e4; text-decoration: none; font-weight: bold;}
a:visited { text-decoration: none; color: #e4e4e4; }
a:hover { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #e4e4e4; }
h1 { font-size: 16px; }
h4 { font-size: 14px; }

#wrapper { 
 margin: 0 auto;
 margin-top: 16px;
 width: 940px;
 background:url('mb_images/bgr_main.gif') repeat-y;
 border: 4px solid #000000;
}

#header {
 width: 940px;
 float: left;
 height: 131px;
 margin: 0 auto;
 color: #cccccc;
 background-image:url('mb_images/header.gif');
}

#title {
 width: 300px;
 float: left;
 padding: 5px;
 margin: 0 auto;
 color: #bc0216;
}

#title a:link,#title a:visited { color: #bc0216; font-size: 14px; }
#title a:hover,#title a:focus,#title a:active { color: #f40205; font-size: 14px; }

#leftcolumn { 
 color: #cccccc;
 margin: 0 auto;
 padding: 0;
 padding-top: 30px;
 width: 152px;
 float: left;
}

#content { 
 float: left;
 color: #cccccc;
 margin: 0 auto;
 padding: 0 5px 0 5px;
 width: 626px;
}

#rightcolumn { 
 color: #cccccc;
 margin: 0 auto;
 padding: 0;
 padding-top: 30px;
 width: 152px;
 float: left;
}

#footer { 
 width: 940px;
 height: 33px;
 clear: both;
 color: #cccccc;
 margin: 0 auto;
 background-image:url('mb_images/footer.gif');
}

.menulist {
 width: 137px;
 margin: 0 auto;
 padding-top: 6px;
 padding-bottom: 6px;
 list-style-type: none;
 background-color :#000000;
}

.newslist {
 width: 127px;
 margin: 0 auto;
 padding: 5px;
 list-style-type: none;
 background-color :#000000;
 color: #cccccc;
}

#nav,#nav li {
 width: 137px;
 margin:0 auto;
 padding: 0;
 list-style: none;
 display: block;
}

#nav a {
 width: 137px;
 height: 27px;
 background: url('mb_images/button.gif') no-repeat;
 display: block;
 padding: 9px 0 0 0;
 position:relative;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #cccccc;
 text-transform:uppercase;
}

#nav a:hover,#nav a:focus,#nav a:active {
 background-position: 0 -36px;
 display: block;
 padding: 8px 0 0 0;
 color: #FFFFFF;
 position:relative;
 text-transform:uppercase;
}

#copyright {
 font-size: 11px;
 padding-top: 15px;
 color: #dfdfdf;
}