	html
		{
			height: 100%;
			width: 100%;
		}

	body
		{
			background: #404040;
			background-image: url('../images/layout/sidegrad.png');
			background-repeat: no-repeat;
			background-repeat: repeat-x;
			background-position: top; 
			margin: 0;
			padding: 0;
			color: #000000;
			overflow: auto;
			text-align: center;
		}


	div.header_container
		{

			margin: 0 auto; 
			padding: 0px; 
			height: 92px; 
			width: 966px;
			background-color: #000000;
			background-image: url('../images/layout/header.png');
			background-position: bottom center;

		}

	div.header_center
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 92px; 
			width: 936px;
			background-color: none;

			background-repeat: repeat-x;
			background-position: top; 
			float: left;

		}

	div.header_left
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 92px; 
			width: 15px;
			background-color: none;

			float: left;

		}

	div.header_right
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 92px; 
			width: 15px;
			background-color: none;

			float: left;

		}

	div.nav_container
		{

			margin: 0 auto; 
			padding: 0px; 
			height: 25px; 
			width: 966px;
			background-color: #000000;


		}

	div.nav_banner
		{
			display: block;
			margin: 0 auto;
			padding: 0px;
			height: 25px;
			width: 936px;
			background-color: #FF4545;
			background-image: url('../images/layout/nav_bg.png');
			background-repeat: repeat-x;
			text-align: left;
			float: left;
		}

	img.nav_button
		{
			padding: 0px;
			padding-left: 4px;
			float: left;

		}

	div.nav_block
		{
			display: block; 
			height: 25px; 
			width: 87px; 
			padding: 0px; 
			padding-top: 7px; 
			margin: 0px; 
			margin-left: 4px; 
			background-image: url('../images/nav/plain.png');
			text-align: center; 
			font: 0.7em Times New Roman; 
			float: left; 
			cursor: pointer;

		}

	div.nav_block_highlight
		{
			display: block; 
			height: 25px; 
			width: 87px; 
			padding: 0px; 
			padding-top: 7px; 
			margin: 0px; 
			margin-left: 4px; 
			background-image: url('../images/nav/plain_highlight.png');
			text-align: center; 
			font: 0.7em Times New Roman; 
			color: #780C0C; 
			float: left; 
			cursor: default;

		}

	a.nav_link:link
		{
			text-decoration: none;
			color: #000000;
			cursor: pointer;

		}

	a.nav_link:visited
		{
			text-decoration: none;
			color: #000000;
			cursor: pointer;

		}

	a.nav_link:hover
		{
			text-decoration: none;
			color: #DCDCDC;
			cursor: pointer;

		}

	a.nav_link:active
		{
			text-decoration: none;
			color: #DCDCDC;
			cursor: pointer;

		}

	div.nav_left
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 25px; 
			width: 15px;
			background-color: #000000;
			background-image: url('../images/layout/nav_shadow_left.png');
			background-repeat: repeat-y;
			float: left;

		}

	div.nav_right
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 25px; 
			width: 15px;
			background-color: #000000;
			background-image: url('../images/layout/nav_shadow_right.png');
			background-repeat: repeat-y;
			float: left;

		}

	div.body_container
		{

			margin: 0 auto; 
			padding: 0px; 
			height: auto; 
			width: 966px;
			background-color: #000000;
			background-image: url('../images/layout/body-container_bg.png');
			background-repeat: repeat-y;

		}

	div.body
		{
			display: block;
			margin: 0 auto;
			padding: 15px;
			padding-top: 0px;
			padding-bottom: 10px;
			padding-left: 0px;
			height: auto;
			width: 921px;
			background-color: #FDE9D9;
			background-image: url('../images/layout/body_topgrad.png');
			background-repeat: repeat-x;
			background-position: top;
			float: left;
			text-align: left;

		}

	div.body_left
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 195px; 
			width: 15px;
			background-color: none;
			background-image: url('../images/layout/long-body_shadow_left.png');
			background-repeat: repeat-y;
			float: left;

		}

	div.body_right
		{
			display: block;
			margin: 0px; 
			padding: 0px; 
			height: 195px; 
			width: 15px;
			background-color: none;
			background-image: url('../images/layout/long-body_shadow_right.png');
			background-repeat: repeat-y;
			float: left;

		}
	

	div.footer
		{
			display: block;
			margin: 0 auto;
			padding: 0px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
			padding-top: 0px;
			font: 0.7em arial;
			color: #454545;
			height: 55px;
			width: 926px;
			background-image: url('../images/layout/footerbg.png');
			background-position: bottom left;
			background-repeat: repeat-y;
			background-color: #404040;
			text-align: center;
			overflow: hidden;

		}

	a.normallink:link
		{
			text-decoration: none;
			color: #872323;
			background: none;

		}

	a.normallink:visited
		{
			text-decoration: none;
			color: #872323;
			background: none;

		}

	a.normallink:hover
		{
			text-decoration: underline;
			color: #872323;

		}

	a.normallink:active
		{
			text-decoration: underline;
			color: #872323;

		}

	a.username_link:link
		{
			text-decoration: none;
			color: #000000;
		}

	a.username_link:visited
		{
			text-decoration: none;
			color: #000000;
		}

	a.username_link:hover
		{
			text-decoration: underline;
			color: #000000;
		}

	a.username_link:active
		{
			text-decoration: underline;
			color: #000000;
		}

	.button
		{
			background: #87312f; 
			padding: 3px; 
			margin: 0px; 
			border: 1px solid #AB8787; 
			font: arial;
			color: #FFFFFF;

		}