﻿/* CSS layout */
body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background-image:url('../logos/BG.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#ac561d;
}

#container {
	position: relative;
	left: 0px; 
	top: 0px;
	width: 632px;
	margin:0 auto;
	background-color:#ffffff;
	border-left:black;border-left-style:solid;border-left-width:medium;
	border-top:black;border-top-style:solid;border-top-width:medium;
	border-right:black;border-right-style:solid;border-right-width:medium;
}

#masthead {
	position: relative;
	background-image:url('../logos/TOP2.gif');
	background-repeat:no-repeat;
	width: 632px;
	height:152px;
	margin:0 auto;
}

#top_nav {
	position: relative;
	width: 535px;	
	margin: 0 auto;
	text-align: center;
	clear: both;
}

/* Links */

a {
	color: #c57c03;
	text-decoration: underline;
}

a:hover {
	color: #f4ab4d;
	text-decoration: none;
}

h1{
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	text-decoration: underline;
	color: #000000;
}

h2{
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

h3{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #b94708;
}

p{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#page_container{
	 style:left: 0px; top: 0px;
 }
 
#page_content {
	width: 590px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	overflow: visible;
	color: #000000;
	background-color:#ffffff;
}

#footer {
background-color:#40321d;
border-bottom-color:black;border-bottom-style:solid;border-bottom-width:medium;
border-left:black;border-left-style:solid;border-left-width:medium;
border-right:black;border-right-style:solid;border-right-width:medium;
	position: relative;
	width: 632px;
	margin: 0 auto;
	font-size: small;
	color: #ffffff;
}





