		html, body{
			height: 100%;
			padding: 0;
			margin: 0;
			font-family: verdana, tahoma, arial, sans-serif;
			font-size: 95%;
			color: #000;
			background: #fff;
			background-image: url("logo.png");
			background-repeat: no-repeat;
		}
		.header{
			height: 13em;
		}
		#nav, #nav ul { /* all lists */
			padding: 0;
			margin: 0 0 0 237px;
			list-style: none;
			line-height: 1em;
		}

		#nav a {
			display: block;
		}
		#nav img{
			border: 0;
			padding: 0;
			margin: 0;
		}

		#nav li {
			float: left;
			padding-bottom: 20px;
		}

		#nav li ul {
			position: absolute;
			background: #fff;
			color: #000;
			margin: 0 0 0 15px;
			padding-top: 0px;
			top: 110px;
			left: -999em;
			border-style: solid;
			border-color: #aaa;
			border-width: 1px 0 1px 0;
		}
		#nav li ul li{
			width: 150px;
			display: block;
			clear: left;
			padding: 1px;
		}
		#nav li ul li a{
			height: 1em;
			text-decoration: none;
			width: 100%;
			font-size: 70%;
			font-weight: bold;
			color: #000;
			background-color: #fff;
			padding: 1px;
		}
		#nav li ul li a:hover{
			color: #000;
			background: #ccc;

		}

		#nav li ul li ul{
			top: 13px;
			left: 50px;
		}

		#nav li ul ul { 
			margin: -1em 0 0 10em;
		}

		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}

		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
			left: auto;
		}



		.body{
			padding-bottom: 0px;
		}
		.page{
			position: relative;
			min-height: 100%;
			color: #000;
			background: #fff;
			background-image: url("logo.png");
			background-repeat: no-repeat;
		}
		.content{
			margin: 0 1em 0 200px;
			border: 0px solid red;
			padding: 0 0 20px 0;
		}
		.footer{
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 20px;
			text-align: center;
		}
		.footer img{
			border: 0;
			vertical-align: bottom;
		}
