#wrapper{
		width: 1000px;
		height: 1000px;
		position: relative;
		top: 0px;
		background-color: #000000 ;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding: 0px;
		border: 10px solid #000000;
		z-index: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		}
		
	#header {
		width: 2000px;
		height: 100px;
		position: absolute;
		top: 0px;
		background-color: #ff5500 ;
		border: 3px solid #FFFFFF;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		left: -500px;
		padding: 0px;
		margin: 0px;
		z-index: 1;
		
	}


	
	#nav {
		width: 1000px;
		height:	90px;
		position: absolute;
		top: 120px;
		background-color: #FFFFFF ;
		border: 1px solid #FFFFFF;
		padding: 0px;
		margin: 0px;
		z-index: 1;
		}
		ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		background-color: #ff5500;
}

		li {
		float: left;
		margin-right:128px
		}
		

		li a {
		display: block;
		color: #FFFFFF ;
		text-align: center;
		padding: 20px 16px;
		margin:0px;
		height: 50px;
		text-decoration: none;
		font-family: Impact, Charcoal, sans-serif;
		}
	
		
		li a:hover {
		background-color: #FFFFFF ;
		color: #000000;
}		
		
	#aside {
	width: 150px;
		height:	750px;
		position: absolute;
		top: 249px;
		left: 0px;
		background-color:  #ff5500;
		border: 1px solid #ffffff;
		padding: 0px;
		margin: 0px;
		z-index: 1;
		}
		
	#aside-right {
	width: 150px;
		height:	750px;
		position: absolute;
		top: 249px;
		left: 850px;
		background-color: #ff5500 ;
		border: 1px solid #ffffff;
		padding: 0px;
		margin: 0px;
		z-index: 1;
		}
		
	#container {
	width: 700px;
		height:	760px;
		position: absolute;
		top: 232px;
		left: 360px;
		background-color: #000000 ;
		border: 1px solid #ffffff ;
		padding: 0px;
		margin: 0px;
		z-index: 1;
		}
		img {
		margin-left: 150px;
}



	#footer {
		width: 1000px;
		height: 80px;
		position: absolute;
		top: 920px;
		background-color: #ff5500;
		border: 1px solid #ffffff
		padding: 0px;
		left: 213px;
		margin: 0px;
		z-index: 1;
	}
	
	
	
	
		
	body{
	background-color: #FFFFFF ;
	}
	
	h1{
	color: #FFFFFF ;
	text-decoration: overline;
	text-decoration: underline;
	font-family: Impact, Charcoal, sans-serif;
	}
	h3{
	color: #ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	}
	h5{
	color: #ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
	