body {
    background-color: #CFC793;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 10px;
    padding: 0px;
}

.clear {
    clear:both;
}

* {
    margin: 0px;
    padding: 0px;
}

#container {
    margin: 0px auto;
    text-align: left;
    width: 717px;
}

a {
    font-size:12px;
}

p {
    margin: 15px 0px;
}

em {
   font-style: normal;
   font-weight: bold;
}

/* Header */

#header {
    margin: 0px 0px 0px 0px;
    background-image: url(images/header.png);
    background-color: #698499;
    width: 716px;
    height: 288px;
    position: relative;
}

#header ul {
    background-color:#7A580D;
    width:710px;
    border: 3px solid #FFFFFF;
    display:block;
    top:255px;
    position:absolute;
    margin: 0px 0px 0px 0px;
    height:22px;
    padding:5px 0px 0px 0px;
    text-align:center;
}

#header li {
    display: inline;
}

#header ul a{
    text-decoration: none;
    color: #FFFFFF;
    margin: 0px 15px;
}

#header ul a:hover{
    text-decoration: underline;
    color: #EBC76C;
}

#logo_w1, #logo_w2 {
    font-size: 24px;
    font-style: italic;
    color: #FFFFFF;
    position: absolute;
}

#logo_w1 {
    top: 15px;
    left: 20px;
}

#logo_w2 {
    top:44px;
    left:44px;
}

#header_text {
    top: 120px;
    left: 43px;
    width: 180px;
    position: absolute;
}
#header_text p{
    font-size: 18px;
    color: #FFFFFF;
}

/* Content */

#content {
    background-image: url(images/content_bg.png);
    background-color: #EBE6C5;
    width: 716px;
}

img {
    border-width:0px;
}

h1 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 20px 0px;
}

h2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 15px 0px;
}

#left {
    float:left;
    width:427px;
    margin-left:27px;
    padding: 0px 10px 30px 0px;
    display:inline;
}

a {
    color: #28556b;
}

a:hover {
    color: #c77e0c;
}

#right {
    float: right;
    width: 210px;
    padding: 0px 20px 20px 20px;
    border-left: #FFF 2px solid;

}

#footerline {
    clear: both;
    background-image: url(images/footer_bg.png);
    font-size: 1px;
    height: 10px;
}

table {
	border-collapse: collapse;
	text-align: left;
        margin: 10px 0;
}

table th {
	font-weight: bold;
        padding: 0.3em 0.4em;
}

table td {
	padding: 0.1em 0.4em;
}

table, table td, table th {
    border: 1px solid #734F00;
}