


html {
	
	Background: url(midterm_fa10/texture1704714.jpg);
}
body {

   font-size: 1,1em;
    margin: 0 auto; 
	FONT-FAMILY:  Georgia, "Times New Roman", serif; 
	padding: 10px 40px;
	COLOR: #EBE6BE;
    width: 960px;
    text-align: center;
Background: url(midterm_fa10/texture1704714.jpg);
border: 1px solid #E7B740;
border-top: none;
border-bottom: none;

    }
	
h1 		{ 
	font-family: Palatino Linotype, Book Antiqua3, Palatino, serif;
	color: #FFFAF0;
	font-size: 2.2em;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	padding: 5px 15px 55px 15px;
		}

H2 { 	
    color: #530707;
    font-size: 3em;
    font-family: Georgia, "Times New Roman", serif;
padding: 5px 15px 45px 15px;	
	}
			
H3        
   {
  color: #34254D;
   font-size: 2em;
	font-family:  Georgia, "Times New Roman", serif; 
	}
H4 {

color: #EBE6BE;
    font-size: 2em;
    font-family: Georgia, "Times New Roman", serif; 
	
	}
H5
	{
	color: #EBE6BE;
    font-size: 1.3em;
	font-family:  Georgia, "Times New Roman", serif;
}

H5 p
	{
	
	font-family: Georgia, "Times New Roman", serif; 
	line-height: 130%;
	font-size: 1em;
	padding: 10px;
}
H6 {
	text-align: left;
	padding: 20px 10px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", serif; 
	color: #EBE6BE;
	font-size: 1.1em;
	line-height: 140%;
	}
	
	a{
	color: #EBE6BE;
	}
	

#container
{
border: 10px inset #E7B740;
    padding: 20px 10px;
	margin: 0 auto;
	FONT-FAMILY: Arial, Verdana, sans-serif; 
    background-color: #34254D;
	color: #EBE6BE;
	text-align: left;
Background: url(midterm_fa10/mosaic-blue.gif);
}

#container1
{
border: 10px inset #E7B740;
    padding: 20px 10px;
	margin: 0 auto;
	FONT-FAMILY: Arial, Verdana, sans-serif; 
    background-color: #00002B;
	color: #EBE6BE;
	text-align: left;

}
#leftcolumn
{
   
	margin: 0 auto;
	FONT-FAMILY: Arial, Verdana, sans-serif; 
   
	color: #E7B740;
	text-align: center;
}


#wrapper 
		{
		border: 10px inset #E7B740;
    padding: 30px 10px;
	Background-image: url(midterm_fa10/monet_wl-clouds.jpg);
   width: 900px;
    margin: 0 auto;
	}
	
	#floatleft {
	border: 5px inset #E7B740;
  margin: 10px;
  float: left;    
}

	#floatcenter{
	border: 3px inset #E7B740;
	margin-left: 20px;
  margin-right: 20px;
  float: center;    
}

#footer
 { 
font-size: 1em;
   font-style: italic;
}
   
     ul 
	 {
    list-style-type: none;
	margin-bottom: 50px;
    }
    
    #button li 
	{
    float: left;
    }
    #button a {
    display: block;
    width: 183px;
	height: 30px;
    border: 2px inset #ccc;
    padding: 1.4px 1px;
    color: #EBE6BE; 
    Background: url(midterm_fa10/texture1704714.jpg);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    }
      
 #button a:link {
 
 color: #BEA4CB;
}
#button a:visited
{

}
#button a:focus 
{
 background-color: #000;
 color: #BEA4CB;
 border: 2px outset #000;
}
#button a:hover {
color: #DC7F20;
border: 2px outset #E7B740;
}
#button a:active{
color: #6B792A;
 border: 2px outset #000;
}