body{	
	margin:0 auto;
	
	height: 1020px;
 
 	border-style: solid;
 	border-width: 2px 6px 2px 6px;
 	border-color: rgb(218,0,0);
 	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF8DC;
	margin: 0px;
	border: 0px
}

.header{
	width: 100%;
	height: 120px;
	background-color: black;
	color: white;
}

#image1 {
	
	height: 80px;
	background-color: white;
	border-radius: 50px;
}

.main-content{
	display: flex;
}

#sidebar{
	flex:1;
	height: 530px00px;
	background-color:rgb(222,184,135);
	background-image: radial-gradient(farthest-corner at 40px 40px,
      white 0%, rgb(222,184,135) 100%);
}



#era {
	width:1240px;
	background-color: white;
	font-size:25px;
	font-style: oblique;
	font-variant: small-caps;
	color:blue;
	text-align:center;
	font-weight:bolder;
}

#photo {


width: 910px;


height: 607px;


position: relative;


background-image: url(Dinosaurs.jpg);


background-repeat: no-repeat;




}


#photo ul {
margin: 0;
padding: 0;
list-style: none;


}

#photo a {
position: absolute;
width: 120px;
height: 70px;
text-indent: -1000em;


}

#photo a:hover {
border: 1px solid blue;
}



#photo .mussaurus a {

top: 11px;
left: 26px; }




#photo .prestosuchus a {
top: 92px;
left: 36px; }


#photo .ornithosuchus a {
top: 92px;
left: 215px; }

 
#photo .Nothosaurus a {
top: 92px;
left: 412px; }


#photo .Placodus a {
top: 92px;
left: 570px; }


#photo .postosuchus a {
top: 92px;
left: 734px; }


#photo .Tawa a {
top: 11px;
left: 737px; }



.content{
	flex:3.5;
	height: 800px;
	background-color:rgb(128,128,0);
	font-size: 20px;
	font-weight: bold;
	
}

#sidebar ul li {
	padding: 20px;
	border-bottom:2px solid grey;
	list-style-type: none;
}

#sidebar ul li:hover {
	background-color: rgb(128,128,0);
	color: white;
}

#sidebar a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

sidebar a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;

#image2 {
	width:240px;
	height:200px;
}





