@charset "UTF-8";
/* CSS Document */

td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #512217;
}
body {
	background-color: #512217;
	margin:40px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9D10;
}
h1 {
	font-size: 18px;
	color: #512217;
	margin-top:0px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top:0px;
}
.header-repeat {
	background-image:url(images/header-repeat.png);
	height:11px;
	background-repeat:repeat-x;
}
.footer-repeat {
	background-image:url(images/footer-repeat.png);
	height:18px;
	background-repeat:repeat-x;
}
.footer {
	color:#FFFFFF;
	padding:5px;
	font-size:9px;
}
.footer :link, .footer :visited, .footer :active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9px;
}
.footer :hover {
	text-decoration: underline;
	color: #FF9D10;
	font-size:9px;
}
.home-text-area {
	background-image:url(images/yellow-back.png);
}
.mod-text-area {
	background-image:url(images/green-back.png);
}
.contact-text-area {
	background-image:url(images/green-back2.png);
}

#home-text {
	overflow:auto;
	width:596px;
	height:173px;
	padding:10px;
	text-align:justify;
}	
#about-text {
	overflow:auto;
	width:596;
	height:381px;
	padding:10px;
	text-align:justify;
}	
#mod-text {
	overflow:auto;
	width:208px;
	height:220px;
	padding:10px;
}
#mod-text2 {
	overflow:auto;
	width:208px;
	height:220px;
	padding:10px;
	color:#FFFFFF;
	text-align:justify;
}	
#support-text {
	overflow:auto;
	width:210px;
	height:381px;
	padding:10px;
	text-align:justify;
}	
#hawks-text {
	overflow:auto;
	width:830px;
	height:173px;
	padding:10px;
	text-align:justify;
}
#contact-text {
	overflow:auto;
	width:210px;
	height:381px;
	padding:10px;
	text-align:justify;
}
.nav :link, .nav :visited, .nav :active {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image:url(images/nav-arrow1.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	padding-top:12px;
	width:90%;
}
.nav :hover {
	text-decoration: none;
	color: #FF9D10;
	background-image:url(images/nav-arrow2.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	padding-top:12px;
	width:90%;


}