@charset "utf-8";
/* CSS Document */
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #61180F;
background-image : url(../img/bg_body.jpg); background-repeat : no-repeat;
}
#wrapper {
margin: 57px auto;
width: 774px;
background-image: url(../img/home_bg.gif);
background-repeat: repeat-y;
background-position: center;
}
#header {
background-image: url(../img/home_headerbg.jpg);
background-repeat: repeat-y;
background-position: center;
height: 20px;
text-align: right;
margin-left: 8px;
padding: 10px 14px 0 0;
color: #fff;
}
#header a {
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
}
#header a:hover {
color: #CCCCCC;
}
#content {
background-image: url(../img/home_content-bg.jpg);
background-position: top left;
background-repeat: no-repeat;
text-align: left;
margin-left: 7px;
}
.container {
float: right;
margin-right: 7px;
width: 461px;
background-image: url(../img/home_containerbg.jpg);
background-position: top right;
background-repeat: no-repeat;
}
strong {
color: #61180f;
}
p {
margin: 20px 0;
}
ul {
margin: 97px 0 29px 0;
float: left;
}
li {
list-style: none;
}
.navlist a, li.strong a {
display: block;
height: 22px;
color: #3a3e32;
text-decoration: none;
padding-left: 20px;
background-image: url(../img/home_bullet.gif); 
background-repeat: no-repeat;
}
.navlist a:hover, li.strong a:hover {
background-position: 0 -22px;
color: #61180F;
}
li.strong a, li.strong a:hover {
font-weight: bold;
}
#footer {
font-size: 1em;
color: #FFFFFF;
text-align: left;
padding: 0.8em 0 0 2em;
background-color: #61180F;
background-image: url(../img/home_footerbg.jpg);
background-position: top;
background-repeat: no-repeat;
height: 40px;
}
.clearit {
clear: both;
}
.news {
border-right: 1px solid #939E7D;
border-bottom: 1px solid #939E7D;
border-top: 1px solid #D9DDD2;
border-left: 1px solid #D9DDD2;
width: 228px;
text-align: center;
font-size: 1em;
padding: 0.8em ;
}
.news a {
color: #3a3e32;
text-decoration: none;
}
.news a:hover {
color: #61180f;
}
.dedicated {
font-weight: bold;
font-size: 14px;
color: #61180f;
margin-top: 29px;
}