}
.bodybg {
	background : #000000 url("assets/reflection.jpg") no-repeat top center;
}
.specials {
	background : #E9D8C8 url("assets/spcial2.jpg") no-repeat top center;
}
.bg2 {
	background :  url("assets/main_slice.jpg") repeat-y top center;
}
.homebg {
	background : url("../assets/homebg.jpg") no-repeat top left;
}
.bodywhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #ffffff;
	text-decoration : none;
}
.subhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #791942;
	text-decoration : none;
	font-weight : bold;
}
.formhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #791942;
	text-decoration : none;
	font-weight : ;
}
.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}
a.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #791942;
	text-decoration : underline;
}
a.body:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
}
 .menuActuator2 { 
            color:#89755C;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
        }

 		A.menuActuator2 { 
            color:#89755C;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
        }
		 A.menuActuator2:hover { 
            color:#791942;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
}
 .menuActuator { 
            color:#ffffff;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
        }

 		A.menuActuator { 
            color:#ffffff;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
        }
		 A.menuActuator:hover { 
            color:#B3ABA0;
            font-weight:bold;
            font-size:12px;
            font-family:arial;
			text-decoration : none;
        }


        .menu {
            font-family:verdana;
            color:#B3ABA0;
            font-size:11px;
			font-weight:none;
			text-decoration : none;
			
			height : 24px;
			margin : 15px 40px 10px 0px;

        }
		A.menu {
            font-family:verdana;
            color:#B3ABA0;
            font-size:11px;
			text-decoration : none;
        }
		A.menu:hover{
            font-family:verdana;
            color:#ffffff;
            font-size:11px;
			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;
      }
#viewPort{
width:760px;
height:410px;
overflow:hidden; 
position:relative;
}

#iframeContent{
position:absolute; 
top:-90px;
left:-10px;
width:770px;
height:500px;
}