@charset "utf-8";
/* CSS Document */

#topContent{
	height:100px;
	width:980px;
}
#logo{
	width:220px;
	float:left;
	padding:15px
}




#nav {
	width:710px;
	height:100px;
	float:left;
	margin:0;
	padding:14px 0 0 0;
}


#nav li {
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
	float:left
}



#about {
	text-indent:-300em;
	width:155px;
	height:60px;
}

#about a{
	background-image:url(cssImages/moreInfo.png);
	background-repeat:no-repeat;
	display:block;
	width:155px;
	height:60px;
}

#about a:hover {
	background-position:0 -58px;
	width:155px;
	height:60px;
}



#media {
	text-indent:-300em;
	width:119px;
	height:60px;
}

#media a{
	background-image:url(cssImages/promo.png);
	background-repeat:no-repeat;
	display:block;
	width:119px;
	height:60px;
}

#media a:hover {
	background-position:0 -58px;
	width:119px;
	height:60px;
}






#gallery {
	text-indent:-300em;
	width:138px;
	height:60px;
}

#gallery a{
	background-image:url(cssImages/gallery.png);
	background-repeat:no-repeat;
	width:138px;
	height:60px;
	display:block;
}


#gallery a:hover {
	background-position:0 -58px;
	width:138px;
	height:60px;
}





#board {
	text-indent:-300em;
	width:112px;
	height:60px;
}

#board a{
	background-image:url(cssImages/board.png);
	background-repeat:no-repeat;
	width:112px;
	height:60px;
	display:block;
	
}


#board a:hover {
	background-position:0 -58px;
	width:112px;
	height:60px;
}




#contact {
	text-indent:-300em;
	width:129px;
	height:60px;
}


#contact a{
	width:129px;
	height:60px;
	background-image:url(cssImages/contact.png);
	background-repeat:no-repeat;
	display:block
	
}

#contact a:hover {
	width:129px;
	height:60px;
	background-position:0 -58px;
	
}




