/* CSS Document */
body {
  margin : 0px;
	font-size : 12px;
	text-align : center;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

p {
  float : left;
	line-height : 20px;
}

a {
  text-decoration : none
}

img {
  border-style : none
}

h1 {
  color :#415043;
	font-size : 18px;
  font-weight : normal;
}

ul {
  padding-left : 0px;
  margin-left : 0px;
  line-height : 22px;
  display : inline;
  list-style-position : inside;
}

hr {
  float : left;
  height : 1px;
  width : 730px;
  border : none;
  margin : 0;
  padding : 0;
  color : #FFFFFF;
  background : #FFFFFF;
}

address {
	float : left;
}

#master_box {
  width : 760px;
	height : 800px;
  text-align : left;
	margin-left : auto;
	margin-right : auto;
	position : relative;
}

#Header {
  width : 100%;
  height : 100px;
  position : relative;
	background : url(../IMAGES/hill.png) no-repeat
}
	
#Logo {
  float : left;
  margin-top : 5px;
  margin-left : 5px;
}
	 
#Contact {
  width : auto;
	height : auto;
  float : right;
  font-size : 14px;
	margin-top : 5px;
	margin-right : 5px;
  font-weight : bold;
	text-align : right;
  font-style : italic;
}

#Navigation {
	width : 100%;
  height : 20px;
	padding-top : 5px;
  position : relative;
	background : url(../IMAGES/nav_back.gif) repeat;
}

#Content {
  margin : 0;
  float : left;
  padding : 5px;
  padding-bottom : 0;
  background : #9e9e79;
}

#Content1 {
  float : left;
  padding : 10px;
  display: inline;
  background : #FFFFFF;
}

#Flash {
	width : 760px;
  height : 200px;
  font-size : 0;
}

#Picture {
	float : right;
  margin-top : 3px;
}

.nav_link {
	width : auto;
  height : 20px;
  float : right;
  color : #f1f1da;
  font-size : 10px;
  font-weight : bold;
  text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.nav_link:hover { 
  color : #39463b;
}

.nav_link_1 {
	width : 20px;
  height : 20px;
  float : right;
  color : #baba96;
  text-align : center;
}
  
/* -- START OF PICTURE.HTML --- START OF PICTURE.HTML -- */
.Picture_title {
  width : 100%;
	height : auto;
  float : left;
  padding-top : 10px;
}

#picture_container {
  width : 440px;
	height : auto;
  float : left
}

#picture_container1 {
  width : auto;
	height : auto;
  float : left;
  margin-top : 10px;
 }

#ImgBox {
  width : 250px;
  height : 365px;
  float : right;
	text-align : center
}

#Footer {
	width : auto;
  height : auto;
	background-color : #FFFFFF;
	text-align : center;
}

#FooterBar {
  width : 100%;
  height : 10px;
  float : left;
  font-size : 0;
  background : url(../IMAGES/FooterBar.png) no-repeat;
}
	 
.link_green_11 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003300
}
.link_green_11:hover {
  color:#9e9e79
}


