﻿/* CSS layout */

body {
	background-color: #9C0D09;
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	margin-top: 0px;
}

#wrapper {
	width: 900px;
	background-color: white;
	margin: 0 auto;
}

#masthead {
	height: 100px;
	background-image:url('Pics/banner.jpg');
}

#top_nav {
	background-color: #9C0D09;
	overflow: hidden;
	border-right: 1px white solid;
}

	#top_nav ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#top_nav li{
		float: left;
	}
	
	#top_nav a{
		color: white;
		text-decoration: none;
		display: block;
		padding: 5px;
		border: 1px white solid;
	}

	#top_nav a:hover{
		color: #9C0D09;
		text-decoration: none;
		background-color: white;
		border: 1px #9C0D09 solid;
	}


#page_content {
	padding: 10px;
}

#footer {
	background-color: #9C0D09;
	color: white;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

	#footer p{
		margin-top: 0px;
	}

h2{
	
	color: #9C0D09;
	margin-bottom: 0;
	margin-top: 5px;
}

h4{
	color: #9C0D09;
	margin-bottom: 0;
}

ul{
	margin-top: 5px;
}

strong.out{
	color: #9C0D09;
}

img.pics{
	border: 1px #9C0D09 solid;
}