Body
{
Background-color: #281910;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

.bg
{
Background-color: #281910;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-image: url(../images/right.gif);
background-repeat: no-repeat;
background-position: top right;
background-attachment:fixed;
}

.maintble
{
background-color:#281910;
}

.header
{
background-image: url(../images/header.gif);
background-repeat: no-repeat;
background-position: top left;
}

.mainbody
{
/*
background-image: url(../images/right.gif);
background-repeat: no-repeat;
background-position: top right;
*/
padding:0px 0px 0px 0px;
}

.bottom
{
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
background-position: bottom left;
padding-bottom:118px;
}

.leftsite
{
padding:0px 0px 0px 50px;
}

a.leftlink {
font-family      : ZapfHumnst Dm BT;
display          : block;
font-size        : 14px;
font-weight      : bold;
text-decoration  : none;
padding          : 3px 0px 3px 0px;
color            : #F2F2F2;
text-indent      : 1px;
}
a.leftlink:hover {
font-family      : ZapfHumnst Dm BT;
font-size        : 14px;
font-weight      : bold;
color            : #72593B;
text-decoration  : none;
text-indent      : 1px;
padding          : 3px 0px 3px 0px;
}

a.rightlink {
font-family      : ZapfHumnst Dm BT;
display          : block;
font-size        : 14px;
font-weight      : bold;
text-decoration  : none;
padding          : 3px 0px 3px 0px;
color            : #F2F2F2;
text-indent      : 1px;
}
a.rightlink:hover {
font-family      : ZapfHumnst Dm BT;
font-size        : 14px;
font-weight      : bold;
color            : #72593B;
text-decoration  : none;
text-indent      : 1px;
padding          : 3px 0px 3px 0px;
}

.heading
{
font-family: ZapfHumnst Dm BT;
font-size: 20px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.heading2
{
font-family: ZapfHumnst Dm BT;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.maintext 
{
font-family: ZapfHumnst Dm BT; 
font-size: 14px; 
font-weight: normal; 
color: #FFFFFF; 
text-decoration: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.link 
{
color:#996600;
text-decoration: none;
}
.link:hover
{
font-weight: normal; 
color: #FFFFFF; 
text-decoration: none;
}

.copyright 
{
font-family: ZapfHumnst Dm BT; 
font-size: 11px; 
font-weight: normal; 
color: #FFFFFF; 
text-decoration: none;
padding:0px 0px 0px 240px;
}



.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
 /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
font-family      : ZapfHumnst Dm BT;
display          : block;
font-size        : 14px;
font-weight      : bold;
padding          : 3px 0px 3px 0px;
color            : #F2F2F2;
text-indent      : 1px;
}


.suckerdiv ul li a:hover{
font-family      : ZapfHumnst Dm BT;
font-size        : 14px;
font-weight      : bold;
color            : #72593B;
text-decoration  : none;
text-indent      : 1px;
padding          : 3px 0px 3px 0px;

}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */