h1 {
	font-family: viner hand itc;
	color: #2d1a0c;
	font-size:  36px;
	}
h2 {
	font-family: arial;
	color: #C549A9;
	font-size: 24px;
	Font-weight: bold;
	}
t1{
	font-family: arial;
	color: white;
	font-size: 16px;
	}
	
	body {
		background-color: gray;
  }
  
	a	{
		color: #2d1a0c;
		}
	
		
	
/* this is a css comment 
1. selector and properties. 

	A. a class starts with a dot 
	B. no spaces in the property 
	C. is you add a height it will automatically adjust, if the height is too
    	small it will look strange and will creat problems on mobil devises. 
		** CSS is a bit picky about spaces in the instructions. --  height: 75px;
	D. margin: auto; centers the container
	E. 1000px is a standard width	
	F. # is a class -- can be used just once on a page.
	G. all floats are left except the last which is right. 
	
	
	
}
	
*/

/* unvisited link 
a:link {
    color: white;
}
*/
/* visited link 
a:visited {
    color: gray;
}
*/
/* mouse over link 
a:hover {
    color: hotpink;
}
*/
			
.box1 {
	background-color: #6699FF;
	width: 400px;
	height: 75px;
}

#container {
	background-color: #E4D59C;
	margin: auto;
/*	Width: 100%; */
	width: 1000px; 
	overflow: hidden; 
}


header {
	background-color: #E4D59C;
	height: 160 px;
	width:100%;
	text-align:center;
	border-style: solid;
	border-color: #2d1a0c;
	border-width: 02px;
}
nav {
	background-color: #f2e5c2;
	min-height: 76px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color:  #2d1a0c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:  #2d1a0c;
	border-left-style: solid;
	border-left-color: #2d1a0c;
	border-left-width: 2px;
	font-family: arial;
	color: white;
	font-size: 14 px;
	}
	

nav a {
	color: #34210E;
	font-size: 18px;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
	line-height: 65px;
	margin-left: 40px;
	margin-right: 10px;
	padding: 9px 22px;
	}




section {
	background-color: #E4D59C;
	width: 874px;
	float: Right;
	min-height: 800px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color:  #2d1a0c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:  #2d1a0c;
	}

 .center {
	text-align: center;
	 }
	 
.block_container {
	margin-top: auto; 
	width: 874px; 
	padding-left: 20px;
	  }
	  
	  
.block_container1 {
	
	width: 874px; 
	padding-left: 20px;
	}
	
.clear { clear: both;
		 height: 50px;
			}
.inner_block {
	width: 600px;
	background-color: #fdf9ea;
	min-height: 400px; 
	margin-top: 100px;
	margin-left: 100px; 
	}	
.inner_block1 {
	width: 150px;
	min-height: 150px; 
	float: left;
	margin-left: 100px;    
	}	

.inner_block2 {
	width: 200px;
	background-color: #f2e5c2;
	min-height: 75px;
	float: left;
	margin-left: 20px;
		}	
.inner_block3 {
	text-align: center;
	width: 450px;
	background-color: #f2e5c2;
	min-height: 150px; 
	float: left;
	margin-left: 100px;
		}	
.inner_block4 {
	text-align: left;
	width: 300px;
	background-color:  #E4D59C;
	min-height: 5px; 
	float: left;
	margin-left: 20px;
		}	
.inner_block5 {
	text-align: center;
	width: 300px;
	background-color: #f2e5c2;
	min-height: 150px; 
	float: left;
	margin-left: 200px;
		}	

.inner_block6 {
	width: 200px;
	background-color: #f2e5c2;
	min-height: 75px; 
	float: left;
	margin-left: 100px;
		}	

.inner_block7 {
	text-align: center;
	width: 300px;
	background-color: #f2e5c2;
	min-height: 150px; 
	float: left;
	margin-left: 260px;
		}	

.inner_block8 {
	text-align: center;
	width: 300px;
	min-height: 150px; 
	float: left;
	margin-left: 260px;
		}	






aside {
	background-color: #f2e5c2;
	width: 120px;
	float: left;
	min-height: 800px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color:  #2d1a0c;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #2d1a0c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:  #2d1a0c;
	font-family: arial;
/*	color: #369;  */
	}
	
aside a {
    background-color: #f2e5c0;
    color: black;
    border: 2px solid #2d1a0c;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 5px;
}	
	
	
footer {
	background-color: #C5452D;
	margin: auto;
	text-align:center;
/*	Width: 100%;  */
	Width: 1000px; 	
	overflow: hidden; 
	}

.para1 { 
	font-family: comic sans ms;
	font-size: 22px;
	color: #2d1a0c;
	margin-left: 20px;
	margin-right: 20px;
			}
				
.para2 { 
	text-align: left;
	font-family: comic sans ms;
	font-size: 22px;
	color: #2d1a0c;
	padding-left: 25px;
	padding-right: 25px;
	}
				
.para3 { 
	font-family: comic sans ms;
	font-size: 22px;
	padding-top: 25px;
	padding-left: 20px;
	margin-right: 170px;
	color: #2d1a0c;
				}
.para4 { 
	text-align: center;
	font-family: comic sans ms;
	font-size: 22px;
	color: #2d1a0c;
	padding-left: 25px;
	padding-right: 25px;
}
	
.para5 { 
	font-family: comic sans ms;
	font-size: 22px;
	color: #2d1a0c;
	margin-left: 100px;
	margin-right: 20px;
	}		
ul {
	font-family: comic sans ms;
	font-size: 16px;
    text-align: left;
    }
				
.block_container {
  margin: auto;
  width: 1000px;
}
				
.hleft {
	width: 150px;
	background-color: #E4D59C;
	min-height: 100px;
	float: left;
	margin: 15px;.
}


.hr {
	width: 800px;
	background-color: #E4D59C;
	min-height: 100px;
	float: right;
	margin: 15px;.
}