

#content {
	min-height:100%;
	position:relative;
	}


#header {
	background:#ffffff;
	padding:0px;
	}

#body {
	padding:10px;
	padding-bottom:73px;
	height:500px;	/* Height of the footer */
	}
	/* other non-essential CSS */

#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:73px;			/* Height of the footer */
}
	
.left{
	font-size:12px;
	color:#718769;
	text-align:left;
}

.leftbrown{
	font-size:12px;
	color:#615441;
	text-align:left;
}

.leftbrown img{
	font-size:12px;
	color:#615441;
	text-align:left;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.right{
	font-size:12px;
	color:#718769;
	text-align:right;
}
body{
	font-family:Arial, Helvetica, sans-serif, Times, serif;
  	font-size: 12 px;
  	background:#ffffff;
 	color:#615441;
	letter-spacing:1px;
	height:500px;
}


	

<!--[if lt IE 7]>
	#content {
		height:100%;
	}
	.ui-accordion-content{ zoom: 1; } 



/*Left Menu*/
ul#Accordion{
	margin: 0;
	padding: 0;
	list-style-type:none;
	}

ul#Accordion ul{
	margin:0;
	padding: 3px 0 0px 2px;
	list-style:none;
}

ul#Accordion li
{
	margin-left: 5px;
	list-style:none;
	font-size: 12px;
	color: #615441;
	cursor:pointer;
	margin-bottom: 5px;
	font-weight:200;
}

ul#Accordion ul.menuLinks {
	margin: 0px 0px 5px 15px;
}

a:hover { 
	background: #ffffff;
  	color: #718769;
	text-decoration:none;
}
	
  
a {
	background: #ffffff;
	color: #615441;
	text-decoration: none;
	font-size:12px;
	}
	
#footer p { 
	background: #ffffff;
  	color: #718769;
	font-size:12px;
}
	
hr {
  border: 0 #615441 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  width:960px;
}

.rach hr{
	border: 0 #615441 dashed;
	height:0;
	width: 960px;
}

.intro img{
	position:absolute;
}