
@charset "UTF-8";
/* CSS Document */
    * {
    margin: 0;
	font: 10pt  Arial;
	color: #989898;
    }
	
    html, body {
    height: 100%;
    }
	html {overflow-y: scroll;}
	body {background:url(pics/bg.png) #989898;}
	
	#container{
		width:900px;
		background:#f6f0de;
		min-height:670px;
		margin:auto;
		margin-top:25px;
	}
	
	#navi {
		width: 100%;
		height: 36px;
		background:#333;
	}
	
	#navi ul{
		list-style:none;	
		padding-top:9px
	}
	#navi ul li{
		display: inline;
		padding:10px;
	}
	#navi ul li a{
		text-decoration: none;
		font-weight:bold;
		font-size:11pt;
		color:#fff;
}
	#navi ul li a:hover{
		text-decoration: none;	
		color:#999;
	}
	#navi ul li.active{
		background:#C90;
	}
	#navi ul li.active a:hover{
		color:#333;	
	}
	
	#logo{
		background:#FFF;
		height:150px;
	}
	
	#logo .mood{
		float:right;
	}
	
	#content{
		margin-left:25px;
		padding:20px;
	}
	
	#content h1{
		font-weight: bold;
		font-size:12pt;
		padding-bottom:15px;
	}
	#content strong{
		font-weight: bold;
	}
	#content .left{
		float:left;

		}
	#content .home{
		width:450px;
		margin:auto;
	}		
	#content .home span{
		padding: 1px 15px;	
	}
	#content table{
		border:none;
		margin:0;
		padding:0;
	}
	#content th,td{
		width:250px;
		padding-right:45px;
		padding-bottom:10px;
		vertical-align:top;
	}
	#content th{
		text-align:left;
		font-size:11pt;
		font-weight:bold;
	}
	#content .gallery{
		width:608px;
		height: 350px;
		margin:auto;
		margin-top:25px;
	}
	#content .gallery img{
		padding:8px;	
	}
	
	#footer{
		height:20px;
		background:#FFF;
		width:900px;
		margin:auto;
		padding-top:5px;
	}
	
	#footer p{
		color:#666;
		font-size:12px;	
		float:right;
		margin-right: 10px;
	}
	
	#footer a{
		text-decoration: none;
		color:#C90;
	}
	#footer a:hover{
		text-decoration:underline;	
	}