/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


/* BASIC  Tag selectors*/

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
}
h1 {font-size: 1.2em;
	font-weight: bold;
	line-height:1.3em;
	}

h2 {font-size: 1.1em;
	font-weight: bold;
	}
h3 {font-size: 1em;
	font-weight: bold;
	}
	
h4 {font-size: 1em;
	font-weight: bold;}

/* ID Selectors (used to identify a unique part of the page like banner, navigation bar or page background */
#wrap {
  color: white;
  margin: 20px auto;
  padding: 30px 20px 0 0;
  background: #464143 none repeat scroll 0% 50%;
  max-width: 1200px;
  min-width: 480px;
  width: 90%;
}
#screen {
  color: #020202;
  padding: 10px 10px 10px 0;
  background: #eceee0 none repeat scroll 0% 50%;
}

#mainNav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px  solid #999;
  overflow: hidden;
}

#mainNav li {
    float: left;
    width: 12%;
}


#mainNav a {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
	border: 1px solid #999;
	border-left: none; 
  padding: 1px 5px 3px 20px;
	display: block;
	background-color: #E7E7E7; 
  background-repeat: no-repeat; 
  background-position: 0 2px;
}

#mainNav a:hover {
  font-weight: bold;
  background-color: #8d7611;
  background-position: 3px 50%;
}

/* CLASS SELECTORS */
.highlight {
	color:blue;
	float: left;
	font-size: 13px;
	font-weight:bold;
	
}
.headingleft {
	width: 15%;	
	height: 150px;
	float: left;
	margin: 5px 0 5px 10px;
	}
	
.headingright {
	width: 15%;	
	height: 150px;
	float: right;
	margin: 5px 10px 5px 0;
	}
	
.titlecenter {
	text-align: center;
	font-size:large;
	font-style:normal 
	width: 70%;
	height: 200px;
	margin: 5px 0 5px 0;
	
	}
.titlecenter p {
	font-family: "Marker Felt","Comic Sans MS",fantasy;
	font-size:28px;
	}
.small {font-size: small;
	}

