/* TEMPLATE STYLES */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 2px;
	font-weight: bold;
	color: #666666;
}
h2 a:link {
	color: #666666;
	text-decoration: none;
}
h2 a:visited {
	color: #666666;
	text-decoration: none;
}
h2 a:active {
	color: #666666;
	text-decoration: none;
}
h2 a:hover {
	color: #666666;
	text-decoration: underline;
}

.bodyWrapper {
	padding: 20px 0px 0px;
	background-image: url(images/element.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 770px;
}

/* FOOTER STYLES */
.footer ul li {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 0px;
}
.footer ul li a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer ul li a:active {
	color: #ffffff;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}