﻿/* CSS layout */
#masthead {
	height: 125px;
	background-image: url('../images/JFDmastheadBG.jpg');
	background-color: #000000;
}
#top_nav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #00FFFF;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/JFDNavigationBG copy.jpg');
	display: block;
	text-align: center;
}
#page_content {
	padding: 10px;
	margin-left: 205px;
	background-color: #FFFFFF;
}
#footer {
	bottom: -200px;
	height: 20px;
	position: relative;
	text-align: center;
	display: block;
	background-image: url('../images/JFDFooterBG.jpg');
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/JFDNavigationBG copy.jpg');
	display: block;
	text-align: center;
	vertical-align: middle;
}
.navigation {
	font-family: BlackChancery;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	
}
.navigation a {
	display: block;
	text-align: center;
	color:	red ;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 5px;
	margin-left: 11px;
}
.navigation {
	padding: 5px;
	font-family: BlackChancery;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-align: center;
	display: block;
}
.navigation a:hover {
	color: #FFFF00;
	text-decoration: none;
	border:none;
	background-image:url('../images/JFDNavigationBG copy.jpg');
	
}
.body {
	background-color: #000000;
}

