body {
	margin: 0;
	padding: 0;
	background: #cdbbac; 
	color: #211414;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 75%;
	line-height: 150%;
	text-align: center;	
	}
a:link, a:visited { 
	color: #7e4220;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #1100bb;
	text-decoration: none;	
	}
h1 {
	margin: 1em 0 .25em 0;	
	color: #7e4220;
	font-size: 1.25em;
	}
h2 {
	margin: 0 0 .25em 0;	
	color: #623b34; 
	font-size: 1.1em; 
	line-height: 100%;
	}
h3 {
	margin: .4em 0;	
	color: #7e4220;
	font-size: 1em;
	}
	
p {
	margin: 10px 0;	
	}
	
hr {
	border: 1px solid #cdbbac;	
	}
	
table { font-size: 100%; } /* IE inheritance fix */

.container { /* NAVIGATION BAR */
	position: relative;
	width: 715px;
	margin: 0 auto;
	background: #6195ED;
	text-align: left;	
	border: 1px solid #211414;	
	}
	
.brand {
	position: relative;
	width: 100%;
	height: 197px;
	 
	text-align: right;	
	}
#home .brand {
	position: absolute;
	top: 336px;	
	}
.brand .logo {
	position: absolute;
	top: 98px;
	left: 11px;	
	}
	
#home .nav {
	position: absolute;
	top: 517px;
	width: 100%;
	}

.nav ul {
	margin: 0;
	padding: 6px 0 6px 0;
	text-align: center;
	}
.nav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 95%;
	}
.nav a {
	font-weight: bold;
	letter-spacing: 0px;
	}
.nav li a:link, .nav li a:visited {
	font-weight: bold;
	padding: 0 4px;
	color: #7e4220;
	text-decoration: none;
	}
.nav li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
.content {
	padding: 15px 30px 30px 30px;
	background: #f2e9d8;
	}
* html .content {/* Workaround for IE. Fake a minimum height to fill content with white. */
	/* Hide from IE-Mac \*/
	height: 300px;
	/* End hide */
	}
	
.box_float_left {
	background-color: #cebbad;
	width: 167px;
	margin: 0px 0px 5px 10px;
	float: right;
	}

.box_float_left_text {
	width: 150px;
	height: 150px;
	float: right;
	padding: 5px;
	color: #623b34;
	text-align: left;	
	font-size: 90%;
	line-height: 110%;
	}
