body {
margin: 0 auto;
background: url("img/border.png") repeat-x #232324;
font-size: 16px;
font-family: Calibri, Arial, Tahoma;
text-align: justify;
}

#page {
width: 750px;
margin: 70px auto;
}

h1 {
font-size: 40px;
background: url("img/border-h1.jpg") no-repeat;
padding: 0 0 0 60px;
display: block;
color: #DEDEDE;
}

h2 {
color: #BABABA;
font-size: 30px;
margin: 0;
border-left: 1px solid #DEDEDE;
padding-left: 10px;
}

#menu {
float: right;
margin-top: -50px;
font-size: 14px;
font-weight: bold;
}

#menu li {
list-style: none;
float: left;
display: block;
padding-left: 10px;
}

#menu li a {
border-top: 5px solid #232324 ;
padding: 7px;
color: #DEDEDE;
display: block;

}

#menu li a:hover {
border-top: 5px solid #434345 ;
text-decoration: none;
}

#current  {
	color:#DEDEDE
}


a {
color: #DEDEDE  ;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#right_sidebar {
line-height: 20px;
width: 224px;
border-left: 1px solid #6B6A6E ;
padding: 10px 10px 10px 15px;
float: right;
color: #BABABA ;
}

#right_sidebar h3 {
padding-left: 10px;
margin: 0 0 14px -16px;
}

#content {
line-height: 20px;
width: 480px;
float: left;
padding: 5px;
color:#BABABA;
}

#content p {
font-size:12.0pt;
margin-bottom:0;
margin-top:10px;
}

ul {
padding: 0;
margin: 0;
}

#list li {
text-indent:-10px;
padding-left:10px
}


li {
list-style: none;
}

.img-left{ display: block; float: left;  margin: 0 5px 5px 0; padding: 3px; border: 1px solid #BABABA;}
.img-right{ display: block;  float: right;  margin: 0 0 5px 5px;padding: 3px; border: 1px solid #BABABA;}

#footer {
background: url("img/footer.png") repeat-x;
height: 108px;
clear: both;
margin-top: -60px;
text-align: center;
color: #BABABA;
}

#footer p {
width: 750px;
margin: 0 auto;
padding-top: 60px;
}

.blackout {
	color:#000;
	background:#000}
