#menu {
	background-color: #F26828;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 169px;
	left: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #FBF481;
	text-decoration: none;
}

#footer {
	background-color: #F26828;
	padding: 20px 10px;
	width: 980px;
	position: relative;
	top: 80px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #fefde6;
	font-size: 12px;
}
#footer a {
	float: left;
	color: #fefde6;
	text-decoration: underline;
}
#footer .keywords {
	color: #F4834D;
	width: 450px;
	float: right;
	text-align: justify;
}
h2 {
	color: #DD510D;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 {
	color: #DD510D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	text-transform: capitalize;
}
a.main:link, a.main:active, a.main:visited {
	color: #F26828;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: underline;
	line-height: 24px;
}
a.main:hover {
	text-decoration: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul a:link, ul a:active, ul a:visited {
	color: #31B44C;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
ul a:hover {
	text-decoration:none;

}

