.contentHolder{
	margin:0 auto;
}
.header{
	
}
.logo{
	background: url(../images/logo.jpg) no-repeat 0 0;
	height: 93px;
}
.nav{
	width: 271px;
	height: 17px;
	margin-top: 40px;
}
.nav ul li{
	display: inline;
	height: 17px;
}
.nav a{
	height: 17px;
	display: block;
	background: url(../images/nav.png) no-repeat;
	float: left;
	text-indent: -999px;
}
#home{
	width: 53px;
	margin-right: 30px;
}
#store{
	width: 60px;
	margin-right: 30px;
	background-position: -92px 0;
}
#contact{
	width: 84px;
	background-position: -187px 0px;
}
#home:hover{
	width: 53px;
	margin-right: 30px;
	background-position: 0 -17px;
}
#store:hover{
	width: 60px;
	margin-right: 30px;
	background-position: -92px -17px;
}
#contact:hover{
	width: 84px;
	background-position: -187px -17px;
}
.boardPhoto{
	background: url(../images/board.png) no-repeat;
	height: 244px;
}
.boxPhoto{
	height: 267px;
	background: url(../images/box.png) no-repeat;
	margin-left: 0;
	margin-right: 0;
}
.homeText{
	text-align: left;
	color: navy;
	font-size: 12px;
}
.homeList{
	margin-left: 0;
	margin-right: 0;
}
.homeList ul{
	list-style-position: outside;
	list-style-type: disc;
	color: navy;
}
.homeList li{
	margin-left: 20px;
	font-size: 11px;
}
.homeList p{
	color: navy;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

.storeFront{
	padding-top: 10px;
}
.storeFront p{
	margin-bottom: 10px;
}
body{
	background: white url(../images/bgGradient.jpg) repeat-x;
}
ul{
	list-style-position: outside;
	list-style-type: disc;
	color: navy;
}
li{
	margin-top: 0;
}