a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:focus { color:black; text-decoration:underline; }

.main {
	width:980px;
	margin:auto;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

.header {
	height:36px;
	display:block;
	background-image:url("pics/header.png");
	}

h1{
	width:470px;
	display:block;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#90aa12;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
h2{
	width:220px;
	display:block;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#90aa12;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.footer1 {
	height:374px;
	display:block;
	background-image:url("pics/footer1.png");
	}
.footer1tab {
	font-size:14px;
	width:220px;
	height:220px;
	display:block;
	float:left;
	margin-left:20px;
	position:relative;
	}	
.footer1tab a.footer1nav {
	text-align: center;
	display:block;
	font-size:14px; 
	height: 36px;
	width:70px;
	color: #fff;
	line-height:36px;
	text-decoration:none;
	margin-top:50px;
	bottom:0; right:0; position:absolute; 
	}