/****************************************************
	HTML ELEMENT STYLES
 ****************************************************/
BODY {
	color: #FFFFFF;
	background-color: #C9B985;
	margin: 0;
	padding: 0;
 }
 

p { 
	background-color: #c9b985;
	color: black; 
	font-size: 12pt; 
	text-align: left; 
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
 }

.link {
	text-align: center;
}

.vidpage {
	background-color: #c9b985;
	color: Black;
	font-size: 14pt;
	text-align: left;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
}

.bigtext {
	background-color: #c9b985;
	color: black;
	font-size: 16pt;
	text-align: Left;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
}

.picpage {
	background-color: #c9b985;
	color: Black;
	font-size: 20pt;
	text-align: left;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	text-decoration: none;
}

H2 {
	background-color: #c9b985;
	color: #00008B;
	font-size: 20pt;
	text-align: center;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	border-bottom: 2.5px solid #800000;
}

a.link_left {
	background-color: #c9b985;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
}

a.link_left:visited {
	background-color: #c9b985;
	color: #800000;
	font-weight: bold;
	font-size: 12pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
}

a.link_left:hover {
	background-color: #c9b985;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
} 

a.link_right{
	background-color: #c9b985;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
}

a.link_right:visited {
	background-color: #c9b985;
	color: #800000;
	font-weight: bold;
	font-size: 14pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
}

a.link_right:hover {
	background-color: #c9b985;
	color: black;
	font-weight: bold;
	font-size: 14pt;
	font-family: "hemi head 426", "comic sans MS", tahoma, 
serif;
	text-decoration: none;
	text-align: center;
} 

/*********************************************************************

	DIV STYLE INFORMATION

 *********************************************************************/
#container {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	color: #000000;
}

#header {
	background: url(pics/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;	
}

#content_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C9B985;	
	color: #000000;
	width: 100%;
}

#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 15%;
	height: 700px;
	border-right: 2.5px solid #800000;
	font-weight: normal;
	float: left;
}

#content {
  	padding: 100px 0px 0px 20px;
  	margin: 0px 0px 0px 0px;
	float: left;
	width: 80%;
}
