div.layer1 {
	float:right;
	position: relative;
	right:74px;
	top:-570px;
    background-image: url('/images/girls.gif');
    height:451px;
    width:433px;
    z-index:10;
}

div.newsbody {
	float: left;
	width: 720px;
}

div.varrows {
	float: left;
	text-align: right;
	width: 73px;
}

div.ardown {
	padding-top: 12px;
}

 /* for scrolling layers - about us page */
 div#hold        {
        position:relative; overflow:hidden;
        width:720px; height:50px; z-index:100;
        float:left;
        }
 div#wn        {
        position:absolute;
        left:0px; top:0px;
        width:720px; height:50px;
        clip:rect(0px, 720px, 55px, 0px);
        overflow:hidden;
        z-index:1;
        }
 div#lyr1 {
        position:absolute;
        left:0px; top:0px;
        z-index:1;
        }
 table#imgTbl { width:720px }

.newsbody a{
    text-decoration:none;
}

.newsbody .title:hover{
    text-decoration:underline;
}

.newsbody .subtitle{
    font-style:italic;
}

