body {
    margin: auto;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    color: #632516;
    background: #fff url('assets/bg.jpg') no-repeat;
}

a {
    color: #c00;
}

a:hover {
    color: #f60;
}

#container {
    width: 790px;
}

.clear {
    clear: both;
}

.m20 {
    margin-top: 20px;
}

.m15 {
    margin-top: 15px;
}

/* Header START */
#hdr-container {
    width: 790px;
}

#hdr-logo {
    width: 295px;
    float: left;
}

#hdr-nav {
    width: 490px;
    float: right;
    margin-top: 93px;
}

#hdr-nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#hdr-nav li{
    display: inline;
    padding-right: 15px;
    font-weight: bold;
}

#hdr-nav a {
    color: #fff;
    text-decoration: none;
}

#hdr-nav a:hover {
    color: #e15633;
    text-decoration: none;
}

#hdr-nav .selected {
    color: #e15633;
}
/* Header END */

/* Main Body START */
#main-container {
    width: 95%;
    padding-left: 20px;
}

#main-container h1 {
    color: #d0421e;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Main Body END */

/* Footer START */
#footer {
    background: #d4b284 url('assets/bg_footer.jpg') no-repeat;
    height: 80px;
}

#footer-txt {
    color: #fff;
    padding: 20px;
    padding-top: 28px;
    font-size: 11px;
}

#footer-txt a {
    color: #fff;
}

#footer-txt a:hover {
    color: #fff;
}
/* Footer END */

.photocontain {
    width: 350px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
}

.photocontain2 {
    width: 350px;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
}

.photocontainfull {
    width: 700px;
    padding-bottom: 10px;
	text-align: center;
}

.photocaption {
    width: 350px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.photocaptionfull {
    width: 700px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
    
.photolink {
    font-size: 10px;
    font-weight: normal;
}

.photolink a {
    color: #632516;
}

.photo {
    border: 1px solid #632516;
}
