html {
	background: #000;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}
#doc2 {
	background-image: url('images/main.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 800px;
}

th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding: 0;
}

div.yui-gb{
	background-image: url('images/bar.jpg');
	height: 250px;
	margin-top: 0px;
	
}
#hd {
	margin-top: 0px;
}
#flash {
	position: absolute;
	margin: 151px 0px 0px 202px;
}
div.yui-u {
	margin-left: 35px;
	text-align: center;
}
#content_main {
	padding: 0px 200px 25px 200px;
	margin-top: 435px;
	margin-left: 15px;
	color: #fff;
}
h2 {
	font-size: 1.75em;
	margin-bottom: 15px;
	color: #f7941e;
}
h3 {
	font-size: 1.15em;
	margin-bottom: 3px;
	color: #f7941e;
}
p {
	line-height: 1.5em;
}

#nav {
	background-image: url('images/temp.jpg');
	height: 51px;
	width: 750px;
	margin-top: 0px;
}
#past {
	position: absolute;
	margin: 445px 0px 0px 524px;
}
#menu1 {
	position: absolute;
	margin: 450px 10px 0 260px;
}
#menu1 ul{
	padding-left: 0;
	display: inline;
	color: #fff;
	font-size: .9em;
}
#menu1 ul li {
	margin-left: 0;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #fff;
	list-style: none;
	display: inline;
}
#menu1 ul li.last {
	border-right: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #f7941e;
}
img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	clear: both;
}
#contact p {
	font-size: 1.25em;
	color: #f7941e;
}
#contact a:hover {
	color: #fff;
}
#contact a {
	color: #f7941e;
	text-decoration: none;
}
