* { 
		margin:0px;
		padding:0px;
		
		font-family:arial;
		color:white;
}
body {
		background-color: #272626;
		font-size:12px;
}
table {
	border-collapse: collapse;
	text-align:left;
}
#nav {
	background-image: url('../images/nav.jpg');
	background-repeat:no-repeat;
	height:70px;
	vertical-align:top;
}
#body {
	background-color: #404042;
}
#mainnav {
	margin-top:12px;
	height:29px;
}
#subnav {
	clear:both;
	height:24px;
}
#contentbottom {
	background-image: url('../images/bottomgray.jpg');
	background-position: 10px 10px;
	background-repeat:no-repeat;
	height:136px;
}
.mainbutton {
	background-image: url('../images/button.png');
	height:25px;
	width:152px;
	color:white;
	text-align:center;
	padding-top:4px;
	float:left;	
	background-repeat:no-repeat;
	background-color:#a31b12;
}
.mainbutton a {
	text-decoration:none;
}
.mainbutton a:hover {
	color:#999;
}
.subbutton {
	float:left;
	text-align:left;
	margin-top:7px;
	margin-right:20px;
	margin-left:10px;
	color:white;
}
.subbutton a {
	text-decoration:none;
}
h1 {
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid gray;
}
