@charset "utf-8";
/* CSS Document */

#structure 
	{
		width: 1000px;
		height: auto;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 auto;
	
	}
	
header
	{
		float: left;
		width: auto;
		height: auto; 
		background: #000;
		opacity: 0.9;
	}
	
nav
	{
		float: right;
		width: auto;
		height: auto; 
	}
	
/* Temporary */

.under_construction
	{ 
		color: #CCC; 
		font-size: 50px; 
	}
	
.contact_details
	{
	color: #CCC; 
	font-size: 15px; 
	}
	
a:link
	{
	 text-decoration: none;
	 color: #CF0;
	}
	
a:visited {
    text-decoration: none;
	color: #CF0;
}