body { 
  background-color: #3B6B9C;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #1F242A;
  color:	#F9F9F9;
  text-align:	center;
  font-size:	large;
  margin:           10px;
  height:           108px;

}

#sidebar {
  background:       #1F242A url(../images/background.gif) bottom right;
  font-size:        18px;
  float:			left;
  padding:          15px;
  margin:           0px 0px 1300px 0px;
  
}

#main {
  background:       #194E84 url(../images/background.gif) top left;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:            600px;
  float:            right;
  color:			#FFF;
  font-size:		18px;
}

#footer {
  background-color: #1F242A;
  color:            #F9F9F9;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

h1 {
  font-size:        120%;
  color:            #F9F9F9;
}

.slogan { color: #F9F9F9; }

.beanheading {
  text-align:       center;
  line-height:      1.8em;
}

a:link {
  color:			#F00;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

#allcontent {
  width:            1000px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #194E84;
  margin-left:      auto;
  margin-right:     auto;
}
