/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */
	background: url(images/background.jpg);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#666666;
}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

p {
	padding: 0px;
	margin: 5px 0px 15px 0px;
	}
	
a {
	color: #cc6600;
	}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background: url(images/background_drop.png);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	padding: 0px;
	padding-bottom: 10px;

}

div#header {

	padding-top: -10px;
	margin: -10px 0px 0px 0px;
}
	
	div#header ul li {
		display:block;
  		float:left;
  		list-style-type:none;
	}

	div#header ul li#nav1 a {
		display:block;
  		height:31px; width:107px;
  		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
	}
	
	div#header ul li#nav2 a {
		display:block;
		height: 31px;
		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
    	width:107px;
    	background-position: -107px 0;
    }
	
	div#header ul li#nav3 a {
		display:block;
		height: 31px;
		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
    	width:107px;
    	background-position: -214px 0;
    }
	
	div#header ul li#nav4 a {
		display:block;
		height: 31px;
		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
    	width:107px;
    	background-position: -321px 0;
    }
	
	div#header ul li#nav5 a {
		display:block;
		height: 31px;
		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
    	width:107px;
    	background-position: -428px 0;
    }
	
	div#header ul li#nav6 a {
		display:block;
		height: 31px;
		background:transparent url(images/navigation.png) no-repeat 0 0;
		text-indent:-9009px;
    	width:107px;
    	background-position: -535px 0;
    }
	
	div#header ul li#nav1 a:hover {
    	background-position: 0 -31px;
    }
	body#home ul li#nav1 a {
	   background-position: 0px -31px;
    }

	div#header ul li#nav2 a:hover {
    	background-position: -107px -31px;
    }
	body#classes ul li#nav2 a {
	   background-position: -107 -31px;
    }
	
	div#header ul li#nav3 a:hover {
    	background-position: -214px -31px;
    }
	body#exhibits ul li#nav3 a {
	   background-position: -214px -31px;
    }
	
	div#header ul li#nav4 a:hover {
    	background-position: -321px -31px;
    }
	body#projects ul li#nav4 a {
	   background-position: -321px -31px;
    }
	
	div#header ul li#nav5 a:hover {
    	background-position: -428px -31px;
    }
	body#services ul li#nav5 a {
	   background-position: -428px -31px;
    }
	
	div#header ul li#nav6 a:hover {
    	background-position: -535px -31px;
    }
	body#events ul li#nav6 a {
	   background-position: -535px -31px;
	}
	
div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	margin: 0px 26px 0px 26px;
	display: block;
}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
	div#footer p {
		padding: 5px 0px 5px 0px;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px;
		color: #666666;
	}
	

a
{
  outline: none;
}
