body { 
  background: 	    url(images/background3.jpg) #000000;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #000000;
  margin:           10px;
  height:           108px;
}

#main {
  background:       #ffffff  top left;
  font-size:        105%;
  padding:          15px;

  margin:           0px 250px 10px 10px;
}

#sidebar {
  background:       #ffffff url(images/background.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  position:         absolute;
  top:              128px;
  right:            0px;
  width:            200px;
  text-align:       center;
}

#footer {
  background-color: #000000;
  color:            #efe5d0;
  padding:          15px;
  margin:           10px 250px 10px 10px;
  font-size:        90%;
}

h1 {
  font-size:        120%;
  color:            #996633;
}

h2 { font-size: 110%; 
     color:     #996633;
}

h3 { font-size: 105%; 
     color:     #996633;
}

.contact {
  color:	#996633;
  text-align:	center;
}    

a:link {
  color:            #ff6600;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #996633;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

