body{
  font-family: Verdana,sans-serif;
  font-size: 0.9em;
}


h1,h2,h3,h4,h5{
  font-size: 1em;
  margin:0;
  padding:0;
}

h2{
  margin-bottom: 1em;
}

h2 a {
  color: black;
}

.body_wrapper{
  width:960px;
  margin:auto;
}

a{
  color: #06C1DE;
}

#menu{ }

#bread{ }

#header{
  margin-bottom: 1em;
}

#footer{ }

#content{
  width: 640px;
  float:left;

}

#sidebar{
  width: 320px;
  float:right;
}


.wrapped{
  padding: 5px 10px 10px 10px;
  
}

.clear_both{
  clear:both;
}

.clear_left{
  clear:left;
}

.content_left{
  float:left;
  width: 50%;
}

.content_right{
  float:right;
  width: 50%;
}

/* MENU */

#menu {
 margin-bottom: 4em;
}

#menu ul {
  list-style-type: none;
  padding:0;
  margin:0;
  text-transform:uppercase;
  
}

#menu ul li a{
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: #FF0099 /* #0CBDDC */;
  padding:4px 10px 5px 10px;
  display:block;
  float:left;
  margin-right: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  letter-spacing: -1px;

}

#menu ul li a:hover{
  background:#5C5c5c;
}




/* BOXES */
#catbox{
  margin-bottom: 1em;
  background:#eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

}


#catbox ul{
  list-style-type: none;
  padding:0;
  margin:0px 5px 0px 0px;
  display:block;
  float: left;
  width: 195px;
  
}

#topapps{
  margin-bottom: 1em;
  border: 1px solid #eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#topapps ol{
  padding:0;
  margin:0;
  list-style-type: none;
}

#topapps ol li {
  list-style-type: none;
  padding-left: 70px;
  padding-bottom: 1em;
  background-repeat: no-repeat;
  height:70px;
}

/* footer */
#footer{
  font-size: 0.8em;
}

/* SEARCH */

#search {
  padding-top: 4px;
  font-weight:bold;
  
  margin-bottom: 1em;
  background:#eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#search a {
 font-style: italic;
}

#pagination{
  margin-bottom: 1em;
  border: 1px solid #eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
}

.download{
  width: 120px;
  float:right;
  margin-bottom: 1em;
  padding: 0px 0px 0px 10px;
  text-align: center;
}

.butdown{
  display:block;
  background:#06C1DE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color:white;
  text-decoration: none;
  font-weight:bold;
  padding: 5px 10px 5px 10px;
  margin: 1em 0px 1em 0px;
}

a.butdown:hover{
  
}
