#contenttop {
background: url(images/contenttop3.png) top center no-repeat;
width: 217px;
height: 38px;
margin-bottom:-10px;
text-align:center;
color:white;
padding-top: 10px;
}

#content {
background: url(images/contentmiddle.png) center repeat-y;
width: 217px;
height: 100%;
padding: 0px 0px 0px 0px;
margin:0;
text-align:left;
}

#contentbottom {
background: url(images/contentbottom.png) bottom center no-repeat;
width: 217px;
height: 23px;
}
/**********************************************************************************/
a.ContentClass, a.ContentClass:visited{
	color:gray;
	text-decoration:none;
}
a.ContentClass:hover
{
	background-color:lightgreen;
	color:white;
	text-decoration:underline;
}
/**********************************************************************************/

