body {
    background: url('images/img1.png') #ECF4FA;
    background-repeat:repeat-x;
    margin: 0;
}

#container {
    /* border: 1px solid blue; */
    width: 960px;
    margin: auto;
}


#header {
    /* border: 1px solid red; */
}

#content {
   /* border: 1px solid red; */
}

.itemRow {
    display: block;
    height: 263px;;
    width: inherit;
    background:url('images/img3.png');
    background-position: bottom;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    border-radius: 5px 5px 0 0;
    overflow:visible;
}


.item {
    border: 1px solid #F6BD32;
    width: 200px;
    height: 230px;
    padding: 5px;
    display: inline-block;
    margin:10px;
}

.item:hover {
    background: #FFF;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;

}

.itemHover {
    background: #FFF;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

.item img {
    max-width: 190px;
    max-height: 190px;
    border: 5px solid #999999;
    margin-bottom: 5px;
}

#header h1 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #990000;
    font-family: 'Lobster Two', cursive, arial, serif;
}

.headerDescription {
    display: block;
    text-align:right;
}

.nav {
    position: relative;
    top: -6px;
}

.nav a {
    display: inline-block;
    background: #990000;
    font-family: Arial,Helvetica,sans-serif;
    color: #FFF;
    text-decoration:none;
    text-transform: uppercase;
    font-size: .8em;
    padding: 2px;
}

#footer {
    margin-top: 20px;
    background: url('images/footer.gif') repeat-x scroll 0 0;
    padding: 20px;
    margin-bottom: 0px;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
}

.imageDescription {
    display: block;
    clear: both;
}

a {
    text-decoration: none;
}

.pager {
    /* border: 1px solid red; */
    margin: auto;
    width: 250px;
    height: 40px;
    margin-top: 20px;
}

.pagerButton {
    width: 120px;
    height: 35px;
}

.item span {
    font-family: 'Lobster Two', cursive, arial, serif;
}

.fancyboxTitleBox {
    color: #FFFFFF;
    border: 1px solid #F6BD32;
}
