html,body {
	background:#fff;
	text-align: center;
	margin: 0px auto;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;

	}
#navigation {
	margin: 0px auto;
	width: 960px;
	height: 30px;
	padding-top: 5px;
	text-align: right;
	
}
#branding {
	width: 960px;
	height: 40px;
	background-color: #000;
}
#branding ul {
	list-style-type: none;
	color: #cc6666;
}
#branding li {
	color: #333;
	display: inline;
	padding-right: 2px;
	font-size: 24px;
}
.clear
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
#galleria {
	clear: both;
	margin: 0px auto;
	width: 960px;
	height: 250px;
	background-color: #000;
}
#slideshow {
	margin: 0px auto;
	width: 960px;
	height: 250px;
}

.logo {
	padding-right: 15px;
	float: left;
}
.home {
	padding-right: 5px;
	float: left;
}


/*----------------- media section -----------------------*/
#logo {
	position: absolute; 
	z-index:9999; 
	background:url(images/logo.png) no-repeat left top; 
	width:198px; 
	height:92px; 
	display: block;}

#container {
	width: 960px;
	margin: 0px auto;

}
#media {
	width: 960px;
}

#site_info {
	width: 960px;
	height: auto;
	clear: both;
	color: #003366;
	font-size: 10px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#footer {
	width: 960px;
	height: 20px;
	background-color: #000;
	color: #ccc;
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, san-serif, Lucida Grande, Geneva;
}
