/*	$Id: home.css,v 3.1 2009/08/20 00:12:00 spud Exp $	*/

/*	Site-wide CSS defines	*/
		body { font-size: 11px; font-family: Verdana; background: #626262; }
		#container { border: 1px solid #999; background: #fff; width: 750px; margin: 10px auto 0px auto; }
		#header { height: 88px; width: 750px; margin-bottom: -12px; background-image: url(../../graphics/elements/background_header_home.gif); background-position: top center; background-repeat: no-repeat; }
		
		#navlist { text-align: center; border: none; margin: 0px; margin-top: 10px; margin-bottom: 0px; padding: 0px; padding-left: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; padding-bottom: 3px; padding-top: 3px; background-image: url(../../graphics/elements/background_navbar.gif); background-position: top; background-repeat: repeat-x; }
		#navlist a { border: none; padding: 1px; padding-left: 0.5em; padding-right: 0.5em; color: #fff; font-weight: bold; text-decoration: none; }
		#navlist a:hover, #navlist a:active, #navlist a:focus, #navlist a.here:hover { border: none; color: #fc6; padding: 1px; padding-left: 0.5em; padding-right: 0.5em; text-decoration: none; background-image: url(../../graphics/elements/background_navbar_on.gif); background-position: top; background-repeat: repeat-x; }
		#navlist li { padding-right: 1px; display: inline; font-size: .9em; }
		#navlist ul { margin: 0px; padding: 0px; }
		#navlist a.here { border: none; padding: 1px; padding-left: 0.5em; padding-right: 0.5em; font-weight: bold; text-decoration: none; color: #c30; background-image: url(../../graphics/elements/background_navbar_on.gif); background-position: top; background-repeat: repeat-x;}
		
		#crew { background: #000; text-align: center; position: relative; }
		#contact { background: #333; text-align: center; }

		#footer { background: #333; color: #858585; text-align: center; padding: 20px; }
		#footer a { color: #858585; font-weight: normal; text-decoration: none; }
		#footer a:hover { color: #fc6; font-weight: normal; text-decoration: none; }
		
		#whatsit {
			position: absolute;
			top: 0;
			right: 70px;
			bottom: auto;
			left: auto;
		}