html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#b32217;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	scrollbar-arrow-color: #990000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #660000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #990000;
	scrollbar-shadow-color: #660000;
	scrollbar-track-color: #990000;
}

h1 { 
	font-size:1.5em; 
	margin:0.5em 0;
}

h2 {
	font-size:1.25em; 
	margin:0 0 0.5em;
}
h3 {
	font-size:1.3em;
	font-family:"Times New Roman", Times, serif;
	margin:0.5em;
}
p {
	margin:0 0 1em;
	font-size: 1em;
}
iframe {
	border:0;
}
#ifcontent {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#b32217 url(bg2.png) repeat-y center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	padding:1em;
	background:#d22a1f url(bg1.png) repeat-x;
	border-bottom:4px solid #e52f22;
	min-height:136px;
	text-align:center;
	
}
#header h1 {
	font:3.5em normal;
	margin:0.5em 0 0.2em 0;
	letter-spacing:-0.05em;
}
#header h2 {
	font-size:1.6em;
	font-weight:bold;
	margin:0;
}
#memberList {
	width:62em;
	margin:0px auto;
}
#dialog {
	visibility:hidden;
}
.member {
	min-height:120px;
	width:29em;
	display:block;
	margin:10px 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.member h3 {
	margin:1em 0 0 0;
	
}
#dialog h3 {
	margin:0;
}
#dialog p {
	text-align:justify;
}
.member img {
	float:left;
	margin:0 10px 10px 0;
}

#content {
	/*padding:1em 1em 5em; /* bottom padding for footer */
	overflow:auto;
	
}
#content p {
	text-align:justify;
	padding:0.3em 1em;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;  
	background:#b32217 url(bg3.png) repeat-x;
	border-top:4px solid #ea3023;
	min-height:100px;
	text-align:center;
}
#footer #nav {
	padding:5px;
	display:block;
	background:#b32217;
}
a,a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#580202;
}
a:active {
	text-decoration:underline;
	color:#FFF;
}
a:visited {
	color:#EEE;
}
#footer p {
	padding:1em;
	margin:0;
}
#publicTrustee {
	position:absolute;
	display:none;
	bottom:20px;
	right:20px;
	z-index:102;
	border:1px solid #000;
}
#ad {
	position:absolute;
	bottom:20px;
	left:20px;
	border:1px solid #000;
	z-index:101;
}
#ad2 {
	position:absolute;
	bottom:20px;
	right:55px;
	border:1px solid #000;
	z-index:100;
	display:none;
}