﻿@import url('layout.css');

body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	background-color:#FFFFCC;
	background-image:url('../images/leather.jpg');
	background-repeat:repeat;
}
#container1 {
	width: auto;
	height:auto;
	margin: 0;
	background: url('../images/leather.jpg') top;
	}
#p {
	text-align:left;
	border-top:0;
	}
#masthead {
	background-color: black;
	background-image: url('../images/img005_edited-1.jpg');
	width: auto;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}
#navigation {
	width: auto;
	font-size: medium;
	font-weight:bold;
	background-color:black;
	overflow:hidden;
	text-align:center;
	padding:10px 0 10px 0;
	}
#page_content {
width: auto;
height:auto;
border-top-width: 1px;
border-top-style: solid;
border-top-color: black;
}
#footer {
	text-align: center;
	background-color:transparent;
	overflow: hidden;
	width: auto;

}
a:link {
	color: #006600;
}
a:link {
	color: #006600;
}
a:visited {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
.style4 {
	vertical-align: top;

