@charset "utf-8";
/* CSS Document */
img , a.more { behavior: url("../iepngfix.php") }

body { text-align:center; margin:0px; padding:0px; background:#372115 url(../images/bodybg.jpg) repeat-x; font:Arial; font-size:12px;}

.website { width:810px; text-align:left; margin:auto;background:url(../images/headerbg.jpg) no-repeat 50px top; position:relative;}

.header_sec { width:100%; height:260px; }
.box { width:394px; height:429px; background:url(../images/boxbg.gif) no-repeat;}
.bleft { float:left;}
.bright { float:right;}

.iheader { text-indent:-99999px; margin:0px; height:51px;}
.ihsp { background:url(../images/header1.gif) no-repeat;}
.ihm { background:url(../images/header2.gif) no-repeat;}

.content { padding:15px 25px 15px 25px;}
.content img { margin:15px 0px 10px 0px}
.content p { padding:0px; margin:0px;}

.bleft p { float:left;}
.bright p { float:right; text-align:right;}

.footer_sec { background:url(../images/footerbg.png); width:820px; height:133px; position:absolute; z-index:2; margin-top:-48px; margin-left:-5px;}

a.more { width:168px; height:60px; text-indent:-99999px; position:absolute; display:block;}
a.mleft { left:-18px; bottom:140px; background:url(../images/bt-left.png)}
a.mright { right:-18px; bottom:140px; background:url(../images/bt-right.png)}

/* clear float fix  >: */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.buttonheading a img {
height:16px;
width:60px;}

.clear  {display:inline-block;}

/* Hides from IE-mac \*/
* html .clear  {height: 1%;}
.clear  {display: block;}   
