@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#000;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;}
#container{width:775px;margin:auto;}
#header{width:775px;height:87px;}
#nav-bar{width:775px;height:40px;clear:both;}
#content{
	width:775px;
	height:460px;
	clear:both;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #888;border-bottom:1px solid #888;
}
#upcoming{width:775px;height:66px;clear:both;margin-top:3px;}
#footer{width:775px;height:40px;clear:both;font-size:.8em;color:#999999;text-align:right;margin-top:20px;}

table.tblContent{float:right;width:410px;margin-top:20px;}

p{color:#fff;font-size:.9em;line-height:16px;}
a{color:#ac191f;}
#nav-bar img{border:none}


h1{color:#fff;font-size:1.6em;}
h2{color:#ac191f;font-size:1.4em;}