body {
    background: #FFF;
    background: url(/common/body.gif);
    font-family: Verdana, serif, Courier;
    font-style: normal;
    font-size: small;
    color: #222;
}

#main {
    background:#FFF;
    width: 800px;
    min-height: 100%;
    text-align: left;
    padding: 5px;
    margin: auto;
    border:2px solid #EEE;
}

#header {
    background:#FFF;
    width: 800px;    
    height: 174px;
    border: 0px;
    border-bottom: 3px solid #62C2CC;
    padding: 0px;
}

#footer {
    background:#FFF;
    width: 800px;    
    height: 70px;
    border: 0px;
    border-top: 3px solid #62C2CC;
    font-size: xx-small;
    padding: 0px;
    text-align: justify;
}

#banner {
    padding: 5px;
    text-align: center;
}

#content {
    padding: 2px;
    text-align: justify;
    color: #333;
}

.photobox {
    height: 120px;
    margin: 5px;
    background: #eee url('/common/photobox.png') repeat-x;
    text-align: left;
    padding-left: 10px;
}

.photobox img {
    margin-top: 18px;
    margin-bottom: 18px;
}

.photobox a {
    color: #ccc;
}

.navigator {
    font-size: 1.2em;
    color: #666;
    padding: 10px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none; 
}

a {
    text-decoration: none; 
    font-weight: bold; 
}

a:hover {
    font-weight: bold; 
    text-decoration: underline; 
}

h3.title {
    color: #333;
    font-weight: bold; 
    border-bottom: 1px solid #444;
}

blockquote {
    font-size: 0.9em;
    font-style: italic;
}

img.icon {
    border: 0px;
}

p {
    padding: 2px;
    clear: both;
    text-align: justify;
}

p.tip {
    border: 1px dashed #999;
    background: #EEE;
}


input,textarea,button,select {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 2px;
}

.guestbook-entry {
    
}

.guestbook-bigbox {
    width: 90%;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #eee;
}

.guestbook-box {
    width: 400px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    background: #eeffff;
    text-align: left;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #eee;
}

#tip-title { text-align: left; }

#tip-title b { display: block; margin-right: 80px; }

#tip-title span { float: right; }

