@charset "utf-8";
/* CSS Document */

#opener {
	text-align:center;
}
h2 {
	text-align:center;
	color: #ffd733;
	margin-bottom: 0px;
}
h3{
	text-align:left;
	align:left;
}
#aboutnav {
	line-height: 32px;
	font-family:'ralewaymedium';
	font-size:14px;
}
#aboutnav a {
	margin-right: 16px;
	color: #666666;
}
#aboutnav a.right-end {
	margin-right: 0px;
}
#aboutnav a:hover {
	color: #000;
}
#aboutnav a.active {
	color: #000;
}
hr {
	width: 100%;
	border-color:#ffd733;
	margin-bottom: 10px;
}
body p{
	font-family:'ralewayregular';
	font-size:14px;
	text-align:center;
	line-height:150%;

}
.section a:hover{
	color:#666;
}
.left-img{
	float:left;
	margin: 10px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
.right-img{
	float:right;
	margin: 10px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
#opener h4 {
	margin-top:7px;
	font-size:28px;
}
#intro-text{
	display:block;
	width:600px;
	margin: auto auto;
	text-align:center;
	font-size:18px;
}
table td{
	font-family:'Verdana';	
	font-size:10px;
	padding:0 10px;
	line-height:130%;
	text-align:center;
}
#footer p{
	text-align:center;
	font-size:11px;
}