/* CSS Document */
body{
	background-color:#C7BB81;
}

/* Top Shadows */
#stl{
	background-image:url(stl.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
#st{
	background-image:url(st.jpg);
	background-repeat:repeat-x;
}
#str{
	background-image:url(str.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

/* Left and Right Shadows */
#sl{
	background-image:url(sl.jpg);
	background-repeat:repeat-y;
}
#sr{
	background-image:url(sr.jpg);
	background-repeat:repeat-y;
}

/* Bottom Shadows */
#sbl{
	background-image:url(sbl.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
#sb{
	background-image:url(sb.jpg);
	background-repeat:repeat-x;
}
#sbr{
	background-image:url(sbr.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

#shell{
 background-color:#FFFFFF;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	border:0px;
}
