/*header structure*/
h1{
	height:108px;
	width:800px;
}

/*navigation structure*/
#nav{
	height:29px;
	width:800px;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#nav img{
vertical-align:bottom;
}

/*footer structure*/
#footer{
	background-image:url(../img/back_footer.gif);
	clear:left;
	height:30px;
	margin-bottom:50px;
	width:800px;
}

#copy{
	background-image:url(../img/copyright.gif);
	float:right;
	font-size:1px;
	height:12px;
	margin-right:15px;
	margin-top:8px;
	text-indent:-9999px;
	width:238px;
}
