@charset "utf-8";
/* CSS Document */


body {
	background-color: #000;
	background-image: url(images/bgmike.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family:arial, Geneva, sans-serif;
	color:#000000;
	font-size:14px;
}


#outer {
clear: both;
width: 1000px;
border: 3px double #333;
background-color:#FFF;
margin-left: auto;
margin-right: auto;
margin-top:30px;
font-size:1em;
padding: 10px 10px 10px 10px;}
	
.rightSidebar
{width: 50px;
float: right;
margin-bottom:25px;
margin-left:25px;
height: 300px;
}