#top {
    left: 170px;
    top: 10px;
    height: 145px;
    width: 795px;
    position: absolute;
}

#navigation {
    text-align: left;
    left: 10px;
    top: 185px;
    position: absolute;
    width: 150px;
    clear: left;
}

#times{
	position: absolute;
	top: 1px;
	right: 10px;
}

#main {
    text-align: left;
    left: 165px;
    top: 165px;
    clear: left;
    position: absolute;
	width: 800px;
    overflow: auto;
}

#faces{
	clear: right;
	position: relative;
}

#main p{
	width: 750px;
}
#main a img{
	text-decoration: none;
}
img{
	border: none;
	margin-bottom: 10px;
}
h1, h2, h3{
	width: 750px;
	clear: left;
}

.product_table{
	width: 100%;
	position: relative;
}

.product_table a{
	width: 140px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	display: block;
	color: black;
	border: solid 1px black;
	text-align: center;
}

.product_table a:hover{
	background-color: #DEDEDE;
	color: rgb(0,63, 249);
}


.FooterText{
	clear: both;
	font-size: 0.8em;
    position: relative;
    bottom: 0px;
	width: 650px;
}

.imgcont {
         float: left;
         height: 240px;
         width: 170px;
         text-align: center;
         border-style: solid;
         border-width: 1px;
         margin: 1px 0px 20px 15px;
         border-color: #C0C0C0;
		 font-size: 0.8em;
         background-color: #EEEEEE;
        }

		
.imgcont img {
    clear: both;
    display: block;
    text-align: center;
    margin: 3px 7px 2px 7px;
}

.opacityit {
}

.opacityit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	border: none;
}

.opacityit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: none;
}

.refpic{
	clear: both;
	display: block;
	width: 750px;

}
.imgcont_small {
         float: left;
         height: 120px;
         width: 160px;
         text-align: center;
         border-style: solid;
         border-width: 1px;
         margin: 1px 0px 20px 15px;
         border-color: #C0C0C0;
		 font-size: 0.8em;
         background-color: #EEEEEE;
        }

		
.imgcont_small  a img {
    clear: both;
    display: block;
    text-align: center;
    margin: 3px 7px 2px 7px;
}

