﻿body 
{
	font-family: Century Gothic, Arial;
	color: #464d26;
}

.leftNavigation
{
	background-image: 'images/left_nav_background.jpg';
	background-repeat: no-repeat;
	width: 280px;
}

.footerText
{
	font-size: 11px;
	text-transform: lowercase;	
}

.footerText a:link
{
	text-decoration: none;
	color: #464d26;
}

.footerText a:hover
{
	text-decoration: underline;
	color: #464d26;
}

.footerText a:active
{
	text-decoration: underline;
	color: #464d26;
}

.footerText a:visited
{
	text-decoration: none;
	color: #464d26;
}

.menuText
{
	font-size: 10px;
	text-transform: uppercase;
	color: #464d26;
}