/*<style>*/

a:link {
  color: #024987;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #024987;
}
a:hover {
  text-decoration: none;
  color: #F8BE43;
}
a:active {
  text-decoration: none;
  color: #F8BE43;
}

body{
  color:#000000;
  background-color:#FFFFFF;
  margin:0;
}

h1, h2, h3, .h1, .h2, .h3{
  font-family:Tahoma, Arial, Verdana;
  color:#923f33;
}

h1, .h1{
  font-size:175%;
}

h2, .h2{
  font-size:150%;
}

h3, .h3{
  font-size:125%;
}

img{
  border:0;
}

table{
  border:0;
}

table.list td{
  border-bottom:1px solid #CCCCCC;
  padding:2px;
}

table.list th{
  border-bottom:1px solid #4592E2;
  background-color:#EFFAFE;
  padding:2px;
}

th{
  text-align:inherit;
}

ul.catlist{
  list-style:none;
  margin:-15px;
  padding:15px;
  width:150px;
  overflow:visible;
}

ul.catsublist{
  list-style:none;
  padding:15px;
  background-color:#e2d7b9;
  float:left;
  width:150px;
  margin-left:-182px;
  margin-top:-1em;
  border:1px solid #000000;
  position:relative;
  z-index:10000;
}

.border-bottom{
  border-bottom:1px solid #024987;
}

.code code{
  margin-left:15px;
  padding:15px;
  border:1px solid #CCC;
  background-color:#FFFFFF;
  display:block;
}

.content{
  margin:10px;
  text-align:center;
}

.end{
  line-height:18px;
  background-image:url(http://thesmileysite.com/images/end-back.png);
}

.end div{
  background-image:url(http://thesmileysite.com/images/end-1.png);
  background-position:top left;
  background-repeat:no-repeat;
}

.failure{
  color:#8a0202;
  border-color:#8a0202;
  background-color:#ffcfca;
}

.failure, .success{
  border-width:1px;
  border-style:solid;
  padding:5px;
  text-align:center;
}

.h2{
  line-height:64px;
  background-image:url(http://thesmileysite.com/images/title-back.png);
}

.h2 div{
  background-image:url(http://thesmileysite.com/images/title-left.png);
  background-position:top left;
  background-repeat:no-repeat;
  padding-left:45px;
    margin-bottom:-5px;
  padding-top:5px;
  }

.h2 img{
    margin-top:-5px;
  }

.left{
  float:left;
}

.no{
  line-height:1px;
  overflow:hidden;
  visibility:none;
}

.right{
  float:right;
}

.small{
  font-size:75%;
}

.subcontent{
  background-color:#f4ebd2;
  margin-left:6px;
  margin-right:5px;
  text-align:left;
  padding:10px;
}

.success{
  color:#006600;
  border-color:#006600;
  background-color:#94d46e;
}

#category_content_div, #set_content_div{
  width:207px;
  overflow:visible;
}

#category_content_div .h2 div{
  padding-left:0;
}

#category_content_div .h2 img{
  margin-left:2px;

  }

#category_content_div .subcontent{
  width:175px;
  overflow:visible;

  }

#category_content_div .end{
  width:206px;
}
#header{
  padding:0;
  margin:0;
  background-image:url(http://thesmileysite.com/images/header-background.png);
}

#header div.h1{
  background-image:url(http://thesmileysite.com/images/header-part1.png);
  background-repeat:no-repeat;
    background-position:top left;
    height:118px;
  line-height:118px;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
  font-size:200%;
  font-family:Tahoma, Arial, Verdana;
  margin:0;
  color:#024987;
}


#nav{
  background-image:url(http://thesmileysite.com/images/nav-back.png);
}

#nav a{
  color:#FFFFFF;
  font-weight:bold;
}

#nav ul{
  margin:0;
  padding:0;
  list-style:none;
  height:25px;
  background-image:url(http://thesmileysite.com/images/nav-2.png);
  background-position:top right;
  background-repeat:no-repeat;
}

#nav li{
  width:89px;
  text-align:center;
  float:left;
  line-height:25px;
}

#site-content{
  background-color:#e2d7b9;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
}

#site-content .bar{
  height:19px;
  background-image:url(http://thesmileysite.com/images/bar-back.png);
}

#footer{
  text-align:center;
}

