html, body {
    border:0;
    margin:0;
    padding:0;
}
 
body {
    font:100%/1.25 arial, helvetica, sans-serif;
}



/*  For the photos pages */
ul.photos li {
    list-style-image: none;
    list-style: none;
    position: relative;
    clear:none;
    width: 400px;
    padding-bottom: 40px;
}

table.photos img {
    border: solid black 2px;
}
table.photos td {
    font-weight: bold;
    font-size:  16px;
    text-align: center;
}


/* Styles for the 'message' box */
#messages, #errors {
    clear: both;
    font-size: 12px;
    line-height: 1.3em;
    margin: 1em 0;
    padding: 20px 50px 5px 70px;
    width: 500px;
    text-align: left;
}
#messages p,#messages ul,#messages ol,#errors p,#errors ul,#errors  {
    margin: 0 0 15px;
}
#messages li,#errors li,#info li {
    list-style-image: none;
}
#errors {
    background: #fdd1cf url(/images/errors.png) no-repeat top left;
    border: 1px solid #ac160e;
    color: #ac160e;
}
#messages {
    background: #d1fdcf url(/images/messages.png) no-repeat top left;
    border: 1px solid #1aa00a;
    color: #1aa00a;
}


.float_right {
    float: right;
}
.floag_left {
    float: left;
}
