
#accordion {
	margin: 0px 300px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	text-align:center;
	background: #D2E0E6;
	color: #000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#header {

 width: 100%;
 padding: 0px;
 height: 165px;
 margin: 10px 0px 0px 0px;
 background: url(images/header_wrapper_bg.png) top center repeat-x; 
 width: 100%; 
 height: 165px; 
 margin: 1px 0 5px 0; 
 min-width: 1000px;
}

#content { 
 float: center;
 color: #000;
 margin: 10px 13px;
 padding: 0px;
 width: 800px;
 display: inline;
 position: relative;
}

#foot {
position:absolute; 
margin:0; 
bottom:-1px; 
right:1px; 
display:block; 
width:100%; 
height:45px; 
background:#fff; 
color:#000; 
text-align:right; 
font-size:2em; 
z-index:4; 
border-top:1px solid #000;
}

.clear { clear: both; background: none; }

