@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	padding:0px;
}
#wrapper{
	width:900px;
	background-color:#333;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	text-align:center;
}
hr{
	color:#06F;
	width:75%;
}
#images{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#content{
	background-color:#f7e18b;
	padding:20px;
	min-height:600px;
	text-align:left;
}
.tab{
	margin-left:-26px;
	margin-right:-26px
}
#current{
	margin-bottom:-5px;
	z-index:99999;
}
table{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
p, li{
	text-align:left;
}
td{
	vertical-align:top;
}
h1{
	text-align:center;
}
#homeimg{
	margin-left:100px;
	margin-top:10px;
}
img{
	border:none;
}
a{
	border:none;
}