﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url(/background.gif);
}

#masthead {
	padding-left: 20px;
	background-color: #422100;
	padding-top: 0px;
	height: 40px;
}
#masthead h1{
	margin-bottom: 0px;
	padding-top: 5px;
}


#top_nav {
	padding-left: 20px;
	background-color: #630;
	height: 22px;
	margin-bottom: 10px;
	background-image: url(/bgnav.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #422100;
}
#top_nav h4{
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #E5EBE7;
	font-size: 12px;
}


#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FAF8F5;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#right_col {
	width: 200px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FAF8F5;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#page_content {
	margin-left: 240px;
	margin-right: 240px;
	padding-left: 20px;
	padding-right: 30px;
	background-color: #FAF8F5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #630;
	color: #F1EDE6;
	height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #422100;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #422100;
	background-image: url(/bgnav.gif);
	text-decoration: none;
}
#footer a:link {
	color: #FAF8F5;
	text-decoration: none;
}
#footer a:visited {
	color: #FAF8F5;
	text-decoration: none;
}


h1 {
	font-size: 24px;
	padding-top: 0px;
	color: #FFF3E8;
	letter-spacing: 10pt;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	padding-left: 10px;
	color: #FFF;
	height: 21px;
	padding-top: 1px;
	background-image: url(/bgm.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #422100;
	border-bottom-color: #422100;
}
ul {
	padding-left: 20px;
	list-style-type: none;
}
