/* CSS Document */
}
.bodybg {
	background-image : url("assets/smoke_bg.jpg");
	background-repeat : no-repeat;
	background-position : bottom;
}
.bodybg2 {
	background-image : url("../assets/smoke_bg2.jpg");
	background-repeat : no-repeat;
	background-position : bottom;
}
.mainbg {
	background-image :   url("assets/fire.jpg");
	background-repeat : repeat-x;
	background-position : top;
}
.mainbg2 {
	background-image :   url();
	background-repeat : repeat-x;
	background-position : top;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	color: #8A1C01;
	text-decoration: none;
}
.menu3 {
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}
a.menu3 {
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}
a.menu3:hover {
	color : #gold;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #D79E0D;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;

        }

    td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }

