
body{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#1d1d1d;
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid white;
	-webkit-box-shadow: 2px 5px 10px 2px rgba(00, 00, 00, 0.3);
	-moz-box-shadow: 2px 5px 10px 2px rgba(00, 00, 00, 0.3);
	box-shadow: 2px 5px 10px 2px rgba(00, 00, 00, 0.3);
}

#header{
	background: #1d1d1d;
	width: 1000px;
	height: 115px;
}

#banner{
	background-image: url(banner/banner.php);
	width: 584px;
	height: 114px;
	margin-right: auto;
	margin-left: 25px;
	margin-top: 25px;
	text-align: left;
	


}

#menubar{
	background-image: url(images/bar.png);
	height: 50px;
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menubar ul{
	display: inline;
	list-style-type: none;
}
#menubar li {
	float: left;
}

img{
border: 0;
}

#wrapper{
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 25px;
	background: #2e2e2e;
	color: #FFFFFF;
	text-align: left;
	border: 1px solid white;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.99);
}
#footer{
	background-image: url(images/footer_bar2.png);
	width: 1000px;
	height: 60px;
	bottom: 10px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.leroypadding{
	padding-top: 20px;
}
