body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background-color:#eff2c7;*/
	background-color: white;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;}

#wrapper{
	width: 950px;
	height: 1244px;
display: block;
overflow:hidden;
	margin-left: auto;
	margin-right:auto;
	background-image: url(graphics/cardboard_background_vertical.jpg);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	/*border: red thin dotted;*/
	color: black;
	font-size: 12px;
	font-weight: bolder;
	position:relative;
	
}

#watch-videos{
	width: 177px;
	float:right;
	margin: 15px 70px 0 0;
	padding:0;
	
	}

#nav{
	width: 950px;
	float:left;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	/*border: red thin dotted;*/
	color: black;
	font-size: 14px;
	font-weight: bolder;
	margin: 40px  0 20px 0 ;
}
.bar{
	color:white;
}
#nav A{
	color: black;
	text-decoration: none;
		font-size: 14px;
	font-weight: bolder;
}

#nav A:hover{
	color: black;
	text-decoration:underline;
	
		font-size: 14px;
	font-weight: bolder;
}

#holdsImages{
	width:560px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align:center;
}

.imageContainer{
	width: 184px;
	height: 235px;
	background-image: url(graphics/deckle2.png);
	float:left;
	margin: 0 0 10px 0;
}

.catImage{
margin-top: 20px;
	
}

.catTitle{
	margin-top: 14px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

.catTitle A{
	color: black;
	text-decoration: none;
	
}

.catTitle A:hover{
	color: black;
	text-decoration: underline;
}

#HPcontentContainer{
	clear:both;
	width: 750px;
	height: 386px;
	text-align:left;
	background-image: url(graphics/horizontal_deckle_630.2.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;	

		
	font-family: "Courier New", Courier, monospace;
}

#HPcontent{
	
	width: 670px;
	padding-top: 30px;
	margin: 30px 0 0 35px;
	font-size: 12px;
	
	}


#HPcontent LI{
	padding-bottom: 5px;
}

#HPcontent H1{
	font-size: 16px;
	text-align:center;
	border-bottom: 2px #38BCBC solid;
	padding-bottom: 5px;
	width: 670px;
}

#HPcontent A:link{
	color:black;
	font-weight: bold;
}




#HPcontent A:visited{
	color:#aaa;
}

#HPcontent A:hover{
	color:#38BCBC;
}

#HPcontent H2{
	font-size: 14px;
	text-align: center;
}


#footer{
	width: 630px;
	height: 90px;
	background-image: url(graphics/green_bar.gif);
	background-color: #095234;
	padding-top:4px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	color:  #B3773C;
	text-align:center;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	/*border: red thin dotted;*/
	/*color: #6F4723;*/
	font-size: 12px;
	font-weight:normal;
}

#footer A:link{
	color:  #B3773C;
}

#footer A:visited{
	color:  #aaa;
	
}
#footer A:hover{
	color:  color:#38BCBC;
	
}




#footer Div{
	padding: 0 0 5px 0;
}
#footerImages{
	height: 40px;
	
}

#footer img{
	margin: 0 10px 0  10px;
}

