* {
                margin: 0;
                padding: 0;
}

body {
                font-family: arial, sans-serif;
                background-color: #F8EFA8;
                font-size: 12px;
}

h1 {
                font-size: 32px;
                margin-top: 5px;
                margin-bottom: 15px;
}

p {
                font-size: 12px;
                margin-top: ;
                margin-bottom: 15px;
}

table {
                border-collapse: collapse;
                margin: 5px 0;
}

td {
                padding: 0 5px;
                border: 1px solid #000;
}

#images {
                width: 710px;
                text-align: center;
                margin-top: 20px;
}

img {
                width: 205px;
                height: 135px;
                margin: 0 10px;
                border: solid 1px #000;
}

#content {
                margin: 10px auto;
                width: 710px;
                background-color: #fff;
                border: solid 1px #4C4B46;
}

#header {
                background: url('images/header.jpg') top center no-repeat;
                width: 710px;
                height: 187px;
}

/*
        ------------ Navigation -------------
*/

#navigation {
                width: 710px;
                list-style-type: none;
                font-style: italic;
                text-align: center;
}
                
#navigation li {
                display: inline;
}

#navigation a {
                padding: 7px;
}

#navigation a:link, a:active, a:visited {
                color: #000;
                text-decoration: none;
}

#navigation a:hover {
                color: #000;
                text-decoration: underline;
}

/*
        ------------ Main -------------
*/

#main {
                padding: 0 25px;
                margin-bottom: 45px;
}

#main a {
                color: #0000FF;
                text-decoration: none;
}

#main a:hover {
                text-decoration: underline;
}

#left {
                float: left;
}

#left td {
                border: none;
}

#right {
                float: right;
                margin-right: 100px;
}

.imgright {
                float: right;
                border: 0px;
                width: 200px;
                height: 200px;
}

.imgright img {
                width: 200px;
                height: 200px;
}

.clear {
                clear: both;
}

/*
        ------------ Footer -------------
*/

#footer {
                width: 710px;
                text-align: center;
}

#footer p {
                font-size: 11px;
                margin-bottom: 5px;
}

#footer a {
                color: #000;
                text-decoration: none;
}

#footer a:hover {
                color: #000;
                text-decoration: underline;
}
