/* CSS Document */
body{
	background-color:#F3FCD8;
}
 /* ## SHADOWS ## */
 
 /* Top Shadows */
#stl{
	background-image:url(stl.jpg);
	background-repeat:no-repeat;
	height:6px;
	width:6px;
}
#st{
	background-image:url(st.jpg);
	background-repeat:repeat-x;
}
#str{
	background-image:url(str.jpg);
	background-repeat:no-repeat;
	height:6px;
	width:6px;
}

/* 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:6px;
	width:6px;
}
#sb{
	background-image:url(sb.jpg);
	background-repeat:repeat-x;
}
#sbr{
	background-image:url(sbr.jpg);
	background-repeat:no-repeat;
	height:6px;
	width:6px;
}

/* top gap */
#tGap{
	height:5px;
}
 /* ## END SHADOWS ## */
 
/* Gap between the banner and body */
#bannerGap{
 	height:10px;
}

/* Roll over style */
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
