/*	$Id: site.css,v 1.3 2008/03/18 20:06:47 coaster Exp $	*/

			body {
				margin: 0 auto;
				padding: 0;
				background-image: url(../../graphics/elements/background.png);
				background-repeat: repeat-y;
				background-position: top center;
			}
			
			#portal {
				position: relative;
				margin: 0 auto;
				width: 1004px;
			}
			
			#floater {
				position: absolute;
				top: 120px;
				left: 0;
			}
			
			#floater img {
				border: none;
			}
			
/*	HEADER	*/
			
			#headerbloc {
				position: absolute;
				top: 0;
				left: 114px;
				width: 855px;
				height: 220px;
			}
			
/*	NAVIGATION	*/

			#navbloc {
				position: absolute;
				top: 220px;
				left: 114px;
				width: 184px;
			}
			
			ul.nav {
				list-style-type: none;
				margin-left: 10px;
				padding: 30px 0;
			}
			
			ul.nav li {
				font-family: "Trebuchet MS", Arial, "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 11pt;
				padding: 10px 0;
			}
			
			ul.subnav {
				list-style-type: none;
				margin-left: 20px;
				padding: 0 0 0 0;
			}
			
			ul.subnav li {
				font-family: "Trebuchet MS", Arial, "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 9pt;
				padding: 5px 0;
			}
			
			ul.nav li a, ul.subnav li a {
				color: #fff;
				text-decoration: none;
			}
			
			ul.nav li a:hover, ul.subnav li a:hover {
				color: #f87131;
				text-decoration: none;
			}
			
			#kuske {
				margin-top: 100px;
				text-align: center;
			}
			
			#kuske img {
				border: none;
			}

/*	CONTENT	*/

			span.rise {
				vertical-align: top;
				font-size: 0.25em;
			}

			sup {
				vertical-align: top;
				font-size: 60%;
			}

			#bodybloc {
				position: absolute;
				top: 220px;
				left: 298px;
				width: 671px;
			}
			
			#content {
				margin: 0 72px 29px 29px;
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 10pt;
				color: #fff;
			}
			
			#content h1 {
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 26px;
				color: #fff;
				margin: 29px 0;
			}
			
			#content h2 {
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 14pt;
				color: #fff;
				margin: 0 0 14px 0;
			}
			
			#content h3 {
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 12pt;
				color: #fff;
				margin: 0 0 14px 0;
				font-weight: bold;
			}
			
			#content img.page {
				float: right;
				margin: 6px -72px 29px 29px;
			}
			
			#content_contact {
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 10pt;
				padding-left: 77px;
			}
			
			#contact_address {
				line-height: 3.25em;
			}
						
			#contact_address a {
				text-decoration: none;
				color: #fff;
			}
			
			#contact_address a:hover {
				text-decoration: underline;
			}
			

/*	FOOTER	*/

			#footerbloc {
				position: relative;
				width: 570px;
			}
			
			#bowelink {
				position: absolute;
				top: 0;
				right: auto;
				left: 0;
				bottom: auto;
				width: 120px;
				height: 40px;
				border-right: 1px solid #fff;
			}
			
			#addresslink {
				margin: 0 130px;
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 7pt;
				color: #fff;
			}
			
			#starnetlink {
				text-align: right;
				position: absolute;
				top: 0;
				right: 0;
				bottom: auto;
				left: auto;
				width: 120px;
				height: 40px;
				border-left: 1px solid #fff;
			}
			
			#bowelink img, #starnetlink img {
				margin-top: 6px;
				border: none;
			}
			
			#addresslink a {
				text-decoration: none;
				font-family: "Lucida Sans", "Gill Sans", Tahoma, Sans-Serif;
				font-size: 7pt;
				color: #fff;
			}
