body
{
	font-family: Tahoma,Verdana;
	background : #F0F8FF;
	scrollbar-base-color : #F0F8FF;
	scrollbar-arrow-color : Maroon;
	scrollbar-3d-light-color : Maroon;
	scrollbar-dark-shadow-color : Maroon;
	scrollbar-face-color : #FDF5E6;
	scrollbar-highlight-color : Maroon;
	scrollbar-shadow-color : #F0F8FF;
}
a
{
	color : #CE3100;
	font-weight : bold;
	text-decoration:none;
}
a:hover
{
	font-weight : bold;
	text-decoration: underline;
	color: #FF6347;
}
a:hover#menu
{
	font-weight : bold;
	text-decoration: none;
	color: #FF6347;
}
a img
{
	border : 1px solid gray;
  padding: 2px;
}
a:hover img
{
 border-color : #FF6347; 
}
.address
{
	font-size: 9pt;
}
.page
{
	background-color : #FDF5E6;
	min-height : 565;
	min-width : 800;
	width:800;
	height:100%;
}
.footer
{
	background-color : #FDF5E6;
	min-width: 800;
	width:800;
}
.paragraph
{
	background-color : #FFCE9C;
	font-size: 10pt;
}
.paragraph_title
{
	background-color : Maroon;
	font-size: 12pt;
	color : #FFCE9C;
	font-weight : bold;
}
.menu
{
	font-size : 10pt;
	width: 100%;
	border:0px;
}
.menuitem
{
	color : #CE3100;
	font-weight : bold;
	border-bottom: 1px dotted silver;
}
.menuitem_mouseover
{
	color: #FF6347;
	font-weight : bold;
	border-bottom:1px solid gray;
}
.webdesign
{
	font-size:6pt;
	font-weight : bold;
	color: #630031;
	text-align:center;	
}
.photoimage
{
	text-align:center;
  margin:5px;
}
.phototitle
{
	height:20px;
	background: #FAFAD2;
	text-align:center;
	border-bottom:1px solid gray;
	border-left:1px solid silver;
	border-right:1px solid gray;
	font-size:9pt;
}
.galleryimage
{
	height:150px;
  width:200px;
  padding:2px;
}
.counter
{
	font-size:7pt;
	text-align:center;
	font-weight:bold;
	color: #8B4513;
}
.photodescription
{
	width: 80%;
	background: #FFCE9C;
	text-align:left;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	font-size:8pt;
	padding-left : 5px;
}
.strong,
.warning
{
	font-weight:bold;
	color: Red;
}
.warning
{
  border: 1px solid Gray;
  width:80%;
  background-color:#ffffcc;
  text-align:center;
}
