body {
	padding: 0;
	background: #241c1b;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}


a {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 15000px;
	border:1px solid #F2F2F2;
	background:#F2F2F2;
	text-align:center;
}
#schedule
{
	border:0;
}
.name{
	color:#FF000;
}

#banner{
	text-align: center;
	width: 900px;
	padding: 0px;
	height: 344px;
}
#navbar{
	width:900px;
	height: 50px;
	padding: 0px;
	vertical-align: middle;
	overflow:hidden;
	color:#241c1b;
	text-align:center;
}
#navbar a{
	text-decoration:none
}
#button{
	background-color:#000000
	padding-top: 10px;
	width: 180px;
	height:50px;
	text-align:center;
	vertical-align: middle;
	float:left;
	font-family: "Tahoma";
	font-size:12pt;
	color:#000000;
}

#main{
	width:900px;
	padding:0px;
	background: #f2f2f2;
	border:0;
	text-align:left;
}
#header{
	width:900px;
	padding-left:10px;
	height:25px;
	color:#FF0000;
	}
#post
{
	clear:both;
	width:725px;
	padding:0px;
	float:right;
}

#post_main{
	width:400px;
	padding:10px;
	float:left;
}
#post_pic{
	width:300px;
	padding-top:30px;
	float:right;

}

#contact{
	clear:both;
	width:200px;
	height:200px;
	float:left;
	font-size:8pt;
}

img.thumb{
	border:1px solid #241c1b;
	width:150px;
	height:200px;
	}

ul.news li{
	list-style:disc;
	font-size: 14pt;
}

#footer{
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	color:BBBBBB;
	text-align:center;
	padding: 0px;

}
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
