body
{
	font-family: sans-serif;
	background-color: #fff;
	color: #000;
	font-size: .9em;
	position: relative;
	margin: 10px auto;
	width: 1000px;;
	border: 0px solid red;
}

a
{
	/*color: #FEC00F;*/
	color: #f7911b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#nav
{
	position: relative;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#nav img
{
	display: block;
	float: left;
	border-left: 1px solid #7da7d8;
}

#nav img#hm
{
	border-left: none;
}

#morenav
{
	height: 30px;
	border-left: 1px solid #7da7d8;
	border-bottom: 1px solid #7da7d8;
	left: 36px;
	position: relative;
	top: -15px;
	width: 448px;
}

#morenav img
{
	display: block;
	float: left;
	border-left: 1px solid #7da7d8;
	margin-top: 11px;
}

#morenav img.first
{
	border-left: none;
}

#nav #logo img
{
	border-left: 0px solid #7da7d8;
	position: absolute;
	top: -40px;
	right: 0px;
}

#curved
{
	clear: both;
	margin-top: 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #7da7d8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	min-height:369px;
}

#home #curved
{
	height: 369px;
}


#hometxt
{
	color: #f7911b;
	width: 350px;
	margin-left: 610px;
	height: 375px;
	overflow: auto;
}

#homeimage
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1;
}

.question
{
	font-weight: bold;
	margin-bottom: .5em;
}

.answer
{
	margin-bottom: 1.5em;
}

h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #f7911b;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	color: #f7911b;
}
