body {
	margin: 0;
	padding: 0;
	font: 73% verdana, tahoma, arial, sans-serif;
	color: #333;
	background: #F0E9DD url(img/body_bg.gif) repeat-y;
	background-position: 50% 0px;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 10px 5px;
}

#banner {
	height:215px;
	padding: 5px;
	margin: 0;
	border-bottom: 3px;
	background:  url(img/header.jpg) no-repeat;
	border-bottom-color: #104B7D;
	border-bottom-style: solid;
}

#banner h1 {
	margin: 0;
	padding-top: 0px;
	border-bottom: none;
	border-top: none;
	font-size: 200%;
	text-align: center;
	padding-left: 40px;
}

#banner2 {
	height: 90px;
	padding: 5px;
	margin: 0;
	background: url(img/header1.jpg) no-repeat;
	border-bottom: 3px;
	border-bottom-color: #104B7D;
	border-bottom-style: solid;
}	

#content {
	padding: 0px;
	margin-left: 170px;
	margin-bottom: 0;
}

#sidebar {
	float: left;
	width: 150px;
	margin: 0 5px 5px 3px;
	padding: 3px;
	line-height: 1.4em;
	border-right: 1px solid #dfd0b9;
	background-color: #E1E6C1;
}

#footer {
	clear:both;
	padding: 3px;
	line-height: 1.4em;
	margin: 0 0 0 0;
	border-top: 1px solid #dfd0b9;
	color: #333;
	background: inherit;
}

#footer a:link, #footer a:visited {
	background: inherit;
	color: #333;
	border-bottom: none;
}

#footer a:hover {
	border-bottom: none;
	background-color: inherit;
	color: #663300;
}

p {
	padding: 0px 5px 0px 5px;
	line-height: 1.5em;
}

p + p {
  text-indent: 1.5em;
  margin-top: 0 
}

p img{
	padding: 5px;
}	

#sidebar h1 {
	font-size: 110%;
	color: #114B7D;
	background: inherit;
	margin: 5px 0 5px 5px;
}

#content h1 {
	font-size: 120%;
	padding: 10px;
	margin: 3px;
	color:#114B7D;
}
	
h2 {
	font-size: 1.1em;
	padding: 4px;
	margin: 3px;
	color: #333;
	background: #C8D38D;
}

h3 {
	margin: 0 3px 0px 3px;
	padding: 0px;
	text-align: left;
	font-size: 1.1em;
	color:#9CB277;
	background: inherit;
	border-top: 1px solid #dfd0b9;
	border-bottom: 1px solid #dfd0b9;
}

h4 {
	text-align: right;
	padding: 3px;
	margin: 0 0 0 0;
	font-size: 0.85em;
	padding-right: 50px;
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #6d5c41;
	background: inherit;
}

a:hover {
	color: #114B7D;
	background: inherit;
}

a img {
	border: 0;
}

#navcontainer {
	width: 150px;
	margin-top: 5px;
	border-top:2px;
	border-top-style: inset;
}

#navcontainer ul
{
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0 2px 0;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #D3E3F3;
	color: #333;
	border-bottom: 1px solid #666;
	border-left: 5px solid #114B7D;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover {
	border-left: 5px solid #B3C25B;
	background-color: #114B7D;
	color: #fff;
}

#gallery {
	width: 500px;
}
#gallery img {
	float : left;
	padding : 10px;
}
.clear {
	clear : left;
}
