*{
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
}
body{
	background: url(../images/bg_repeat.jpg) repeat-x;
}
.empty{
	clear: both;
}
#wrapper{
	width: 902px;
	margin: 0 auto;
}
li{
	list-style: none;
}
#header a{
	background: url(../images/header.jpg);
	float: left;
	width: 761px;
	height: 98px;
}
#home a{
	width: 232px;
	height: 61px;
	float: left;
	background-image: url(../images/nav.jpg);
	background-position: 0 122px;
}
#home a:hover{
	background-position: 0 0;
}
#home a.down{
	background-position: 0 61px;
}
#about a{
	width: 224px;
	height: 61px;
	float: left;
	background-image: url(../images/nav.jpg);
	background-position: -232px 122px;
}
#about a:hover{
	background-position: -232px 0;
}
#about a.down{
	background-position: -232px 61px;
}
#archive a{
	width: 223px;
	height: 61px;
	float: left;
	background-image: url(../images/nav.jpg);
	background-position: -456px 122px;
}
#archive a:hover{
	background-position: -456px 0;
}
#archive a.down{
	background-position: -456px 61px;
}
#contact a{
	width: 223px;
	height: 61px;
	float: left;
	background-image: url(../images/nav.jpg);
	background-position: -679px 122px;
}
#contact a:hover{
	background-position: -679px 0;
}
#contact a.down{
	background-position: -679px 61px;
}
