body { 
	font-family: Arial; 
	font-size: 64%; 
	margin: 0px 0 40px; 
	color: #333;
	}
h1 { 
	font-size: 2em;
	font-family: Georgia;
	margin: 1em 0; 
	}
h2 { 
	font-size: 2em;
	font-family: Georgia;
	margin: 1em 0; 
	}
h3 { 
	font-size: 1.3em;
	margin: 1em 0; 
	}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1em 0;
	}
.no-css {
	display: none;
}
#side { 
	background: #A11C4B url(../images/hhh-side.gif) no-repeat; 
	width: 270px;
	height: 672px;
	float: left;
	}
#nav {
	color: #fff;
	margin: 30px 30px -40px 40px;
	text-align: center;
}
#nav a {
	color: #fff;
}
#nav a:visted {
	color: #000;
}
#nav a:hover {
	color: #99ffff;
	text-decoration: none;
}
#wrapper {
	width: 812px;
	margin: auto;
}
#content { 
	width: 542px;
	/*height: 672px;*/
	min-height: 672px;
	_height: 672px;
	position: relative;
	float: left;
	background: #fff url(../images/hhh-right.gif) no-repeat; 
	}
#page-home
#content { 
	background: #fff url(../images/hhh-home.jpg) no-repeat; 
	} 
#page-faq 
#content { 
	background: #fff url(../images/hhh-right.gif) no-repeat; 
	} 
#page-about 
#content { 
	background: #fff url(../images/hhh-right.gif) no-repeat; 
	} 
#page-about
.portrait {
	float: right; 
	margin: 0 0 15px 25px;
	border: 0px solid #A11C4B;
}
.content {
	padding: 10px 50px 40px 50px;
	margin: 30px 25px 0 0;
	background-color: ;
}
#footer {
	text-align: center;
	font-size: 1.1em;
	margin-top: 0px;
}