	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-color:#181818;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-size:14px;
	font-family:verdana;
	line-height:21px;
	color:#000000;
}

h1{
	width:100%;
	background:#741519;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	font-size:24px;
	font-family:"Century Gothic";
	color:#ee3a43;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

h2{
	background-image:url(../images/bigbullet.png);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	font-family:"Century Gothic";
}

a:link {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a:visited {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

ul.regular {
	list-style:none;
	list-style-image:url(../images/layout/bullet.png);
	list-style-position:inside;
	margin-left:60px;
	line-height:23px;
}

.boldtext{
	font-weight:bold;
}

ul#twitter_update_list{
	margin-left:18px;
}

li{
	padding-bottom:20px;
	text-align:left;
}

.scheduletable{
	width:100%;
	border:2px solid #000000;
}

.scheduletable td{
	border:solid 1px #000000;
	text-align:center;
	padding:5px;
	width:105px;
	height:150px;
	vertical-align:center;
}

hr{
	width:100%;
	height:1px;
	margin-top:40px;
	margin-bottom:40px;
	color:#000000;
	background-color:#000000;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:870px;
	text-align:left;
	margin:0 auto;
}

.header1{
	width:210px;
	height:320px;
	background-image:url(../images/header1.png);
	background-repeat:no-repeat;
	float:left;
}

.header2{
	width:430px;
	height:320px;
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	float:left;
}

.header3{
	width:230px;
	height:305px;
	text-align:center;
	padding-top:15px;
	background-image:url(../images/header3.png);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:870px;
	height:43px;
	background:url(../images/bg_menu.png);
	text-align:center;
	float:left;
}

.footer {
	width:844px;
	height:50px;
	padding-top:15px;
	padding-left:13px;
	padding-right:13px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	color:#999999;
	float:left;
}
