
img {
  width:315px;
  height:275px;
  float:left;
  padding:10px;

}

#image{
  width:315px;
  height:275px;
  float:Right;
  padding:30px;

}
#mainimage{
  width:415px;
  height:375px;
  float:right;
  padding:30px;

}

#image1{
  width:315px;
  height:275px;
  float:middle;
  padding-top:90px;

}
  
  
h1 {
  font-size:25px;
  font-family:tahoma;
  color:mediumseagreen;
}

p {
  font-size:17px;
  font-family:tahoma;
  color:navy;
  text-align:justify;

}

h2 {
  font-size:22px;
  font-family:tahoma;
  color:red;

}


body {
  margin:auto;
  width:900px;
  color:snow;

}

header {
   width:900px;
   height:100px;
   background-color:seagreen;

}

.headertext{
  color:white;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  
}

#logo {
  width:170px;
  height:75px;
  padding:5px;
  float:left;

}

footer {
	height:80px;
	background-color:mediumblue;
	color:white;
	

}

#imageconference {
	float:none;	
	
}

#footertext {
	color:white;
	font-size:16px;
	font-style:italic;
	
}


ul{
	list-style-type:none; /*takes away the bullet*/
	margin:0; /*this removes the margin and padding from the list*/
	padding:0;
	overflow:hidden;
	background-color:Black;


}


li {
	float:left;
}

li a{
	display:block; /*this allows the whole rectangle to be the link*/
	background-color:Black;
	padding:20px;
	text-decoration:none;
	color:snow;
}


li a:hover{
	background-color:navy;
	color:white;
}

li a:active{
	background-color:red;
	color:white;
}


.daylistgroup{
	list-style-type:circle;
	background-color:white;
	color:red;
	margin:20px;
	padding:10px;
		
}

.daylist{
	float:none;
	
}





