body {
  margin: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  /* fuji scape
  background: #654F43 url("/images/header3.jpg");
  */
  /* camping scape 1
  background: #443e23 url("/images/header4.jpg");
*/
/* camping scape 2*/
  background: #20241f url("/images/header5.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #E2923B;
	color: #57ABFF;
	}

a:visited {
	color: #E2923B;
	color: #57ABFF;
	}

a:active {
	color: #E2923B;
	color: #57ABFF;

	}

a:hover {
	color: #E2923B;
	color: #57ABFF;
	}

img     {
        border: none;
        }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
        /*
        border: 1px solid #FFFFFF;
        */
	}

#banner {
	font-family: Georgia, 'Times New Roman', serif;
	color: #FFFFFF;

	text-align: left;
	padding: 1em;
	height: 250px;
	}

a#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;
	
	
	}

#banner h2 {
	font-size: small;
	}

#center {
    float: left;
	width: 600px;
	
	
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	}

#right {
		float: left;
	
	
	width: 200px;
	
	overflow: hidden;
	}

.content p {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #FFFFFF;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: medium;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #ADADAD;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}



#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
        color: #FFFFFF;
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}
.sidebar li img {
	border: none;
}

.sidebar img {
	border: 3px solid #FFFFFF;
	}
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
    color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

#footer {
        padding: 0;
        margin: 0;
        /* fuji scape
        height: 160px;
        background-image: url("/images/footer.jpg");
        */
       /* camp scape 1 
        height: 300px;
        background-image: url("/images/footer4.jpg");
*/
    /* camp scape 2 */
        height: 101px;
        background-image: url("/images/footer5.jpg");

        background-repeat: no-repeat;
        }

textarea[id="comment-text"] {
	width: 80%;
	}
