﻿body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000000;
	background: #f0e4d2;	
}

#allcontent {
	width: 900px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url('../_images/header.jpg');
	background-repeat: no-repeat;
	height: 220px; 
	position: relative;
}

#nav{
	background-image: url('../_images/navbg.png');
	height: 30px;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#nav li {
	float: left;
	margin: 0;
	padding: 6px 30px 6px 5px;
	font-weight: bold;
	list-style-type: none;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
		color: #666666;
		}

#main {
	padding: 20px;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px gray solid;
	padding: 5px;
	
}

#contact {
	float: right;
	margin: 5px;
	padding: 5px;
	width: 250px;
	border: 1px gray solid;
	background: #f0e4d2;
}


h1 {
	font-family: Tahoma, serif;
	font-size: large;
	font-weight: bold;
	color: #114585;
}

h2 {
	font-family: Tahoma, serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}


a {
	color:#1f8dfd;

}


a:hover{
				color:green;
}

#footer p {
	font-size: small;
}

img {
	border:thin,black;
}

.imgR {
	border: none;
	float: right;
	margin: 5px;
}

.imgL {
	border: none;
	float: left;
	margin: 5px;
}

/* Photo Gallery */

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

