@charset "utf-8";

/* CSS Document */



h2 {

	font-size:18px;

	font-family: Calibri, Arial, helvetica, sans-serif;

}



h1 {

	font-size:20px;

	font-family: Calibri, Arial, helvetica, sans-serif;



}



body {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

	color:#FFFFFF;

	margin: 0px;

	line-height:22px;

}

#main {
	
	width:800px; 

	margin-left:auto; 

	margin-right:auto; 

	background-color: #ffffff; 

	color:#000000;

	margin-top:10px;

	margin-bottom:10px;

	padding:10px;
	
	/*border:4px solid #386695; */
}

#main img {
	padding:5px;	
}


.active {

font-weight:bold;

}



#content {

	/*	width:800px;

	margin:auto; */

}



#left {

	width:500px;

	float:left;

}



#left a {

	color:#FF0000;

	text-decoration:none;

	font-style:italic;

}



#right {

	margin-top:20px;

	width:300px;

	float:right;

}



#footer {
	background-image: url(/footer.jpg);
	background-repeat:no-repeat;
	position:relative;
	color:#333;
	text-align:right;
	padding:10px;
	text-align:center;
	color:#FFF;
}

#footer a {
	text-decoration:none;
	font-style:italic;
	color:#999999;
}

   #fader{position: relative;}
	
	#header {
		height:300px;
	
		width:800px;

	}
	
    #fader li{
        position: absolute; 
        top:0; left:0;
        width: 800px;
           background-position: 0 0;
		height:300px;
		list-style:none;	
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-top-right-radius:10px;
    }
	
	#headertop{
		background-image:url(/header.jpg);
		background-repeat:no-repeat;
		z-index:3;
		
		height:110px;
		width:800px;
	}
	
	#house{
	background-image:url(/img/menu_house.gif);
	background-position:right;
	background-repeat:no-repeat;
	z-index:100;
	width:48px;
	margin-left:752px;
	height:53px;
	position:absolute;
	top:-16px;
	left: +30px;
}

#credits {
	text-align:right;
	
}
#credits a{
text-decoration:none;
	color:#999;
}

-->