﻿body {
	background-color: #FDF6B9;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#main {
}
#header {
	position: relative;
	width: 910px;
}
#content {
	margin-left: 20px;
	position: relative;
	width: 600px;
	float: left;
}
#right_content {
	position: relative;
	width: 260px;
	float: right;
	margin-right: 20px;
	background-color: #700013;
}
#footer {
	position: relative;
	width: 910px;
	clear: both;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #808080;
}
.style1 {
	border-width: 0px;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	text-decoration: none;
	border-width: 0px;
}
.style4 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
a:link  {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #700013; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}


