/*	$Id: home.css,v 1.6 2008/03/19 19:15:29 coaster Exp $	*/

			* {
				font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
				font-size: 12px;
			}
			
			body {
				margin: 0 auto;
				background-color: #7f2423;
			}
			
			#outerShell {
				position: relative;
				margin: 0 auto;
				width: 1004px;
				height: 100%;
				background-image: url(../../graphics/elements/page_back.png);
				background-repeat: repeat-y;
				background-position: top;
			}
			
			#innerShell {
				position: relative;
			}
			
			#outer {
				position: relative;
				width: 1004px;
				margin: 0 auto;
			}
			
			#shell {
				z-index: 20;
				position: absolute;
				top: 0;
				left: auto;
			}
			
			#overlay {
				position: absolute;
				top: 133px;
				left: 10px;
				z-index: 12;
			}

			#pageLogo {
				position: fixed;
				top: 14px;
				left: auto;
				right: auto;
				z-index: 25433;
			}
			
			#pageNav {
				position: absolute;
				top: 76px;
				left: 442px;
				z-index: 19000;
			}
			
			#monoSlideshow {
				position: absolute;
				background-color: #fff;
				background-image: url(../../graphics/slideshow/album/images/photo1.jpg);
				background-repeat: no-repeat;
				left: auto;
				top: 130px;
				width: 1004px;
				height: 500px;
				z-index: 10;
			}
			
			#pageFooter {
				position: fixed;
				top: auto;
				bottom: 0;
				left: auto;
				right: auto;
				z-index: 1;
				width: 1004px;
				height: 152px;
				overflow: hidden;
			}
			
			#copyright {
				position: fixed;
				top: 620px;
				bottom: auto;
				left: auto;
				right: auto;
				width: 1004px;
				text-align: center;
				z-index: 222;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 11px;
				color: #fff;
			}
			
			#copyright b {
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 12px;
				font-weight: bold;
			}
			
			#copyright a {
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 11px;
				text-decoration: none;
				color: #fff;
				font-weight: bold;
			}
			
			#copyright a:hover {
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 11px;
				text-decoration: underline;
			}
			
			#float_right {
				float: right;
				margin-right: 20px;
				width: 135px;
			}
			
			#float_left {
				float: left;
				margin-left: 20px;
				width: 135px;
			}
			
			div.spacer {
				clear: both;
			}
			
			sup {
				vertical-align: top;
				font-size: .75em;
			}
			
/*	7-10 Split Defines	*/
			
			.left {
				float: left;
				text-align: left;
				font-weight: bold;
				color: #fff;
				width: 59%;
			}

			.right {
				float: right;
				text-align: right;
				font-weight: bold;
				color: #fff;
				width: 39%;
			}
			
			div.spacer {
				clear: both;
			}