body {
	background-color: #f5f5f5;
	margin: 10px;
}
.nav {
	background-image: url(../images/buttons/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	padding-right: 5px;
}
.small {
	font-size: 80%;
}

.flashborder {
	background-color: #F5F5F5;
	background-position: center;
	border: 1px solid #aa273d;
	margin: 5px;
}
.feature {
	background-color: #EFEFEF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #EFEFEF;
	background-position: center;
	padding: 5px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #cccccc;
	text-decoration: none;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: oblique;
	color: #aa273d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #648a3d;
	text-align: left;
}
h1 {

	font-family: Helvetica, Arial, Verdana;
	font-size: 16px;
	font-weight: lighter;
	font-style: oblique;
	color: #aa273d;
	text-align: left;
}
.red {
	color: #FF0000;
}

.border {
	border: 1px solid #666666;
}
.content a {
	color: #AA273D;
	text-decoration: underline;
}

.content a:hover {
	color: #648A3D;
	text-decoration: underline;
}

