*
{
	margin: 0px;
	padding: 0px;
	border: none;
}
body
{
	font-family: sans-serif;
	background: #FFFFFF;
}
#header
{
	height: 170px;
	background: url(../gfx/headerbg.jpg) repeat-x;
}
#innerheader
{
	width: 1000px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background: url(../gfx/logo.jpg) no-repeat;
}
#navigation
{
	padding-top: 130px;
	text-align: right;
}
#pagebackgrounder
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../gfx/mainpagebg.jpg) repeat-y;
}
#page
{
	padding: 50px;
	min-height: 600px;
	background: url(../gfx/mainpagetop.jpg) no-repeat;
}
#content
{
	
}
#prevnext
{
	width: 100%;
}
#prevnext div
{
	display: block;
}
.previous a,.next a
{
	text-decoration: none;
}
.previous a:hover,.next a:hover
{
	text-decoration: underline;
}
.previous
{
	float: left;
	text-align: left;
}
.next
{
	float: right;
	text-align: right;
}
#extratext,#text
{
	display: inline;
}
#extratext
{
	font-size: 30px;
	text-align: right;
	float: left;
	font-family: "Georgia";
	margin-right: 20px;
	width: 300px;
	color: dimgray;
}
#text
{
	float: left;
	width: 570px;
}
#footer
{
	height: 60px;
	background: url(../gfx/footer.jpg) no-repeat;
}
#navigation a:link,#navigation a:visited
{
	color: white;
}
#navigation a:hover
{
	color: red;
}
#content h1,#content h2,#content p
{
	margin-bottom: 10px;
}
h1
{
	font-size: 40px;
	text-align: center;
	font-family: "Times New Roman";
}
h1.big
{
	padding-bottom: 20px;
	font-size: 65px;
}
#text p,#fullpage p
{
	line-height: 150%;
}
#fullpage li
{
	line-height: 150%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.clear
{
	clear: both;
}
.float_left
{
	float: left;
	margin-right: 5px;
}
.float_right
{
	float: right;
	margin-left: 5px;
}
.float_left,.float_right
{
	display: block;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

