#top_box {	
			position: absolute; 
			top: 0px; 
			left: 0px; 
			background: #322f2f; 
			width: 1100px; 
			height: 150px;
			border-bottom: 10px solid red; 
			}
			
#mak_creations {
			position: absolute;
			top: 30px;
			left: 20px;
			}
			
#navlist{
			position: absolute;
			top: 120px;
			left: 400px;
			padding: 0;
			margin: 0;
			list-style-type: none;
			float: left;
			width: 600px;
			color: #fff;
			background-color: #322f2f;
			}

#navlist li { display: inline; }

#navlist li a {
			float: left;
			width: 5em;
			color: red;
			background-color: #322f2f;
			padding: 0.2em 1em;
			text-decoration: none;
			border: 1px #322f2f;
			}

#navlist li a:hover {
					background-color: red;
					color: #fff;
					}
					
#middle_box {	
			position: absolute; 
			top: 160px; 
			left: 0px; 
			background: #807575; 
			width: 1300px; 
			height: 600px;
			}
			
#first_white_box {
					position: absolute; 
					top: 20px; 
					left: 80px; 
					background: white; 
					width: 800px; 
					height: 80px;
					border: 1px solid black;
					}
					
#second_white_box {
					position: absolute; 
					top: 110px; 
					left: 80px;
					background: white; 
					width: 800px; 
					height: 440px;
					border: 1px solid black;
					}

#footer_box {
					position: absolute; 
					top: 560px; 
					left: 80px; 
					background: #ad9a9a; 
					width: 800px; 
					height: 20px;
					border: 1px solid black;
					padding-top: 2px;
					}

#grey_photo_box  {
					position: absolute; 
					top: 20px; 
					left: 20px; 
					background: #ad9a9a; 
					width: 360px; 
					height: 370px;
					padding: 10px;
					border-right: 5px solid black;
					border-bottom: 5px solid black;
					}	

#photo  {
		position: absolute; 
		top: 20px; 
		left: 450px; 
		background: white; 
		width: 249px; 
		height: 200px;
		border-right: 5px solid black;
		border-bottom: 5px solid black;
		}					

#photo_computer  {
				position: absolute; 
				top: 5px; 
				left: 30px; 
				background: white; 
				width: 60px; 
				height: 60px;
				}					
										
#grey_writing_area1 {
					position: absolute; 
					top: 20px; 
					left: 150px; 
					background: #ad9a9a; 
					width: 630px; 
					height: 40px;
					border-right: 5px solid black;
					border-bottom: 5px solid black;
					}		
					
h2 {font: 10px Georgia, Times, serif; color: black; position: absolute; left: 230px;}
h3 {font: 20px Georgia, Times, serif; color: white; padding-top: 6px; position: absolute; left: 50px;}