/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  background: #fdd;
}

#container {
  width: 750px;
  background-color: #fee;
  text-align: left;
  margin: 10px auto 0px auto;
}

#banner {
  height: 100px;
  background: url(/img/top.gif) no-repeat left;
}

#banner h1 {
  padding: 20px 0px 0px 250px;
  font-size: 26px;
}

#banner h1 a {
  color: #a00;
  text-decoration: none;
  font-weight: normal;
}

#banner h2 {
  margin-left: 270px;
  font-size: 16px;
  color: #d00;
}

#main ul.top {
  padding-left: 15px;
  height: 250px;
}

#main ul.top li {
   float: left;
   list-style: none;
}

#main ul.top li img {
   border: 0px;
}

#main .desc {
  margin: 0px 100px 0px; 50px;
}


#main .desc .top_image {
  float: right;
}

#main .desc ul {
  margin-bottom: 1em;
}

#main .desc ul li {
  margin: 0.5em 0em 0.5em 2em;
  font-weight: bold;
  color: #600;
}

#menu {
  clear: both;
  padding-top: 5px;
}

#menu ul {
  float :left;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 350px;
}

#menu ul li {
  list-style: none;
  margin-left: 20px;
  line-height: 100%;
  margin-bottom: 0.5em;
}

#menu ul li.cat {
  background: url(/img/cat.gif) repeat-x bottom;
  padding-bottom: 7px;
  list-style: square;
  list-style-position: inside;
  color: #840;
  font-weight: bold;
}

#menu ul li.margin {
  margin-top: 2em;
}

#menu ul li.ent {
  margin-left: 3em;
  font-size: smaller;
}

#main_entry {
  width: 500px;
  float: left;
  margin-left: 10px;
}

#main_entry .toplink {
  margin-top: 1em;
  font-size: smaller;
}

#main_entry h3 {
  margin: 1em 0px 5px 0px;
  background: url(/img/cat.gif) repeat-x bottom;
  padding-bottom: 5px;
  padding-left: 20px;
}

#main_entry p {
  text-indent: 1em;
  margin-bottom: 0.5em;
  line-height: 140%;
}


#main_entry img {
  margin-bottom: 2em;
}

#main_entry ul {
  margin-bottom: 2em;
}

#main_entry ul li {
  margin-left: 3em;
  margin-bottom: 0.5em;
  list-style: bar;
}

#main_entry h4 {
  margin-top: 2em;
  padding-top: 4px;
  padding-left: 30px;
  height: 30px;
  background: url(/img/h4.gif) no-repeat;
  font-size: 16px;
}


#main_entry dt {
	font-weight: bold;
	margin-left: 1em;
}

#main_entry dd {
	margin-left: 2em;
	margin-bottom: 1em;
}


#sidemenu {
  padding-top: 5px;
  margin-bottom: 4em;
  width: 210px;
  float: right;
  border: #faa 1px solid;

}

#sidemenu ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

#sidemenu ul li {
  list-style: none;
  line-height: 100%;
  margin-bottom: 0.5em;
}

#sidemenu ul li.cat {
  padding-bottom: 7px;
  margin-left: 5px;
  list-style: none;
  color: #840;
  font-weight: bold;
}

#sidemenu ul li.margin {
  margin-top: 2em;
}

#sidemenu ul li.ent {
  margin-left: 1em;
  margin-right: 5px;
  font-size: smaller;
}

.next {
  clear: both;
  background: url(/img/footer.gif) repeat-x bottom;
  padding-bottom: 5em;
  padding-left: 2em;
  margin: 1em 0px 0px 0px;
}

#footer {
  clear: both;
  margin-top: 1em;
  padding-top: 5px;
  background: url(/img/footer.gif) repeat-x;
  text-align: right;
  font-size: smaller;

}

.ad {
	margin-top: 1em;
	margin-left: 120px;
	margin-bottom: 1em;
	padding-top: 12px;
	background: url(/img/sponser.gif) no-repeat;
}

#main .img_r {
	clear: both;
	margin: 1em;  
	float: right;
}


