@charset "utf-8";
/* CSS Document */


#tabs {
	height: 25px;
	width: 598px;
	clear: both;
	float: right;
	margin-top: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 2px;
}
#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 598px;
}
#tabs li {
	float: right;
}
#tabs a:link, #tabs a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFE3B9;
	display: block;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#tabs   a:hover    {
	background-color: #FFFFCC;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#tabs      a.current,#tabs  a.current:hover,#tabs  a.current:active, #tabs a.current:visited    {
	color: #CC0000;
	cursor: default;
	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: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	background-color: transparent;
	border-bottom-style: none;
}
#tabs a.currentd, #tabs a.currentd:hover, #tabs a.currentd:active, #tabs a.currentd:visited {
	color: #CC0000;
	cursor: default;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-left-color: #CC0000;
	background-color: transparent;
}
#thumbs {
	height: 420px;
	width: 188px;
	float: left;
	text-align: center;
	margin-top: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
}
#photo {
	height: 390px;
	width: 580px;
	float: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
}
#thumbs img {
	border: 1px solid #000000;
}
#photo img {
	margin-top: 30px;
	border: 1px solid #000000;
}
