

/*		------------------------------------------------------------------------------------------ 	
		Layout & interface
		------------------------------------------------------------------------------------------ 		*/

		body {
			background:#FFFFFF url(../../images/bg.gif) repeat-x;
			margin:0;
			padding:0;
			
		}
		
		#container {
			width:907px;
			margin-left:-453px;
			left:50%;
			position:absolute;
		}
		
		h1 {
			display:block;
			width:866px;
			height:184px;
			margin:58px 0 0 20px;
			padding:0;
			background:url(../../images/header.gif) no-repeat;
			text-indent:-9999px;
			overflow:hidden;
		}
		
		.text { font-family:"century gothic", Arial, "Trebuchet MS", Helvetica, sans-serif; color:#18154c; font-size:16px; }