/* Coding by Craddock */

body {
background: #1a1a1a url(img/background.jpg) repeat-y center;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* Containers */

.wrapper {
width: 714px;
background: #f0efda;
}

/* left */
.left {
width: 181px;
float: left;
background: #e2dec4;
border: 1px solid #c8be9c;
margin: 3px 0px 3px 1px;
padding: 4px;
}
.right {
float: right;
width: 520px;
}

#content_box {
width: 170px;
height: 20px;
background: url(img/content_box.jpg) no-repeat;
color: #7d6311;
text-align: left;
padding: 7px 0px 0px 11px;
}
p {
margin: 3px 0px 3px 0px; 
text-align: left;
color: #7b796e;
}

/* Parts */
#top_bar {
width: 714px;
height: 14px;
background: url(img/top_bar.jpg) no-repeat; 
}
#header {
width: 714px;
height: 179px;
background: url(img/header.jpg) no-repeat;
}
#bar {
width: 700px;
height: 25px;
background: url(img/green_bar.jpg) no-repeat;
text-align: left;
color: #1c341c;
font-weight: bold;
padding: 9px 0px 0px 14px;
}
#clock {
width: 502px;
height: 48px;
background: url(img/clock.jpg) no-repeat;
font-size: 14px;
color: #000;
text-align: left;
padding: 80px 0px 0px 12px;
margin: 0px 0px -15pxpx 0px;
}
#footer {
width: 700px;
height: 26px;
background: url(img/footer.jpg) no-repeat;
text-align: right;
color: #ffcc76;
padding: 53px 14px 0px 0px;
}

h1 {
color: #7d6311;
font-size: 14px;
text-align: left;
margin: 4px 0px 0px 4px;
}
p.content {
margin: 0px 0px 0px 4px;
color: #7d6311;
font-size: 11px;
text-align: left;
}
form
{
margin: 0 0 0 0;
}
li
{
margin: 0px 0px 0px 10px;
color: #7d6311;
font-size: 11px;
text-align: left;
}