html,body {
	height: 100%;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	min-width:900px;
}


img{border:0; display:block;}


#main {
	min-height: 100%;
	position:relative;
}




.container {
	padding-top:35px;
	padding-bottom: 3px;
}
#content{
	width:760px;
	margin:0 auto;
	padding-top:35px;
}
.navigation{
	width:100%;
	height:41px;
	background: url(../img/background.gif) repeat-x 0 4px;
}


#logo a{
	display:block;
	position:absolute;
	background:url(../img/logo.png);
	width:159px;
	height:171px;
	top:-110px;
	left:5px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:9999;
}

#slideshow-wrap{
	width:760px;
	position:relative;
	z-index:9999;
	height:231px;
	display:none;
}







