/* COLORS 

background		#c7ba85
red				#c0143c
tan				#ecdfa8

*/


body, html {
	background-color: #c7ba85;
	text-align: center;
	font-family: georgia, times new roman, serif;
	color:#000;
	margin:0px;}
	
a:link, a:visited{
	text-decoration: underline;
	color: #c0143c;
	border: 0px;}
	
a:hover, a:active{
	text-decoration: underline;
	color: #333;
	border:0px;
	outline: none;}

a:focus {
	-moz-outline-style: none;}
	
sup{
	font-size: 60%;}
	
.container{
	width:100%;
	text-align: center;
	margin: 0;}

.inner{
	width: 932px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;}

.redbackground{
	float: left;
	width: 932px;
	background-color: #c0143c;
	padding: 40px 10px 10px 10px;}	
	
.banner{
	background-color: #ecdfa8;
	width: 914px;
	padding: 10px;
	float: left;}
	
#logo{
	float: left;
	margin-left: 30px;
	margin-top: 13px;}
	
#video{
	float: right;
	margin-right: 32px;}
	
#left, #right{
	width: 400px;
	float: left;
	margin: 30px;
	color: #ecdfa8;}

#left{
	font-size: 35px;}

#right{
	width: 380px;
	float: right;
	margin-right: 40px;
	font-size: 24px;}

#right .small{
	font-size: 18px;}
	

.footer{
	margin 0 auto;
	float: left;
	font-size: 12px;
	width: 100%;
	padding: 10px;
	text-align: center;}
	
#footleft{
	width: 400px;
	color: #333;}
	
#footleft a:link{
	color: #333;
	text-decoration: underline;}

#footright{
	width: 400px;
	margin-left: 140px;
	color: #c0143c;}
	
#footright a:link{
	color: #c0143c;
	text-decoration: underline;}