html {
	background: grey;
}

body{
	font-family: 'Open sans', Helvetica, sans-serif;
}

a {
	font-family: 'Open sans', Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

a:hover {
	color: #1495DF;
}

.bold {
	font-weight: 600;
}

h1 {
	font-family: 'Petit Formal Script', cursive; 
	background: #facb5d;
	font-size: 3.75em;
}

#skip {
	text-indent: -9999px;
}

/* navigation bar */

		#nav {
			background-color: #111;
			font-size: 15px;
			color: white;
			font-weight: bold;
		}	
		
		#mainnav a {
				font-family: 'Petit Formal Script', cursive;
				text-decoration: none;
				color: inherit;
				background-color: #111;
			}
					#mainnav a:hover {
						color: white;
						background: #111;
					}
			
			
					li ul#submenu {
						background-color: #111;
					}
					
					
					li li {
						font-size: .7em;
						
					}	
					
					#nav li li a {
						font-family: 'open sans', sans-serif;
						background-color: #111;
					}
					
					#nav li li a:hover {
						color: black;
						background-color: white;
					}		

#mid {
	background-color: grey;
}
	
#welcome {
	font-size: 1em;
}	
		
.content {
	color: black;
	background-color: #facb5d;	
}
		
.content a {
	color: #a02828;
}

/* footer content */	

#footer {
	background: transparent;
	color: white;
	font-size: 14px;
}	
		
		
.footerbox {
	background-color: #272727;
}
		
		
		
#facebookbox {
	background: #272727;
}
		
		
#footer2 {
	background-color: #111;
	color: white;
	font-size: .7em;
}
	
#footer2 a {
	color: #AAFBA9;
}		
		
#footer2 a:hover {
	color: #AAFBA9;
}	
