/*----------------- base --------------------*/

*{
	margin: 0;
	padding: 0;
}
body,html{
	margin: 0px;
	padding:0px;
	color: #333333;
	font-size: 10pt;
}
body{
	background: url(shadow.png) center top repeat-y fixed;
}
html{
	background: url(bg.png) fixed;
}

div#container{
	width: 777px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
a img{
	border: none;
}

/*------------- header ---------------*/

div#header{
	width: 100%;
	height: 100px;
	background: url(logo.png) no-repeat white;
	position:relative;
}

div#header ul{
	list-style: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 30px;
}

div#header li{
	margin : 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	text-align: center;
	overflow: hidden;
}

div#header a{
	display: block;
	padding: 6px 20px 0px 20px;
	text-decoration: none;
	font-size:10pt;
	float:left;
	color: white;
	font-weight: bold;
	height: 24px;
}

div#header a:hover{
}

li.selected{
	background: url(li.png) no-repeat;
	color: #70B7E0;
}



div#header li.selected a{
	color: #70B7E0;
	background: url(a.png) top right no-repeat;
	padding: 9px 20px 0px 20px;
	height: 21px;
	
}

div#header input{
	border: 1px #999999 solid;
	display: block;
	margin: 2px 0 0 auto;
}
div#header form{
	position: absolute;
	top:0px;
	right:0px;
	text-align: right;
}
div#header form p{
	margin: 3px;
}

/*------------------ main -------------------*/

div#main{
	margin: 25px 8px 0 0;
	_margin: 45px 5px 0 0;/*IE*/
	width: 575px;
	float: left;
}

div#wmain{
	margin: 15px;
	_margin: 15px 15px 15px 8px;
	width: 618px;
	background: white;
	float: right;
}

div#main h1{
	font-size: 11pt;
	height: 34px;
	padding: 6px 0 0px 30px;
	width: 740px;
	position: absolute;
	left: 0;
	top: 100px;
	text-align: left;
	background: url(h1.png) no-repeat #FFF;
	color:  #FFF;
}


div#main h2{
	font-size: 11pt;
	height:20px;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 0px 22px;
	background: url(h2.png) no-repeat;
}


div#main p,div#main ul{
	margin: 5px 30px 10px 30px;
	line-height: 1.3;
}
div#main ul{
	padding-left: 30px;
}

/*table*/
table.form{
	border: none;
	margin: 10px auto 10px 10px;
}
td.right{
	border: none;
	text-align: right;
}

div.normal table
{
	width:inherit;
	margin: 0px 0px 0px 0px;	
	}

table{
	font-size: 10pt;
	width: 500px;
	margin: 10px auto 10px auto;
}

table#normal {
	border-collapse:collapse;
}
table#normal td{
	border: 1px solid #6aadd9;
}
	
div.normal td
{
	padding: 0px;
	}
td{
	padding: 5px;
}
td.firstrow{
	text-align: center;
	width: 150px;
	font-weight: bold;
	border-left: 2px solid #999;
	background: #ddd;
}

th{

}

td.comment{
	width: 300px;
	background: #eee;
	
}

td.info{
	text-align: right;
}

/* list */
ul{
	list-style: square;
}

img.photo{
	padding:5px;
	margin: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}


/*------------------ side bar -------------------*/
div#sidebar{
	width: 184px;
	margin: 26px 0 0 0;
	float: left;
	color: #333;
	height 100%;
}
div#sidebar img{
	display: block;
	margin: 1px auto;
	background: white;
}
div#sidebar h2{
	font-size: 10pt;
	margin: 10pt 0 0 0;
	padding: 3px 0 0 0;
	color: #333;
	text-align: center;
	height: 27px;
	background: url(sideh2.png) no-repeat;
}
div#sidebar h2#first{
}

div#sidebar h3{
	font-size: 10pt;
	font-weight: normal;
	margin: 5px;
} 
div#sidebar p{
	margin: 0px 0px 5px 5px;
}
div#sidebar ul{
	margin: 0px 0px 5px 5px;
	padding-left: 15px;
}
div#sidebar li{
	margin: 0px;
}

/*----------------- footer ----------------------*/
div#footer{
	clear: both;
	width: 777px;
	margin: 0 0 0 auto;
	padding: 45px 0 30px 0;
	_padding: 23px 0 30px 0;
}
div#footer p{
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/*---------------------- map --------------------------*/
div#map{
	width: 580px;
	height: 400px;
	margin: 5px auto;
}

/*--------album---------*/
div#album{
	text-align: center;
}
div#album p,form{
	display: inline;
	margin: 0;
}
