/* LAYOUT DIVS */

#container {
	width: 800px;
	height: 100%;
	background: #fff7c6 url(images/background.gif) top no-repeat;
	border: 1px solid black;
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 0px;
}

#header {

}


#left_container {
	background: #fff7c6 url(images/right_container.gif) top repeat-x;
	width: 200px;
	position: absolute;
	top: 160px;
	left: 15px;
	border: 1px solid #ab8b1c;
	padding: 20px;
}

#right_container {
	background: #fff7c6 url(images/right_container.gif) top repeat-x;
	width: 465px;
	position: absolute;
	top: 160px;
	left: 275px;
	border: 1px solid #ab8b1c;
	padding: 20px;
}

#video_container {
	width: 442px;
	border: 1px solid #ab8b1c;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#video_container_sidebar {
	width: 180px;
	border: 1px solid #ab8b1c;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

body {
	background: #fff3c2 url(images/backbackgound.gif) top right no-repeat;
}

/* ********************************************* */

/* NAVIGATION TAGS */

p.navigation {
	font-size: 11px; 
	font-weight: bold; 
	font-family: arial;
	position: absolute; 
	top: 77px;
	left: 210px;

}
/*p.navigation is the holder unit for the block links. It also specifies larger bold text*/

p.navigation a {
	display:inline; 
	color: black;
  background-color: #fff773; 
  text-decoration: none;
  padding: 3px 8px; 
  border: 1px solid black
  }

p.navigation a:visited {
	display:inline; 
	color: black;
	background-color: #fff773; 
	text-decoration: none;
	padding: 3px 8px; 
	border: 1px solid black
	}

p.navigation a:hover {
	display:inline; 
	color: #fff773;
	background-color: #f95714; 
	text-decoration: none;
	padding: 3px 8px; 
	border: 1px solid #fff773
	}

/* ********************************************* */

/* CONTENT STYLING DIVS*/

p {
	font-family: garamond;
	font-size: 14px;
}

li {
	font-family: garamond;
	font-size: 14px;
	padding-left: 15px;
}

h1 {
	margin-top: -15px;
	font-family: arial;
	font-size: 18px;
	letter-spacing: 1.2px;
	border-left: 1px solid #ab8b1c;
	border-right: 1px solid #ab8b1c;
	padding-left: 15px;
	padding-right: 15px;
}

h2 {
	margin-top: -14px;
	font-family: arial;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-left: 1px solid #ab8b1c;
	border-right: 1px solid #ab8b1c;
	padding-left: 15px;
	padding-right: 15px;
}
h3 {
	margin-bottom: -5px;
	font-family: arial;
	font-size: 13px;
	letter-spacing: 0.8px;
	padding-left: 0px;
	padding-right: 15px;
}
h3.video {
	margin-bottom: -5px;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 0.8px;
	padding-left: 0px;

}
p.video {
	font-family: garamond;
	font-size: 11px;
}

/* ********************************************* */