body {
	font-family: cursive;
	background-color: yellow;
	color: black;

div#wrapper {
	
	position: relative;
	color: white;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}


div#wrapper a {
  color: black;
}
div#wrapper a:hover,
div#wrapper a:focus {
font-size: 150%;
 
}

div#footer a {
  border-bottom: 1px dotted #cc0000;
  color: black;
}
div#footer a:hover,
div#footer a:focus {
  border-bottom: 1px solid black;
  color: black;
    
}

div#article a {
  border-bottom: 1px dotted #cc0000;
}
div#article a:hover,
div#article a:focus {
  border-bottom: 1px solid #5E0D08;
  font-size: 150%;
}
  
div#Box {
	padding: 10px;
	position: absolute;
	width: 200px;
	background-color:#C8534D ;
	height: 30px;
	left: 0px;
	font-size: 200%;
	border: 3px solid black;
}

div#Box2 {
	padding: 10px;
	position: absolute;
	width: 297px;
	background-color: #C8534D;
	height: 30px;
	left: 224px;
	font-size: 200%;
	border: 3px solid black;
	
}

div#Box3 {
	padding: 10px;
	position: absolute;
	width: 201px;
	background-color: #C8534D;
	height: 0px;
	left: 545px;
	font-size: 200%;
	border: 3px solid black;
	
}
div#Box4 {
	padding: 5px;
	border: 1px solid #e5b411;
	width: 360px;
	font-size: 70%;
	background-color: #0000ff;
}

div#Box5 {
	padding: 5px;
	border: 1px solid #e5b411;
	width: 360px;
	font-size: 70%;
	margin-left: 375px;
	margin-top: -184px;
	height: 172px;
	background-color: #0000ff;
}



div#header {
	position: absolute;
	top: 30px;
	padding: 17px;
	width: 110px;
	background-color: #5E0D08;
	border: 1px solid #e5b411;
	height:134px;
	
	
	
}

div#text {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	width: 610px;
	height: 80px;
	background-color: #5E0D08;
	top: 10px;
	left: 160px;
	font-size: 125%;
	border: 1px solid #e5b411;
}


div#nav {
	
	position: absolute;
	width: 766px;
	background-color: white;
	top:230px;
	left: 0px;
	height: 56px;
	
	
}



div#article {
	padding: 10px;
	position: absolute;
	width: 747px;
	background-color: white;
	top: 310px;
	border: 3px solid black;
	
	color: black;
	font-size: 180%;

}

div#footer {
	padding: 10px;
	position: absolute;
	width: 747px;
	background-color: white;
	Margin-top: 20px;
	border: 3px solid black;
	color: black;
	margin-left: -13px;
	height:33px;
}

	