	body, html
			{
				margin:0;
				padding:0;
				margin-bottom:15px;
				font-family:arial, helvetica, sans serif;
				font-size:12px;
				color:#000000;
				background: #c5d3db url(./pics/bg.jpg) repeat-x;
			}
			
			a, a:hover
			{
				color:#0080d8;
				text-decoration:none;
				font-weight:bold;
			}
			
			a:hover
			{
				
				text-decoration:underline;
			}
			
			#container
			{
				width:809px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#header
			{
				position:relative;
				width:809px;
				height:152px;
				background: #ffffff url(./pics/header.jpg) no-repeat;
				text-align:right;
			}
			
			#navi
			{
				position:absolute;
				left:129px;
				top:100px;
				width:680px;
				height:30px;
				border:ff0000 1px solid;
				font-size:15px;
			}
			
			#navi span
			{
				display:block;
				float:left;
				margin-right:13px;
				color:#007e74;
				text-decoration:underline;
			}
			
			#navi a, #navi a:hover
			{
				display:block;
				float:left;
				margin-right:13px;
				color:#c80000;
				font-weight:normal;
			}
			
			#timehouse
			{
				position:absolute;
				right:10px;
				top:8px;
				color:#ffffff;
			}
			
			#timehouse a
			{
				color:#ffffff;
				font-size:11px;
				font-weight:bold;
			}
			
			#content
			{
				background: #ffffff url(./pics/p-bg.jpg) 12px 0px no-repeat;
				min-height:400px;
				padding-bottom:30px;
			}
			
			#leftcol
			{
				margin-left:28px;
				width:510px;
				float:left;
				padding-top:10px;
				color:#505050;
				font-size:12px;
			}
			
			#leftcol h1
			{
				color:#007e74;
				font-size:16px;
				font-weight:normal;
				margin-top:10px;
				margin-bottom:0px;
				padding:0;
			}
			
			#leftcol p
			{
				margin-top:4px;
				margin-bottom:15px;
			}
			
			#rightcol
			{
				width:200px;
				float:right;
				text-align:right;
				padding-top:100px;
				margin-right:32px;
			}
			
			#footer
			{
				width:809px;
				height:67px;
				background: #ffffff url(./pics/bottom.jpg) no-repeat;
			}
