#tabmenu {
	font-size:1.0em;
}
#tabmenu a:link, #tabmenu a:visited {
	color:#333333;
	text-decoration:none;
}
#tabmenu a:hover {
	color:#CC0000;
	text-decoration:none;
}
#tabmenu .toprow {
	height:20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/toprow-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#tabmenu ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tabmenu li {
	display: inline;
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tabmenu .normaltab a {
	margin: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:1%;
}
#tabmenu .activtab a {
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
	color:#990000;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#tabcontent {
	line-height:18px;
	background-color: transparent;
	padding: 8px;
}
#tabcontent h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.3em;
	font-weight:bold;
	color:#333333;
	margin:0;
}
#tabcontent #gallery img {
	padding: 0px;
	border: 1px solid #FFCC00;
	margin: 7px;
}
#tabcontent #map {
	width:450px;
	height:450px;
	border: 1px solid #CCCCCC;
}