/*	$Id: home.css,v 1.3 2009/04/08 18:05:28 spud Exp $	*/

			* {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 13px;
				color: #142a5c;
			}
			
			body {
				margin: 0 auto;
				width: 820px;
				background-color: #3a383b;
				background-image: url(../../graphics/elements/background_home.jpg);
				background-repeat: no-repeat;
				background-position: top;
			}
			
			#outer {
				width: 820px;
				position: relative;
				padding: 0;
				border: 1px solid #3a383b;
				border-right: none;
				border-left: none;
			}

			#logo {
				height: 42px;
				width: 542px;
				margin-top: 32px;
			}
			
			#logo_home {
				position: absolute;
				top: 52px;
				left: 162px;
				height: 266px;
				width: 511px;
				z-index: 1000;
			}
			
			#mohawk {
				display: none;
			}
			
			#mohawk_foot {
				position: absolute;
				bottom: 20px;
				left: 40px;
				width: 134px;
				height: 29px;
				z-index: 9000;
			}
			
			#iicrc_foot {
				display: none;
			}
			
			#nav {
				margin-top: 6px;
			}
			
			#inner {
				position: relative;
				background-color: #fff;
				width: 786px;
				height: 150px;
				padding: 20px 20px 30px 14px;
				background-image: url(../../graphics/elements/content_home_back.png);
				background-repeat: repeat-y;
				background-position: top;
			}
			
			#content {
				text-align: center;
				min-height: 160px;
			}
			
			#monoSlideshow {
				position: absolute;
				background-color: #fff;
				background-image: url(../../graphics/slideshow/album/images/photo1.jpg);
				background-repeat: no-repeat;
				left: 40px;
				top: -120px;
				width: 740px;
				height: 290px;
				z-index: 10;
				border: 3px solid #14295c;
			}
			
			#overlay {
				position: absolute;
				top: 5px;
				left: 43px;
				z-index: 20;
			}
			
			#award {
				position: absolute;
				top: 5px;
				right: 36px;
				z-index: 9000;
				height: 168px;
				width: 222px;
			}
			
			#mohawkmovie {
				position: absolute;
				top: -7px;
				right: 37px;
				z-index: 10000;
				height: 180px;
				width: 200px;
			}

			#footer {
				position: relative;
				width: 820px;
				height: 50px;
				background-image: url(../../graphics/elements/content_home_bottom.png);
				background-repeat: no-repeat;
				background-position: bottom;
				text-align: center;
				margin-bottom: 32px;
			}
			
			#footer, #footer a {
				font-size: 10px;
				text-decoration: none;
			}
			
			#bowe {
				position: absolute;
				top: 4px;
				right: 34px;
			}