html, body{
	height:100%;
}
body {
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#595959 url(../img/bgd.jpg) repeat-x;
	margin: 0;
	padding:0;
}
a:link, a:visited{
  color:#000;
}
a:hover{
  color:#900;
}
h1{
	font-size:15px;
	font-weight:bold;
}
li{
	margin-bottom:10px;
}
td{
	vertical-align:top;
	padding:20px 10px;
	border-bottom:1px solid #000;
}
td.odd{
	/*background:#ececec;*/
}
td.date{
	color:#900;
	width:130px;
	font-size:14px;
}
td h1{margin:0;}
#holder{
	height:100%;
	background:transparent url(../img/center-bgd.jpg) no-repeat;
	background-position:top center;
}
#main{
	width:944px;
	margin:0 auto;
}
#header{
	padding-top:10px;
}
#topbar{
	color:#FFF;
	height:18px;
	margin:10px 15px 0 15px;
	padding:10px 40px;
	background:#000;
}
#topbar h1{margin-top:0;}
#content{
	background:transparent url(../img/content-bgd.png) repeat-y;
	padding-bottom:70px;
}
#content table{
	margin:50px 50px 0 50px;
	width:845px;
	border-top:1px solid #000;
}
#footer{
	font-size:10px;
	color:#999;
	text-align:right;
	padding:0 15px;
}
.left{
	float:left;
	width:50%;
}
.right{
	float:right;
	width:50%;
	text-align:right;
}
.clearer{
	clear:both;
}
#headertext{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:10px;
	font-weight:normal;
	font-size:24px;
	color:#990000;
	padding:50px 10px;
	float:right;
}
#bottom{
	height:15px;
	background:transparent url(../img/bottom.png) no-repeat;
}
