	body	
	{ 
		margin: 10px 0 30px 0;
		padding: 0;
		background-color: #ffffff;
	}

	a:active { color: #666666; }
	a:link { color: #666666; }
	a:visited { color: #666666; }
	a:hover { color: #666666; }

	#header
	{
		position: relative;
		width: 980px;
		height: 132px;
		background-image: url("images/header.jpg");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left top;
	}

	#header-divide
	{
		position: relative;
		width: 980px;
		height: 17px;
		background-image: url("images/header-divide.jpg");
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-position: left top;
	}

	#main
	{
		position: relative;
		width: 980px;
		min-height: 400px;
		text-align: left;
	}


	#mainbody
	{
 		float: left;
		width: 730px;
		height: auto;
		text-align: left;
		padding: 10px 5px 15px 15px;
		border-left: 1px #666633 solid;
		margin: 15px 0 15px 0;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}

	.main-indent
	{
		width: auto;
		padding: 0 15px 0 25px;
		margin: 35px 0 0 0;
	}

	#navigation
	{
		float: left;
		width: 215px;
		padding: 15px 0 20px 5px;
		border-left: 1px #333300 solid;
	}

	.navigation-item1
	{
		width: 175px;
		background-image: url("images/box.gif");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left bottom;
		text-indent: 25px;
		margin-left: 5px;
		font-size: 13px;
		font-family: Arial, sans-serif;
		font-weight: bold;
	}

	.navigation-item1 a:active { color: #999933; text-decoration: none; }
	.navigation-item1 a:link { color: #999933; text-decoration: none; }
	.navigation-item1 a:visited { color: #999933; text-decoration: none; }
	.navigation-item1 a:hover { color: #999933; text-decoration: none; }

	.navigation-item2
	{
		width: 175px;
		background-image: url("images/box2.gif");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left bottom;
		text-indent: 25px;
		margin-left: 5px;
		font-size: 13px;
		font-family: Arial, sans-serif;
		font-weight: bold;
	}

	.navigation-item2 a:active { color: #999933; text-decoration: none; }
	.navigation-item2 a:link { color: #999933; text-decoration: none; }
	.navigation-item2 a:visited { color: #999933; text-decoration: none; }
	.navigation-item2 a:hover { color: #999933; text-decoration: none; }

	#footer
	{
		clear: both;
		height: 30px;
		width: 980px;
		border-top: 1px #666633 solid;
		border-bottom: 1px #666633 solid;
		margin: 30px 0 0 0;
	}

	#footer-left
	{
		position: relative;
		width: 216px;
		float: left;
		font-family: Arial, sans-serif;
		font-size: 11px;
		text-align: left;
		height: 30px;
		padding: 7px 0 0 5px;
		color: #666633;
	}

	#footer-right
	{
		position: relative;
		width: 250px;
		float: right;
		font-family: Arial, sans-serif;
		font-size: 11px;
		text-align: right;
		padding: 7px 5px 0 0;
		color: #666633;
	}

	#footer-right a:active { color: #666633; }
	#footer-right a:link { color: #666633; }
	#footer-right a:visited { color: #666633; }
	#footer-right a:hover { color: #666633; }

	.header
	{
		font-family: Georgia, serif;
		font-size: 16px;
		color: #808080;
		font-style: italic;
		padding-bottom: 15px;
		background-image: url("images/divider.gif");
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: bottom center;
	}

	.header2
	{
		border-bottom: 1px #CCCCCC solid;
		padding-bottom: 2px;
		margin-bottom: 3px;
		font-family: Georgia, serif;
		text-transform: uppercase;
		font-size: 12px;
		color: #000000;
	}

	.header3
	{
		padding-bottom: 2px;
		margin-bottom: 3px;
		font-family: Georgia, serif;
		text-transform: uppercase;
		font-size: 12px;
		color: #000000;
	}

	ul
	{
		margin-top: 0;
	}
/*
	.divider
	{
		height: 35px;
		width: 300px;
		background-image: url("images/divider.gif");
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: center center;
		text-align: center;
	}
*/