		#header{
			float:left;
			width:900px;
			height:180px;
		}
		#wrapper {
			width:900px;
			margin:0 auto;
		}
		#content {
			
			width:900px;
			float:left;
			margin:0;
			padding:0;
			height:30px;
		}
		#sidebar{
			width:150px;
			height:300px;
			margin-left:750px;
			float:left;
		}
		h1{
			background: url(imgs/logo.gif) 0 0 no-repeat;
			height:162px;
		}
		h1 span {
			display: none;
		}
		p{
			font-family:arial, sans-serif;
			font-size: 11px;
			margin-top:4px;
			margin-bottom:0;
			padding:0;
		}
		.blue{

			color:#008bd8;
		}

		.blue_small {
			color:#008bd8;
			font-size:9px;			
		}
		a:link, a:visited, a:active, a{
			color:#000;
			text-decoration: none;
		}
		a:hover{
			color:#008bd8;
			text-decoration: none;
		}
