@charset "UTF-8";
/* CSS Document */

html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow-y: scroll;
}
.line {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: 50px;
	margin-bottom: 10px;
	border-top-color: #231f20;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%; 
	background:#bdbbbc;
	font-size:62.5%;
}
.clear {
	clear: both;
}
#container {
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-image: url(../images/content_img2.jpg);
	background-position: 75% bottom;
	background-repeat: no-repeat;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 237px;
	width: 100%;
}
#gradient {
	background-image: url(../images/header_gradient.png);
	background-repeat: repeat-x;
	height: 166px;
	width: 100%;
}
#gradientBG {
	background-image: url(../images/masthead_bg.png);
	height: 166px;
	width: 100%;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../images/masthead_logo.png);
	height: 166px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navBar {
	background-image: url(../images/nav_bar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 71px;
}
#nav {
	height: 63px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-size: 2em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin-right: 30px;
}
#nav a {
	text-decoration: none;
	color: #8d5222;
}
#nav a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8d5222;
}
body#index a#ind, body#about a#abo, body#contact a#con, body#links a#lin {
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: #8d5222;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	height:auto;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	z-index: 100;
	overflow: auto;
}
#content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1.4em;
}
#footer  ul {
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  li {
	display: inline;
	font-size: 1.4em;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	color: #8D5222;
}
#footer a {
	color: #8D5222;
	text-decoration: none;
}
#footer  p {
	font-size: 1.4em;
	color: #8D5222;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
}
h3 {
	margin-left: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
}
h2 {
	font-size: 2.1em;
}
#content p {
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 1.8em;
}
#picture {
	background-image: url(../images/content_img.jpg);
	height: 322px;
	width: 478px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 75px;
	font-family: Helvetica, Arial, Verdana, Geneva;
}
#content li {
	font-size: 1.8em;
	line-height: 1.2em;
}
#stockedIn {
	margin-bottom: 150px;
}
.noBullet  {
	list-style-type: none;
}
.bullet  {
	list-style-type: circle;
}
