/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* mine*/

body {
      background-color: #DAD1AD
;
} 

 #header {
	background-color:#ABCE7B;
	background-position:center;
	background-repeat:repeat;
	margin-top:30px;
	color:#663300;
	text-align:center;
    
	left: 73px;
	top: -39px;
		   
}


h1 { font-family: Georgia, "Times New Roman", Times, serif;
     padding-top:10px;
     font-size:38px;
	 color: #000;
	 text-shadow: 2px 2px gray;
	 
}
h2 { font-family: Georgia, "Times New Roman", Times, serif;
     padding-top:10px;
     font-size:25px;
	 color: #000;
	 }

table {
       width:70%;
       border-width: 2px;
       border-color: black;
       border-style: solid; 
       position:static;
	   margin-left:inherit
       margin-right:inherit;
}
.table2 {width:80%;}

 th, td { padding: 5px; 
}
 


.img {
      height: 375px;
      width: 500px;
}
.img2 { width: 800px;
}
.image {
      width: 550px;
	  }

#footer {
         background-color:#EFCC05;
}
p {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-color: black;
	
	
}
/*nav bar*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.thumb1 {
    float: left;
	margin: 5px;
}
.thumb2 {
         float: right;
		 margin:5px;
		 }



a:hover, a:active {
    background-color:#0000CC;
}

.note {

    background-color:#D3D8E3;
    box-sizing: inherit;
    padding: 10px;
    border-radius:20px;
    margin-left: 25px;
    margin-right: 25px;
	margin-top: 5px;
	
	margin-bottom: 5px;
	font-size:20px;
}
.margin {
         margin: 25px 50px;
		 }
.center {
         margin-left: auto;
		 margin-right: auto;
}
li { display:inline;
     
}
.credits { font-family:Georgia, "Times New Roman", Times, serif;
           font-size:14px;
		  color: #FF0000;
		  text-align:right;
		  margin-right:100px;
 }
 .style3 {
          font-family:Georgia, "Times New Roman", Times, serif;
		  font-size:18pt;
		  border-radius: 5px;
		  }
.aside {  float: right; 
}
.caption {
          font-family:Georgia, "Times New Roman", Times, serif;
		  font-size:18pt;
		  background-color:#D3D8E3;
		  padding:10px;
		  margin: 50px 80px;
		  border-radius:15px;
		  }
.ex {
    
         margin: 25px;
}  
.aside  {
         float: right;
		 margin: 0 1.5%
		 }
.section {
          float:left;
		  margin: 01.5%
		  }
.box {
    width: 768px;
    padding: 5px;
    border: 5px solid gray;
    margin: 10px;
}
.box1{ 
      width: 400px;
	  margin-left: 50px;
	  margin-top: 150px;
	  }
.box2{
      width: 800px;
	  margin-top: 20px;
	  margin-bottom: 20px;
	  
      }