body, html {
	margin: 0px;
	background-color: #ccccff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#000000;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #cccc99;
}

#top {
	width: 100%; height: 82px;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#top img {
	float: left;
}

#contain {
	width: 100%;
	background-color: #006666;
}

#left {
	width: 155px;
	float: left;
	vertical-align: top;
}

td {
	width: 150px; height: 30px;
	line-height: 12px;
	padding-top: 7px;
	background-color: #ccccff;
	color: #000000;
}

#menu a {
  text-decoration:none; 
  background-color:#ccc; 
  padding: 3px;
  padding-left: 4px;
  padding-bottom: 3px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color:#000; 
  display:block; 
  width:10em; 
  border:1px solid #fff;
  border-color:#eee #777 #444 #ddd;
  margin: 0px 0 0 0;
  width: 145px;
  }

#menu a:hover {
  background-color:#ddd; 
  top:3px;
  left:4px;
  right:4px;
  color:#000;
  border-color:#444 #ddd #eee #777;
  width: 145px;
  }

#main {
	vertical-align: top;
	float: left;
	background-color: #ffffff;
	font-size: 13px;
	text-align: left;
	padding-left: 15px;
	padding-right: 20px;
}

.photo_description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px; font-weight: normal; font-style: italic;
	color: #666666;
	margin: 10px 0 5px 0;
}

#footer {
	font-size: 9px;
	text-align: center
}

#footer a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; color: #993366; font-weight: bold; color: #003366;
	text-align: center;
}

h1 {
	font-size:30px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size:26px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:22px;
	margin: 15px 0 5px 0;
}

h4 {
	font-size:20px;
	margin: 15px 0 5px 0;
}





