
/* CSS Document */


/* body & commons */

body {padding:0px; margin:0px; color:#d1a78e; font: 10px Arial, Helvetica, sans-serif; background:#5f3844;}
ul   {list-style-type:none;}
a    {outline: 0 none}
div, p, ul, h1, h2, h3, img {padding:0px; margin:0px;}

.clear  {display: block; clear: both;}
.l	    {float:left;}
.r	    {float:right;}
.hidden {display:none;}

/* end: body & commons */



/* header */

#header_c  {width:100%; height:224px; clear:both; background:url(../images/home/bg_header.gif) 0 0 repeat-x;}
#header    {width:805px; height:224px; position:relative; margin:0 auto; padding:0px;}

/* end: header */



/* content */

#container     {width:100%; height:354px; clear:both; height:auto;}
#content       {width:805px; height:354px; position:relative; margin:0 auto; text-align:center;}
#content h1    {display:block; position:absolute; top:15px; left:15px; width:10px; height:10px; text-indent:-9999px;}
#content #navi {border:0; margin-top:25px;}
/* end: content */



/* footer */

#footer_c       {width:100%; height:217px; clear:both; background:url(../images/home/bg_footer.gif) 0 0 repeat-x;}
#footer         {width:805px; height:217px; position:relative; margin:0 auto; padding:0px;}
p.footer        {position:absolute; left:0px; top:194px; width:805px; font-weight:normal; text-transform:uppercase; letter-spacing:1px; color:#d1a78e; text-align:center;}

/* end: footer */

