
body {
	backgrond-color: white;
	background-image: url(../img/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
}
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
}

a:link {
text-decoration: none;
color: #666666;
}
a:active {
text-decoration: none;
color: #666666;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
color: black;
}

.maintable {
	/*border-top:3px solid black;
	border-bottom:3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;*/
	margin-left: auto; 
	margin-right: auto;
	
}

.mainmenu{
font-size: 11px;
font-weight: bold;
color: #666666;
}
.gallerycell{
padding-bottom: 5px;
}
.gallerythumb{
border:1px solid black;
}

#contentframe{
position:relative; 
z-index:3; 
width: 650px; 
height: 600px; 
overflow: hidden;
margin-left: auto; 
margin-right: auto;
margin-top: 30px;
}
#topframe {
background-color: #646464;
padding-top: 2px;
padding-bottom: 2px;
border-top:4px solid black;
border-bottom:4px solid black;
width:5;
}
#galleryframe {
z-index:1;
}
#topcontainer{
position: fixed;
width:100%;
z-index:2;
}
#gallerycontainer{
width:100%;
height:100% - 35px;
overflow: auto;
position: absolute;
top: 35px;
left: 0px;
}



