body { 
  background-color: #e0ffff;
  font-family:      Verdana, Geneva, Arial, sans-serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #0081A1;
  margin:           10px;
  height:           108px;
}

#main {
  background:       #e0ffff  top left;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:            420px;
  float:            left;
}

#sidebar {
  background:       #e0ffff  bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 470px;
}

#footer {
  background-color: #0081A1;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

h1 {
  font-size:        130%;
  color:            #78250C;
}
h2 {
  font-size:        110%;
  color:            #e0ffff;
}

.slogan { color: #78250C; }
.skiing {
       text-align: center;
}
.style1 {
	color: #78250C;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.beanheading {
  text-align:       center;
  line-height:      1.8em;
}
.mail {
	color:            #78250C;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

a:link {
  color:            #78250C;
  text-decoration:  none;
  border-bottom:    thick dotted #e0ffff;
}
a:visited {
  color:            #78250C;
  text-decoration:  none;
  border-bottom:    thick dotted #e0ffff;
}

#allcontent {
  width:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #0081A1;
  margin-left:      auto;
  margin-right:     auto;
}
