@charset "utf-8";
/* CSS Document */

body {
background:url(../images/bg-all.jpg) 50% 0 no-repeat fixed #000;
font-family:Calibri, Arial, Helvetica, sans-serif;
color:#333333;
margin:0px;
padding:0px;
}

h1 {
font-family:Cambria, "Times New Roman", Times, serif;
font-size:18px;
}

ul {
font-size:14px;
list-style-image:url(../images/IMG_dot.jpg);
}


#content {
background-image:url(../images/BG_content.jpg);
background-repeat:repeat-x;
background-color:#faf6ee;
padding:0px;
margin:0px;
width:800px;
min-height:350px;
}

#footer {
background-image:url(../images/BG_footer.jpg);
background-repeat:repeat-x;
background-color:#362f2d;
min-height:200px;
width:800px;
margin:0px;
padding:0px;
color:#faf6ee;
text-align:center;
}

#footer a {
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}

#footer a:hover {
color:#8ad8ff;
text-decoration:underline;
text-transform:uppercase;
}

.contentBox {
border:1px #FFFFFF solid;
margin:10px;
padding10px;
background-color:#e8e1ce;
}
