* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana;
  background-color: #fed117;
  font-size: 13px;
}


ul {
  padding-left: 5px;
  list-style: none;
}

ul li ul li {
  font-size: 11px;
}

p, div#content ul { margin-top: 10px; margin-bottom: 10px; }
h2 { margin-bottom: 10px; }

a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

div.boxleft {
  border-right: 1px solid #3b6ebc;
  padding-left: 5px;
  background-color: #418cff;
  border-bottom: 1px solid #418cff;
}

div.boxright {
  border-left: 1px solid #3b6ebc;
  padding-left: 5px;
  background-color: #418cff;
  border-bottom: 1px solid #418cff;
}

div.boxtop-right {
  background: url(roundcorner-tr.gif) no-repeat left bottom;
  height: 10px;
  width: 155px;
  margin-top: 10px;
}

div.boxbottom-right {
  background: url(roundcorner-br.gif) no-repeat left top;
  height: 10px;
  width: 155px;
  margin-bottom: 10px;
}

div.boxtop-left {
  background: url(roundcorner-tl.gif) no-repeat right bottom;
  height: 10px;
  width: 155px;
  margin-top: 10px;
}

div.boxbottom-left {
  background: url(roundcorner-bl.gif) no-repeat right top;
  height: 10px;
  width: 155px;
  margin-bottom: 10px;
}


div#content h2 {
  margin-top: 10px;
  border-bottom: 1px dotted #418cff;
  font-size: 1.7em;
}

div#seperatortop {
  background-image: url(seperator-top.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  height: 15px;
}

div#seperatorbottom {
  background-image: url(seperator-bottom.jpg);
  background-repeat: repeat-x;
  height: 15px;
  clear: both;
}


#page {
  margin: 0 auto;
}

#header {
  height: 280px;
  background: #fed117 url(header.jpg) no-repeat center center;
}

div#header * { display: none; }

#wrap {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgb(180,250,255);
  background-color: rgb(180,250,255);
}

#wrap2 {
  margin-right: 180px;
}

#content {
  margin: 0 180px 20px 180px;
  
}

#sidebar {
  float: left;
  width: 155px;
  margin-bottom: 50px;
}

#extrabar {
  float: right;
  width: 155px;
}

#footer {
  clear: both;
  text-align: center;
  background-color: #fed117;
  padding-top: 10px;
  padding-bottom: 10px;
}
