body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background: #666666;
	margin: 10px 0 10px 0;
}
a:link, a:visited, a:active {
	color: #ff9900;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0;
}


/* Layout */

#header {
	height: 65px;
	width: 540px;
	padding: 65px 0px 0px 210px;
	text-align: left;
	background: url("header.png") top center #000000;
	font-size: 30px;
	position: relative;
	margin: 0 auto 0 auto;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#search_box {
    margin: 20px 0 0 0;
}

#container {
	line-height: 16px;
	width: 710px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #000066;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#menu {
	float: left;
	width: 170px;
	padding: 0;
	clear: left;
	margin: -6px 0 0 0;
}

#content {
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
	width: 520px;
}

#footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

#powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}


/* Header */

#header a, #header a:hover {
	color: #ffff00;
	text-decoration: none;
}

#search_string {
	background: #cccccc;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	width: 128px;
	border: 1px solid #666699;
	padding: 3px 2px 3px 2px;
}

#search_submit {
	background: #333399;
	border: 2px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	width: 30px;
	color: #ffffff;
	border: 2px solid #666699;
	padding: 1px 2px 1px 2px;
}

.highlight {

}


/* Navigation */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
    display: block;
    width: 150px;
    padding: 5px 10px 5px 10px;
	border-bottom: 3px solid #666699;
	background: #333399;
	color: #ffffff;
	text-decoration: none;
	margin: 6px 0 0 0;
}

#menu a:hover {
	border-bottom: 3px solid #ff9900;
	background: #000033;
	text-decoration: none;
}

#menu ul ul a {
	width: 150px;
	padding: 3px 10px 3px 10px;
	background: #333366;
	margin: 0;
}

#menu ul ul a:hover {
	background: #000033;
}


/* Search Results */

#search_results {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search_results li {
	margin: 10px 0 0 0;
}

#search_results a {
	font-size: 16px;
}

#search_results span {
	color: #cccccc;
}


/* Powered By */

#powered_by a {
	color: #ffffff;
}


/* Guestbook */

table.gbentry {
  width: 100%;
  margin: 0 0 10px 0;
}

table.gbentry td.gbtitle {
  padding: 3px 5px 3px 5px;
  background-color: #333399;
  color: #ffffff;
  border-bottom: 3px solid #666699;
}

table.gbentry td.gbcontent { 
  padding: 5px;
  color: #ffffff;
}

img.button {
  vertical-align: bottom;
}


/* Gallery */
#gallery {
	width: 100%;
	border: none;
}

#gallery td {
	text-align: center;
	padding: 0 0 10px 0;
}

#gallery a {
	text-decoration: none;
}
