/* -------- BODY -------- */
body {
margin: 0;
padding: 0;
background: #88929e;
font-family: Arial;
font-size: 13px;
color: #565e66;
}
a:link, a:visited {
color: #a41a1a;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #a41a1a;
font-weight: bold;
text-decoration: underline;
}
h1 {
margin: 0;
padding: 2px;
background: url(images/hdrbg.png) top left;
background-repeat: repeat-x;
width: 100%;
height: 30px;
}

/* -------- STRUCTURE -------- */
#wrapper {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-image: url(images/wrapperbg.png);
background-position: top left;
background-repeat: repeat-x;
}
#header {
margin: 0 auto 0 auto;
padding: 0;
width: 950px;
height: 300px;
background: url(images/header.png);
bakground-position: top center;
}
#container {
margin: 1px auto 0 auto;
padding: 0;
width: 950px;
background-image: url(images/containerbg.png);
background-repeat: repeat-y;
background-position: top center;
}
#footer {
margin: 0 auto 0 auto;
padding: 0;
width: 100%;
background: #e7dba7;
background-image: url(images/footerbg.png);
background-repeat: repeat-x;
background-position: top center;
}

/* ------ CONTAINER ------ */
/* ---- menu ---- */
#menu {
margin: 0 auto 0 25px;
padding: 0;
width: 899px;
height: 50px;
background-image: url(images/menubg.png);
background-position: top left;
background-repeat: repeat-x;
text-align: center;
}
/* ---- content ---- */
#content {
margin: 0 0 0 25px;
padding: 0;
width: 899px;
}
/* -- left -- */
#left {
margin: 0 0 0 10px;
padding: 3px;
width: 208px;
float: left;
background: #f7edc7 url(images/sidebarbg.png);
background-position: top center;
background-repeat: repeat-x;
border: 1px solid #e7dba7;
}
#left ul {
margin-top: -12px;
}
#left li {
margin-left: -25px;
}
/* -- main -- */
#main {
margin: -16px 10px 0 10px;
padding: 3px;
width: 421px;
float: left;
}
/* -- right -- */
#right { 
margin: -16px 0 0 10px;
padding: 0;
width: 210px;
float: right;
}

/* ------ FOOTER ------ */
/* ---- footer content ---- */
#footercontent {
margin: 0 auto 0 auto;
padding: 10px;
width: 899px;
}
/* -- site map -- */
#sitemap {
margin: 5px 0 0 0;
padding: 3px;
width: 568px;
float: left;
text-align: left;
background: #f7edc7;
border: 1px solid #fff;
font-size: 10px;
}
#sitemap a {
color: #640f0f;
text-decoration: none;
}
#sitemap a:hover {
text-decoration: underline;
}
#sitemap ul {
padding-left: 0px;
}
#sitemap li {
padding-left: 3px;
list-style: none;
}
/* meta */
#meta {
margin: 5px 0 5px 0;
padding: 5px;
width: 285px;
float: right;
text-align: right;
background: #e7dba7;
border: 1px solid #fff;
}