* {margin:0; padding:0;}

html {
	height: 100%;
	margin-bottom: 1px;
}

img, div { behavior: url(iepngfix.htc) }

body  {background:#e8fdfe; background-image: url('images/pageback.jpg'); background-repeat: repeat-x;}

td, ul, p, div, font { font-family: Garamond, arial, sans-serif; color: #454545;}

p {padding-bottom: 20px;}

h1	{
	font-size: 23px; font-family: Garamond, Helvetica, sans-serif;
	text-decoration: none; padding-bottom: 10px; color: #daaaaa;
	text-transform: caps;
	}
	
ul { padding: 0 0 0 20px; margin: 0; }

a:link {color: #422222; text-decoration: none;}
a:visited {color: #422222; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: none;}
a:active {color: #ff0000; text-decoration: none;}

p a { border-bottom: 1px dashed #777777 }

#frame { width: 660px; border: 1px solid #987777; border-top: 0px;
		padding: 5px 20px 5px 20px;
		margin-left: auto; margin-right: auto; min-height: 600px; 
		background: #e8fdfe url('images/frameback.jpg') center bottom repeat-x; }

#header { width: 700px; border: 1px solid #987777; 
		border-bottom: 0px;
		margin-left: auto; margin-right: auto; height: 40px; 
		background: #e8fdfe url('images/title.jpg'); 
		padding-top: 160px;
		text-align: center;
		white-space: nowrap;
		}

a.menu {
	background-color: #ffdada;
	font-size: 12px;
	border: 1px solid #ffdada;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	}
	
a.menu:hover {
	border: 1px dotted #ffefef;
	}
	
div.gallery {
	text-align: center;
	}
	
div.gallery a img {
	border: 1px solid #987878;
	}
	
div.gallery a img:hover {
	border: 1px solid red;
	}
	
div.gallery table {
	width: 95%;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	}

div.gallery table tr td{
	width: 155px;
	vertical-align: top;
	padding: 10px;
	}
	
#copyright {
	margin-top: 5px;
	font-size: 11px;
	color: #898989;
	text-align: center;
}

#copyright a{
	font-size: 11px;
	color: #898989;
}