html {
	background-image: url(../images/back-body.gif);
	background-repeat: no-repeat;
	background-position: top;
}

body {
	margin-top: 0px;
	font: 80% Tahoma, geneva, sans-serif;
}

header, section, footer, aside, nav, article, figure {
		display: block;
}

header {
	height: 148px;
	width: 100%;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

nav {
	margin-top: 128px;	
}

#photoShow {
	float: left;
	width: 950px;
	height: 224px;	
}

#photoShow div{
	position: absolute;
	z-index: 0;
}

#photoShow div.previous{
	z-index: 1;
}

#photoShow div.current{
	z-index: 2;
}



#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 950px;
	height: 32px;
	float: left;
}

#menu ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font: 1.1em Tahoma, geneva, sans-serif;
}

#menu li {
	display: block;
	float: left;
	padding-right: 1em;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}


#menu a:hover {
	color: #28539c;
	text-decoration: none;
}

#content {
	width: 650px;
	height: 294px;
	float: left;
	margin-right: 300px;
}

#content p {
	padding: 10px 20px 20px 0px;
	font: Tahoma, geneva, sans-serif;
	font-size: 1.1em;

}

#content a {
	color: #28539c;
	font: Tahoma, geneva, sans-serif;
	font-size: 1.1em;

}

#footer {
	width: 950px;
	height: 32px;
	float: left;
}

#footer ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font: 0.95em Tahoma, geneva, sans-serif;
}

#footer li {
	float: left;
	padding-right: 1em;
}

#footer a:link {
	color: #28539c;
	font-weight: bold;
	text-decoration: none;
	font: 0.95em Tahoma, geneva, sans-serif;
}

#footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font: 0.95em Tahoma, geneva, sans-serif;
}

