@CHARSET "UTF-8";

/* main */
body {background-color: #c64a40;font-family: Helvetica,Arial,sans-serif;font-size: 13px;margin: auto;}
	
/* header */
#header {background-color: #c64a40;padding: 5px;text-align: center;}
	#header img.title {margin-top: 11px;margin-bottom: 10px;}
	#header img.sl {margin-left: 20px;margin-right: 20px;}
		
/* navigation */
#menu {text-align: center;background-image: url('../_images/mb.png');height: 30px;background-repeat: repeat-x;}
	#menu ul {margin: auto;padding: 0;display: inline;}
	.safari #menu ul {display: table;}
	#menu li {display: inline;cursor: pointer;}
	.safari #menu li {display: table-cell;}
	#menu table {display: inline;margin-right:0px;}
	#menu .text {color: white;background-image: url('../_images/ubm.png');padding-left: 7px;padding-right: 7px;}
	#menu .selected .text {color: white;background-image: url('../_images/sbm.png');padding-left: 7px;padding-right: 7px;}
	#menu li:hover .text {color: black;}
	#menu li.selected:hover {cursor: default;}
	#menu li.selected:hover .text {color: white;}

/* button */
table.button {cursor: pointer;margin: auto;}
	.button img {border: 0px;}
	.button .text {background-image: url('../_images/ubm.png');padding-left: 7px;padding-right: 7px;}
	.button .text a {text-decoration: none;color: white;}
	.button:hover .text a {color: black;}
	
/* content */
#content {background-color: white;padding: 5px;padding-bottom: 0px;}
	#content .ct {margin-bottom: -14px;margin: auto;width: 1000px;}
	.ff3 #content .ct {margin-bottom: -12px;}
	#content .ctl {height: 40px;width: 30px;background-image: url('../_images/ctl.png');float: left;}
	.ie6 #content .ctl {margin-right: -3px;}
	#content .ctr {height: 40px;width: 30px;background-image: url('../_images/ctr.png');float: right;}
	.ie6 #content .ctr {margin-left: -3px;}
	#content .ctm {height: 26px;background-image: url('../_images/ctm.png');color: #7d4400;font-size: 17px;padding-top: 14px;}
	.ff3 #content .ctm {height: 40px;padding-top: 12px;}
	#content .cm {margin: auto;width: 1000px;}
	#content .cml {height: 320px;width: 30px;background-image: url('../_images/cml.png');float: left;}
	.ie6 #content .cml {margin-right: -3px;}
	#content .cmr {height: 320px;width: 30px;background-image: url('../_images/cmr.png');float: right;}
	.ie6 #content .cmr {margin-left: -3px;}
	#content .cmm {height: auto;background-color: #ffd4a0;background-image: url('../_images/c_logo.png');background-position: center center;background-repeat: no-repeat;padding: 10px;overflow: visible;}
	#content .cb {margin: auto;width: 1000px;}
	#content .cbl {height: 30px;width: 30px;background-image: url('../_images/cbl.png');float: left;}
	.ie6 #content .cbl {margin-right: -3px;}
	#content .cbr {height: 30px;width: 30px;background-image: url('../_images/cbr.png');float: right;}
	.ie6 #content .cbr {margin-left: -3px;}
	#content .cbm {height: 30px;background-image: url('../_images/cbm.png');}
	
/* footer */
#footer .fb {height:21px;background-image: url('../_images/fb.png');}
#footer .text {background-color: #c64a40;color: white;text-align:center;padding: 5px;}

/* form */
#return {background-color: #B30E00;padding: 5px;color: #FFC580;font-weight: bold;margin: 5px;text-align: center;}
form td:first-child {width: 150px;text-align: right;}
form td {vertical-align: top;}
form td span {color: #7D4400;}
form span.title {color: #7D4400;font-weight: bold;}
form input[type=radio]:checked + label {font-weight: bold;}
form input[type=text] + label {font-weight: bold;color: #7D4400;}

/* photoalbum */
.photoalbum {text-align: center;}
.photoalbum ul {margin: 0;padding: 0;display: inline;}
	.album {display: inline;cursor: pointer;}
	.album a {text-decoration: none;}
	.album table {display: inline-block;width: 170px;height: 210px;text-align: center;margin: 2px;}
	.ie .album table {display: inline;}
	.ff2 .album table {display: inline;}
	.album .thumb {width: 160px;height: 160px;}
	.album td {padding: 5px;}
	.album img {border: none;}
	.album .title {width: 170px;height: 20px;word-wrap: break-word;color: #B36100;font-weight: bold;}
	.album:hover td {background-color: #B36100;}
	.album:hover .title {color: #FFC580;} 