* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #323232 url('../img/background.jpg') no-repeat top center;
    font: normal normal normal 75% Arial, sans-serif;
    color: #fff;
}

img {
    border: none;
}

p {
    padding: 0px 0px 13px 0px;
}

h1 {
    color: #f28d17;
    font-size: 2em;
    word-spacing: -2px;
    margin: 0px 0px 13px 0px;
}

h3 {
    font-size: 1em;
    color: #787878;
    font-weight: normal;
    margin: 0px 0px 13px 0px; 
}

a {
    text-decoration: none;
    color: #fff;
}

.orange {
    color: #ec9000;
}

.white {
    color: #fff;
}

#orange_border {
    width: 100%;
    height: 10px;
    background: #ec9000;
}

#wrapper {
    width: 964px;
    margin: 0px auto 0px auto;
}

#top {
    width: 957px;
    height: 35px;
    padding: 54px 0px 0px 7px;
    margin: 16px 0px 12px 0px;
    background: url('../img/bg_top.gif') no-repeat 150px 0px;
}

#menu ul {
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 12px 5px 12px;
}

#menu ul li a:hover {
    color: #ec9000;
}

#content_wrapper {
    margin: 25px 0px 0px 0px;
}

#sidebar {
    width: 239px;
    padding: 0px 0px 0px 25px;
    float: left;
    border-left: 1px solid #414141;
}

#sidebar ul, #photo_albums ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

#sidebar ul li, #photo_albums ul li {
    display: block;
    height: 22px;
    padding: 4px 0px 0px 30px;
    background: url('../img/ul_li.gif') no-repeat;
}

.spacer {
    margin: 13px 0px 13px 0px;
    width: 964px;
    clear: both;
    height: 2px;
    background: url('../img/spacer.gif') no-repeat;
}

#header {
    width: 944px;
    height: 256px;
    border: 10px solid #fff;
}

#header img {

}

#info_bar {
    height: 122px;
}

#party_pictures {
    float: left;
    width: 581px;
}

#picts_holder {
    width: 68px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#picts_holder img{
    display: block;
}

.more {
    margin: 5px 0px 0px 0px;
}

.image {
    height: 101px;
    width: 135px;
    border: 10px solid #fff;
    float: left;
    background: #dcdcdc;
    margin: 0px 10px 10px 0px;
}

#news {
    float: left;
}

#news_holder {
    float: left;
    width: 76px;
    margin: 0px 20px 0px 0px;
}

#news_messages {
    float: left;
    width: 287px;
}

#news_messages ul {
    list-style-type: none;
}

#news_messages ul li {
    border-bottom: 1px solid #4F4F4F;
    padding: 5px 0px 3px 0px;
}

#top_footer {
    width: 964px;
    height: 108px;
    background: url('../img/bg_top_footer.png') no-repeat;
}

#more_neys {
    width: 287px;
    height: 92px;
    padding: 16px 35px 0px 14px;
    float: left;
}

#more_neys ul {
    list-style-type: none;
}

#more_neys .text {
    width: 262px;
    float: left;
}

#image_column {
    width: 25px;
    height: 92px;
    float: right;
}

#image_column img {
    margin: 0px 0px 4px 0px;
}

#info_neys {
    width: 297px;
    float: left;
    padding: 16px 0px 0px 30px;
    height: 92px;
}

#info_neys h1, #newsletter h1 {
    margin: 0px 0px 8px 0px;
}

#info_neys p, #newsletter p {
    padding: 0px 0px 10px 0px;
}

#newsletter {
    width: 271px;
    height: 92px;
    float: left;
    padding: 16px 0px 0px 30px;
}

#footer {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
    background: url('../img/bg_footer.gif') no-repeat;
}

#footer_left {
    width: 50%;
    height: 21px;
    float: left;
}

#footer_right {
    width: 50%;
    float: left;
    text-align: right;
}

#footer_right ul {
    list-style-type: none;
}

#footer_right ul li {
    display: block;
    float: right;
}

#footer_right ul li a, #footer_right span {
    display: block;
    padding: 0px 2px 0px 2px;
}

.clear {
    clear: both;
}

/* album/overview, album/view */

#photo_albums {
    width: 250px;
    float: left;
}

#photo_albums_viewer {
    width: 714px;
    float: left;
}

#loader {
    background: url('../img/grey_loader.gif') no-repeat;
    padding: 0px 0px 0px 24px;
}

.album, .indv_image {
    margin: 0px 10px 10px 0px;
    float: left;   
}

.title {
    display: block;
    margin: 5px 0px 0px 0px;
}

.top_image {
    display: block;
    width: 135px;
    height: 101px;
    float: left;
    margin: 0px 10px 10px 0px;
    border: 10px solid #efefef;
}

.desc {
    padding: 15px 15px 0px 15px;
    border: 1px solid #efefef;
    margin: 0px 0px 10px 0px;
}

.no_image {
    display: block;
    width: 110px;
    height: 48px;
    padding: 35px 0px 0px 0px;
    text-align: center;
    margin: 0px 0px 5px 0px;
    border: 1px solid #efefef;
}

.album .title {
    text-align: center;
    display: block;
}

/* album / group */

#group {
    width: 964px;
    height: 481px;
    margin: 0px 0px 10px 0px;
}

.image_link {
    width: 150px;
    margin: 0px auto 0px auto;
}

.image_link input {
    width: 300px;
}

.prev_none, .next_none {
    width: 135px;
    height: 101px;
    float: left;
    background: #fff;
    text-align: center;
    margin: 0px 10px 0px 0px;
    color: #666;
    border: 10px solid #fff;
}

.small_holder {
    width: 155px;
    margin: 0px 10px 0px 0px;
    height: 121px;
    float: left;
    background: #fff url('../img/small_loader.gif') no-repeat center center;
}

.nm {
   margin: 0px !important; 
}

.big_image_wrapper {
    width: 634px;
    height: 481px;
    background: #fff url('../img/big_loader.gif') no-repeat center center;
    float: left;
    margin: 0px 10px 0px 0px;
}

.big_image {
    width: 614px;
    height: 461px;
    border: 10px solid #fff;
    
}