body {
background: #BE249F url(http://www.ednavalentino.com/images/bg.gif) repeat-x;
text-align: center;
}
div#mainarea {
background: #FFFFFF url(http://www.ednavalentino.com/images/mainbg.gif) repeat-x;
}
.nobg td {
background: #000000 url(http://www.ednavalentino.com/images/1px.gif) repeat-x;
}
.maintext {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
line-height: 18px;
font-weight: bold;
color: #000000;
text-align: left;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 8px
}
.maintextwhite {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-style: normal;
line-height: 18px;
font-weight: bold;
color: #FFFFFF;
text-align: left;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 8px
}
.maintextwhite a:link {
color: #FFFFFF;
}
.maintextwhite a:visited {
color: #FFFFFF;
}
.maintextwhite a:hover {
color: #000000;
}
.newsheadlinetext {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
font-style: normal;
line-height: 20px;
font-weight: bold;
color: #000000;
text-align: left;
margin-right: 2px;
margin-left: 10px
}
.newsdatetext {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
line-height: 12px;
color: #000000;
text-align: left;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 10px
}
.newsmaintext {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
font-style: normal;
line-height: 14px;
color: #000000;
text-align: left;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 10px
}
.newsmaintext a:link {
color: #990099;
}
.newsmaintext a:visited {
color: #990099;
}
.newsmaintext a:hover {
color: #000000;
}
.linksnametext {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
font-weight: bold;
line-height: 14px;
color: #000000;
text-align: left;
margin-top: 5px;
margin-left: 50px
}
.linksnametext a:link {
color: #660066;
}
.linksnametext a:visited {
color: #660066;
}
.linksnametext a:hover {
color: #CC3333;
}
.linksdesctext {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-style: normal;
font-weight: bold;
line-height: 12px;
color: #000000;
margin-left: 55px;
}
.contactmaintext {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
font-style: normal;
line-height: 14px;
color: #000000;
text-align: left;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 10px;
}
.contactmaintexterror {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
font-style: normal;
line-height: 14px;
color: #FF0000;
text-align: left;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 10px;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:437px; height:255px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:437px; height:255px; 
	clip:rect(0px, 437px, 255px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:relative;
	left:0px; top:0px; 
	z-index:1;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:1;
  width:11px; height:240px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:11px;
  width:11px; height:220px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#BE249F;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  