/* CSS Document */

#container {
	width: 800px;
	margin: 0 auto;
	}
#title {
	width: 800px;
	height: 80px;
	position: relative;
	margin-bottom:0px;
	}
#title span {
	background: url(page_elements_standard/header_paper.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	}
#mainNav {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	width: 800px;
	}
#mainNav li {
	padding: 0px 10px 0px 10px;
	}
ul li {
	display: inline;
	}
	
ul li span{
	display: none;
	}
#previews img {
	margin: 0px 10px 20px 10px;
	}
#previews a:link {
	color: #000000;
	}
#previews a:visited {
	color: #999999;
	}
#previews a:hover {
	color: #FF6600;
	}