﻿body
{
	margin: 0;
	background-image: url(Graphics/goodpaper.jpg);
	background-repeat: repeat;
	overflow-y: scroll;
}
.MenuButton
{
	font-family: Comic Sans MS;
	font-size: 16px;
	text-decoration: none;
	color: Black;
	cursor: pointer;
	padding-left: 12px;
}
.MenuButtonSel
{
	font-family: Comic Sans MS;
	font-size: 16px;
	text-decoration: none;
	color: #fa5923;
	cursor: pointer;
	padding-left: 12px;
	background-image: url(Graphics/SelSign.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.GaleryName
{
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #303030;
	color: White;
}
.GaleryDescription
{
	width: 640px;
	text-align: justify;
	padding-top: 16px;
	padding-bottom: 64px;
}
.ImageDescription
{
	width: 640px;
	font-size: 13px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #303030;
	color: White;
}
.ImageOfCell
{
	width: 56px;
	background-image: url(Graphics/ImageOfBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
}
.GaleryAnchor
{
	border: solid 2px white;
}
.GaleryAnchor:hover
{
	border: solid 2px #808080;
}
.ContactFrame
{
	position: absolute;
	z-index: 100;
	width: 720px;
	height: 520px;
	top: 120px;
	background-color: White;
	border: solid 1px gray;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#808080'); 	
	box-shadow: 2px 2px 3px #808080;
	-webkit-box-shadow: 2px 2px 3px #808080; 
}
