#body {
  margin: 0;
  padding: 0;
  background-color: #4e453c;
  color: white;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
 
}
#wrapper {
  background-color: #e8e3d9;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
  width: 800px;
  
}

#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}

}
#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0 0 240px;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#mainfeature {
  background-image: url(img/mainimg.jpg);
  background-repeat: no-repeat;
  background-color: #4c433b;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}

#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner ul.services {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #662400;
  font-size: 90%;
}
p.list {
	color=black;
	}

#content .inner .services li img {
  float: left;
  margin: 0 5px 5px 0;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  max-height: 410px;
  background-color: #817163;
  color: white;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
  A 			{ color: #be270c; font-weight: bold; text-decoration: none;}
	A:link		{ color: #245185; font-weight: bold; text-decoration: none;}
	A:visited	{ color: #ae240b; font-weight: bold; text-decoration: none;}
	A:active	{ color: #bdb1af; font-weight: bold; text-decoration: underline;}
	A:hover		{ color: #be270c; font-weight: bold; text-decoration: underline;}
}
#sidebar ul {
  list-style: none;
  list-style-image: none;
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
list-style: none;
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .category {
  font-weight: bold;
}
