﻿/* CSS layout */
#masthead {
	width:956px;
	background:#004B00;
	height:130px;
}

#top_nav {
	width:956px;
	background-color:black;
	height:30px;
	margin:0px;
}
#page_shell {
	width:1000px;
	background-image:url('images/bruce.gif');
	border:2px,black,solid;
}
#container {
	position: relative;
	width: 956px;
	border:2px;
	border-color:black;
	background-color:#C8C800;
}

#page_content {
	margin-right: 210px;
	height:auto;
	background-color:white;
}

#right_col {
	width: 210px;
	background-color:#C8C800;
	height:auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	height:40px;
	width:956px;
	background:#004B00;

}
.shell{
	padding-top:10px;
	padding-bottom:20px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#page_content li {
	padding-bottom:10px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #F7F794;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #006600;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color:blue;
	border-bottom: 1px solid #006600;
	background-color: #9CF;
	}
	
#top_nav li {
	display:inline-block;
}
#top_nav ul {
	margin:0px;
	padding:0px;
}
#top_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #F7F794;
	display: block;
	padding: 5px;
	padding-left:10px;
	border-bottom: 1px solid #006600;
}
#top_nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color:black;
	border-bottom: 1px solid #006600;
	background-color:#C8C800;
	}


