body {
text-align:center;
font-family:Georgia, Times New Roman, serif;
color:#444f52;
font-size:12px;
background-image:url(images/body_bg.jpg);
background-repeat:repeat;
}

#wrapper {
background-image:url(images/wrapper_bg.png);
background-repeat:repeat;
background-position:top left;
padding:0;
height:100px;
width:100%;
}

#header{
margin:0 auto;
width:790px;
height:164px;
background-image:url(images/header_bg.png);
background-position:top left;
background-repeat:no-repeat;
padding:10px 0 0 0;
color:#F3E8C9;
position:relative;
z-index:9999;
}

#content {
margin:auto 0;
width:763px;
text-align:left;
border:1px solid #fff;
padding:10px 10px 20px 10px;
background-color:#fff;
margin:-60px auto 20px auto;
background-image:url(images/content_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
min-height:500px;
}

#content h1 {
margin:10px 0 0 10px;
}

#main_content {
width:550px;
min-height:450px;
padding:0px 10px 0 10px;
border-right:1px solid #444f52;
float:left;
margin:20px 0 0 0;
}

#main_content p {
margin:0 0 20px 0;
}

.image_left {
float:left;
padding:0 10px 10px 0;
}

.image_right {
float:right;
padding:0 0 10px 10px;
}

#sidebar_content {
float:right;
width:180px;
margin:20px 2px 0 0;
}

#sidebar_content p {
padding:20px 0 20px 0;
}

#sidebar_content ul li a {
background-color:#444F52;
padding:5px;
display:block;
margin:0 0 4px 0;
color:#F3E8C9;
text-decoration:none;
border:0;
font-weight:bold;
}

#sidebar_content ul li a:hover {
background-color:#6F7C7F;
}

.clear {
clear:both;
}

#footer {
clear:both;
background-image:url(images/footer_bg.png);
background-repeat:repeat-x;
height:87px;
padding:0;
color:#F3E8C9;
font-size:11px;
}

h1 {
font-size:24px;
}

p {
line-height:20px;
}

strong {
font-weight:bold;
}

a {
text-decoration:none;
border-bottom:1px dashed;
color:#444f52;
}

a:hover {
border-bottom:1px solid;
}

#footer p {
line-height:16px;
padding:50px 0 0 0;
}

#footer p a {
color:#F3E8C9;
}

#footer p a:hover {
border:none;
}

table {
width:100%;
text-align:left;
padding:0 0 10px 0;
}

th {
font-weight:bold;
padding:6px 8px;
}

td {
padding:6px 8px;
}

tr.odd {
background-color:#EEEDD9;
}

tr.even {
background-color:#CFCDB5;
}