
  
div.header{
	margin-left:auto;
    margin-right:auto;
	color: #000;
	font-size: 18px;
	width: 900px;
	height:240px;
	align: center;
	text-align: center;
}

div.headerleft{
	margin-left:auto;
    margin-right:auto;
	color: #000;
	font-size: 18px;
	width: 200px;
	height:270px;
	align: center;
	text-align: center;
	float: left;
}

div.headerright{
	margin-left:auto;
    margin-right:auto;
	color: #000;
	font-size: 18px;
	width: 700px;
	height:270px;
	align: center;
	text-align: center;
	float:right;
}

div.content{
	margin-left:auto;
    margin-right:auto;
	color: #000;
	font-size: 18px;
	width: 800px;
	height: auto;
	align: center;
	text-align: center;
	
}

.tablelinks {
	font-size: 24px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}


nav ul {
	background: #006; 
	background: linear-gradient(#36c, #fc6);  
	background: -moz-linear-gradient(top, #36c 0%, #fc6 100%); 
	background: -webkit-linear-gradient(top, #36c 0%,#fc6 100%); 
	box-shadow: 0px 0px 9px #000;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	font-size: 18px;
	
}

nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
	}

nav ul li:hover {
	background: #696;
	
	}
		
		
nav ul li:hover a {
		color: #fff;
	}
	
nav ul li a {
		display: block; 
		padding: 5px 30px;
		color: #fff; 
		text-decoration: none;
	}

	
nav ul ul {
		background: linear-gradient(#36c, #fc6); 
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		z-index:1;
	}
	
	
nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		

nav ul ul li a {
		padding: 10px 10px;
		color: #fff;
		font-size: 14px;
	}	


nav ul ul li a:hover {
		background: #696;
	}

div.photos {
	width: 100%;
	height: auto;
	align: center;
	text-align: center;
}

.copyright {
    margin-left:auto;
    margin-right:auto;
	width: 900px;
	background-color: #fff;
    text-align: right;
	position: absolute;
	bottom: 80px;
}

.footer {
    width: 100%;
    background-color: #fff;
    text-align: center;
}