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

#nav a { border: 1px solid #ccc; background: #fc0; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#nav a.activeSlide { background: #ea0 }
#nav a:focus { outline: none; }


body { 
	text-align:center;
}

#container {
	margin:0 auto;
	position: relative;
	width:970px;
    height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

#htmlversion {
	border: solid 1px black;
	margin-top: 150px;
	width:950px;  
}

#content {
    margin: 0px 0px 0px 0px;
    width:950px;
    height: 459px;
}

#top {
    text-align: left;
	border-bottom: solid 1px black;
	width:940px;
    height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	padding:  10px 0px 0px 10px;
}

#bottom {
    text-align: left;
	border-top: solid 1px black;
	width:940px;
    height: 20px;
	color: black;
	padding: 0px 0px 0px 10px;  
}

#bottom span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
	float: right;
	position: relative;
	top: -15px;
	right: 4px;
}

#bottom a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

#bottom a:hover {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	color: black;
    text-decoration: underline;
}

#bottom active {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	color: #555;
    text-decoration: none;
	
}

.pics {  
    height:  390px;  
    width:   950px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {
    width:  950px; 
    height: 390px; 
    top:  0; 
    left: 0 
}

#goodies {
    margin-left: 145px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
	float: right;
	position: relative;
	
}

.goodie {
    height:125px;
    width:150px;
    display: inline;
    float:left;
    margin-left: 10px;
    margin-top: 40px;
}

.imgAll {
    width: 150px;
    height: 125px;
}

#imgOne {
    background-image: url(img/150x125_1.png);
    background-repeat: no-repeat;
}

#imgTwo {
    background-image: url(img/150x125_2.png);
}

#imgThree {
    background-image: url(img/150x125_3.png);
}

#imgFour {
    background-image: url(img/150x125_4.png);
}

