@charset "utf-8";

#container #header {
	background-image: url(../images/header_bkg.jpg);
}
#container #midtop {
	background: url(../images/midtop_bkg.jpg) no-repeat;
}

#container #contentholder #content h1 {
	padding-top: 35px;
	color: #cc6600;
	background: url(../images/h1_bkg.jpg) no-repeat;
}
#container #contentholder #content h2 {
	color: #cc6600;
}
table{
	width: 400px;
	margin: 15px auto;
	font-size: 80%;
	}
table col#name{
	width: 200px;
	}
table td{
	vertical-align:bottom;
	padding: 3px;
	}
table h3{
	color: #cc6600;
	font-size: 100%;
	margin-top: 10px;
	}