
body
{
	background-image: url(img/bg.jpg);

}

.container
{
	background-image: url(img/50black.png);
	color: white;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 20px;
}

a
{
	background-image: url(img/50black.png);
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	background-color: orange;
	color: black;
	background-image: none;	
}

/*h1
{
	color: red;
}

.span-4, .span-16,	
{
	background-image: url(img/50black.png);
	height: 500px;
	
}*/

#top
{
	margin-top: 20px;
}

#content
{
	color: white;
	
}

#topTitle
{
	width: 728px;
	height: 115px;
	background-image: url(img/dur_07orange.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#topTitle h1
{display:none;}

#nav
{
	height: 600px;
	padding-top: 10px;
	float: right;


}

#nav a
{
	display: block;
	text-align: center;
	font-size: 120%;
	padding: 15px;
	padding-bottom: 12px;

	margin: 20px 0px 20px -30px;
	width: 100%;
	
	background-color: black;
	
/*	background-color: black;	
	text-decoration: none;
	color: orange;*/
}

#nav a:hover
{
	background-color: orange;
	color: black;
}

#bigImg
{
	width: 728px;
	height: 399px;
	background-image: url(img/bigImg.jpg);
	margin-left: auto;
	margin-right: auto;
}

h2, h3
{
	color:white;
/*	margin-bottom: .2em;
*/}

.active
{
	border: 1px solid orange;
}
#footer
{
	text-align: center;
	margin-top: 20px;
	background-image: url(img/50black.png);
	
}