body {
	/* Set body margin and padding to get consistency between browsers. */
	margin: 10px 0px; 
	padding: 0px;	
	background: #eeeeee;
	color: #333;
	text-align: center; /* Hack for IE5/Win */
	font-family: Arial, Helvetica;
}

body, table, ol, ul {
	font-size: x-small;
}

html > body, table, ol, ul {
/* Mozilla hack to keep font sizes between browsers similar */
	font-size: small;
}

a {
	text-decoration: none;
	color: #ffffcc; /* yellow */
}

a:hover {
	text-decoration: underline;
	color: #ffffff; /* white */
}

form {
	margin: 0px;
}

ul {
	list-style-type: square;
	list-style-image: url(/images/gr_box.gif);
	margin-bottom: 0px;
}

li {
	padding-bottom: 5px;
}

hr {
	height: 1px;
	color: #eee;
	background: #eee;
}
	
#site {
/* Main box */
	width: 750px;
	margin: 0px auto;
	text-align: left; /* Counteract to IE5/Win Hack */
	background: #99cc99;
	border: 1px solid #669966;
}

#breadcrumbs {
	text-align: right;
	border-bottom: 1px dashed #eee;
}

/* HEADER */
#header {
	height: 60px;
	padding: 25px 5px 0 83px;
	text-align: right;
	border-bottom: 1px dashed #eee;
	
	/* Image from "http://www.graphicmaps.com/webimage/world/flatg.htm" */
	background: #ffffff;
	background-image: url(/images/globe.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header input {
	background: #eeeeee;
	color: inherit;
	border: 1px solid #669966;
	/*cursor: hand;*/
	height: 18px;
	font-size: 10px;
}

#print_header {
/* Header for printing */
	display: none;
}

html > body #header {
/* Mozilla hack: creates same header effect of text aligning at the bottom */
	height: 34px;
}

#name {
/* Kermit's Travels in header */
	float: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #009966;
}

/* MENU */
#menu {
	clear: left;
	float: left;
	width: 160px;
	padding: 0;
	padding-bottom: 5px;
	text-align: right;
}

#menu p {
	font-size: 11px;
	margin: 0px;
	padding-right: 2px;
}

#menu a, .misc_link {
	font-size: 11px;
	color: #336633;
}

#menu ul {	
	list-style-type: none;
	list-style-image: none;
	width: 160px;
	margin: 0;
	padding: 0; /* necessary for Mozilla, not IE */
}	

#menu li {
	padding: 0 3px 0 0;
}

#menu li a {
	height: 20px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	border-bottom: 1px dashed #eee;
}

#menu li a span {
/* Arrow */
	font-weight: 100;
	color: #99cc99;
}	

#menu li a:hover, #menu li a:hover span, li#highlight a, li#highlight a span {
/* Menu, including arrow */
	color: #fff;
}

#menu h3 {
	margin: 0px;
	margin-top: 15px;
	padding: 1px;
	font-size: 14px;
	background: #669966;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#menu p {
	margin-top: 10px;
	padding-left: 10px;
}

#word {
/* Japanese word in menu */
	font-weight: bold;
}

/* CONTENT */
#content {
	height: 375px;
	min-height: 390px; /* Only Mozilla recognizes this.  Needs defined because of "height", which only IE allows to stretch if text runs longer. See "http://wellstyled.com/css-minheight-hack.html" */
	width: 588px;
	border-left: 1px dashed #eee;
	float: left;
	padding: 5px;
	padding-top: 3px;
	text-align: justify;
	background: #ADD7AD;

	position: relative;
}

html > body #content {
/* Mozilla hacks */
	width: 579px; /* box model */
	height: auto; /* make sure Mozilla stretches the length of the content */
}

#content p {
	margin: 0px;
	margin-bottom: 15px;
}

#content h3 {
/* Menu name displayed in content area */
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	color: #fff;
}

#content h4 {
/* Name of page in content area */
	margin-top: 0px;
	font-weight: bold;
	font-size: medium;
	color: #336699;
	border-top: 1px solid #336699;
}

#content ul, #content table {
	margin-bottom: 15px;
}

/* HOMEPAGE */
#home_box {
	position: absolute;
	/* Because box is a table and #content has tables defined with a 15px bottom margin, in order to keep this box at the bottom of the homepage I needed to subtract from that margin and add 3 (keeps bottom consistent with sides).*/
	bottom: -12px;
}

#home_box td {
	width: 50%;
	border: 1px solid #99cc99;
	padding: 2px;
	vertical-align: top;
	padding: 5px;
}

#home_box #space {
	width: 0px;
	padding: 0px;
	border: none;
}

#home_box td h3 {
	color: #336699;
	border-bottom: 1px solid #336699;
	font-size: small;
	margin-bottom: 19px;
}

#home_box p {
	padding-bottom: 5px;
}

/* FOOTER */
#footer {
	clear: both;
	border-top: 1px dashed #eee;
	padding-top: 3px;
	height: 15px;
	text-align: right;
	background: #669966;
}

html > body #footer {
/* Mozilla hacks */
	padding: 0px;
	height: 21px;
}

.smtxt, #footer, #breadcrumbs, .misc_link {
	font-size: xx-small;
}

/* OTHER */
/* links acting like little buttons */
a#btn {

	font-size: xx-small;
	letter-spacing: 1px;
	border: 1px solid #ffffcc;
	padding: 0 2px;
	margin-left: 5px;
}

html > body a#btn {
	font-size: x-small;
}

a:hover#btn {
	text-decoration: none;
	border: 1px solid #fff;
}

/*.admin_menu {
	position: absolute;
	top: 95px;
	left: 5px;
	width: 145px;
	padding: 5px;
	background-color: #ffffff;
	border-style: double;
	border-color: #cccccc;
	letter-spacing: 2px;
	line-height: 150%;
	text-align: normal;

	font-size: 12px;
	font-weight: 700;

}*/

.photos img a, .photos a img {
	border: 1px solid #000;
}

#bold {
	font-family: cursive;
	font-size: small;
	font-weight: bold;
}

#tbl {
	border: 1px solid #99cc99;
}
#tbl_head td {
	background: #99cc99;
}
#tbl_alt td {
	/*background: #C1E0C1;*/
	background: #CBE7CB;
}