body, html {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:11px;
  	color:#FFFFFF;
  	background-color: #956a44;
  	text-align: center;
	padding: 0;
	margin: 0;
  
}


.container {
	width: 760px;
	margin: auto;
	background-image: url(images/bg.jpg);
	text-align: left;
	position: relative;
	top: -1px;
}

.nav {
	width: 620px;
	height: 32px;
	margin-left:70px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	text-align:center;
	font-family: Arial, helvetica, sans-serif; !important
  	font-size:11px; !important
	color: #fbeed4;
	}
	
.nav a:link {
	color:#fbeed4;
	text-decoration: none;
	
	}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;

	}
.nav a:visited {
	color: #fbeed4;
	text-decoration: none;
	
	}

a:link {
	color: #956A44;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #fbeed4;
	text-decoration: none;
	font-weight:bold;
	}


.content {
	width: 580px;
	padding: 15px 20px 20px 20px;
	margin-left:70px;
	margin-top: -10px;
	text-align: left;
	background-color:#072956;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fbeed4;
	}
	
	h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fbeed4;
	}
	
.bottom {
	width:760px;
	height:47px;
	background-image:url(images/border-bottom.jpg);
	}
	
.homebottom {
	width:760px;
	height:37px;
	background-image:url(images/border-bottom-home.jpg);
	}
	
.footer {
	width: 760px;
	font-size: 10px; !important
	}
.footer a:link {
	color:#072956;
	text-decoration: none;
	}
.footer a:hover {
	text-decoration: underline;
	}
.footer a:visited {
	color: #072956;
	text-decoration: none;
	}
	
.header {
	color:#F1E1B8;
	font-size: 12px;
	font-weight:bold;}
	
.border {	
border: 1px solid #ffffff; 
	padding: 5px; 
	background-color: #956A44; 
	}

hr {
	height: 1px;
	text-align:center;
	color: #fbeed4;
	background-color:#fbeed4;
	border: 0;
	}