/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 54px;
	padding-top: -5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "Times New Roman",Times,FreeSerif,serif;;
	text-align: left;
	min-width: 600px;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #000028;
	}

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited { 
	color: #000;
	text-decoration: none;
	}
a:hover { 
	color: #000;
	text-decoration: underline;
	}
a:active { 
	color: #000;
	text-decoration: underline;
	}

a img	{
	border: none;
	}

#quote	{
	text-align: center;
	font-size: 12px;
	}

#container {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #000028;
	margin: 0 auto;
	width: 957px;
	height: 700px;
	}

#heading	{
	height: 75px;
	padding-top: 20px;
	text-align: center;
	}

#text	{
	width: 917px;
	background-color: #FFF;
	margin: 20px;
	height: 850px;
	}

#menu	{
	background-image: url('images/menubg.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 45px;
	width: 897px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	}

#options	{
	width: 550px;
	color: #000;
	text-align: left;
	}

#options ul	{
	padding-top: 15px;
	list-style-image: none;
	text-align: left;
	margin-right: 0px;
	}

#options ul li	{
	padding-left: 8px;
	padding-right: 4px;
	border-left: 1px solid #000;
	display: inline;
	}

#currpage	{
	float: right;
	text-align: right;
	margin-left: 0px;
	width: 300px;
	padding-top: 15px;
	padding-right: 30px;
	}

#image	{
	width: 897px;
	margin-right: 10px;
	margin-left: 10px;
	}

#textleft	{
	width: 675px;
	text-align: center;
	font-size: 12px;
	float: left;
	}

#textright	{
	text-align: center;
	margin-left: 675px;
	border-left: 2px solid #CCC;
	font-size: 12px;
	min-height: 200px;	
	}

#textright ul	{
	text-align: left;
	list-style-position: outside;
	}

.heading	{
	font-weight: bold;
	}

.headingbig	{
	font-weight: bold;
	font-size: 18pt;
	}

.floatleft	{
	float: left;
	}

.floatright	{
	float: right;
	}


