body {
    text-align: center;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

#main {
    background-color: #fff;
}

#logo {
    margin-top: 20px;
}

#intro {
    margin-top: 30px;
    margin-bottom: 10px;
}

#tabs {
    display: none;
     margin-top: 30px;
}

#search #searchEntry { 
    width: 410px;
    margin: 0 auto 5px auto;
}
  
#search #searchBox,#search #locationBox {
    width: 400px;
}

#search #searchOptionsCtrl {
    /*text-align: right;
    margin-right: 5px;*/
    margin-top: 3px;
    margin-left: 5px;
    
}

#hot, #picks, #promo {
    margin-top: 30px;
    color: #777;
}

#hot p, #picks p, #promo p {
    margin-top: 10px;
}

#promo p b {
    color: #000;
    background-color: #ffffcc;
    padding: 2px;
}

#news {
    margin: 30px 0 0 0;
}

#footer {
    border-width: 0;
    margin-top: 30px;
}
/*#list-content{
    width: 610px;
    margin: 25px auto 5px auto;
    border: 1px solid black;
}
#list{
    width: 130px;
    text-align: center;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 110px;
    margin: 0px auto 5px auto;
    float: right;
    
}

#list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*border-top: 1px dashed #ccc;*/
    
}

/*#list li {
    margin: 0;
    /*border-bottom: 1px dashed #ccc;
    padding: 15px 5px;*/
/*} */

.nav-wrap {
    list-style: none;
    padding: 0;
    text-align: center;
    /*margin: 5px 5px 5px;*/
}

/* hide from Mac IE5 \*/
* html .nav-wrap {
    height: 1%;
}
/* END hide from Mac IE5 */

.nav-wrap ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 250px;
    margin: 0;
    margin-left:-35px;
}

.nav-wrap ul a {
    /*background-position: 0 0;
    background-repeat: no-repeat;
    border: 6px solid #E0E0E0;
    display: block;
    float: left;
    overflow: hidden;
    height: 128px;
    text-indent: -1000em;
    text-decoration: none;
    width: 128px;*/
}

.nav-wrap a:hover {
    background-position: 0 -128px;
}



/* position the three photo list items */
.nav-wrap ul.middle {
    float: none;
    position: absolute;
    left: 47%;
    margin-left: -90px;
    padding-right: 2px;
    width: 250px;
    border: black;
}

.nav-wrap ul.last {
    float: right;
    width: 250px;
    margin-right: 12px;
}
/* END list of people (homepage) */
li{
    /*border: 1px solid black;*/
}

.link-dir {
    font-size: 14px;
    text-decoration:none;
    font-weight: bold;
    color: #777;
}
.link-dir a{
    font-size: 14px;
    text-decoration:none;
    font-weight: bold;
    color: #777;
}
.link-dir a:hover{
    color: black;
}

.no {
    font-size: 14px;
    text-decoration:none;
    color: #777;
    font-weight: normal;
}

