
	html, body {
		font: 70% helvetica, arial, sans-serif;
		text-align: center;
		padding: 0;
		margin: 0;
		background-color: #eaeaea;
		height: 100%;	
	}
	#wrapper {
		margin: 0 auto 0 auto;   /* IE */
		padding: 0;
		text-align: left;
		background-color: white;
		width: 800px;
  		height:100%;
		padding: 0 auto 0 auto;
	}
	#header {
		margin: 0;
		width: 800px;
		height: 150px;
		padding: 0;
		background-image: url(images/banner.png);
	}	
	#footer {
		position: absolute;
		bottom: 0px;
		height: 150px;
		width: 800px;
		background-image: url(images/footer.png);
	}
	#text{
		margin-left: 200px;
		margin-top: 30px;
		left: 100px;
		width: 400px;
		height: auto;
		text-align:left;
	}
	h1{
		font-size: 15px;
		line-height: 25px;
		font-family: Georgia, serif;
		font-weight: 100;
		color: black;
	}
	h2{
		font-size: 13px;
		line-height: 25px;
		font-family: Georgia, serif;
		font-weight: 100;
		color: black;
	}
	p{
		font-family: Georgia, serif;
		font-size: 0,7em;
		color: black;
		font-style: italic;
	}
	
	/*menu*/
	
	#menu {
 		width: 800px;
 		height: 40px;
 		margin: 0px;
 		padding: 0px;
 		background-image: url(images/Sprite.jpg)0px 0px;
		}				
		
	#menu li {
		list-style: none; 
		width: 184px; 
		height: 40px; 
		display: inline;
		}
	
	#panel1b a { background-repeat: no-repeat; width: 174px; height: 40px; background: url('images/sprite.jpg')    0px 0px; float: left; }
	#panel2b a { background-repeat: no-repeat; width: 151px; height: 40px; background: url('images/sprite.jpg') -174px 0px; float: left; }
	#panel3b a { background-repeat: no-repeat; width: 150px; height: 40px; background: url('images/sprite.jpg') -325px 0px; float: left; }
	#panel4b a { background-repeat: no-repeat; width: 193px; height: 40px; background: url('images/sprite.jpg') -475px 0px; float: left; }
	#panel5b a { background-repeat: no-repeat; width: 132px; height: 40px; background: url('images/sprite.jpg') -668px 0px; float: left; }
	
	#panel1b a:hover {background: url(images/sprite.jpg)    0px -40px no-repeat;}
	#panel2b a:hover {background: url(images/sprite.jpg) -174px -40px no-repeat;}
	#panel3b a:hover {background: url(images/sprite.jpg) -325px -40px no-repeat;}
	#panel4b a:hover {background: url(images/sprite.jpg) -475px -40px no-repeat;}
	#panel5b a:hover {background: url(images/sprite.jpg) -668px -40px no-repeat;}
	
	/*end menu*/
