@charset "utf-8";
/* CSS Document */

body {
	background-color: #808080;
	background-image:
; 		background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial;
}
#header {
	background-image:url(../grfx/topbanner.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: auto;
}
#UpperBanner {
	height: 114px;
	width: 880px;
}

#MidBanner  {
	height: 125px;
	width: 880px;
}
#MidBannerRight{
	height: 125px;
	width: 50px;
}

#LowBanner {
	height: 60px;
	width: 880px;

}
#BodyLeft{
	background-image: url(../grfx/LeftSideTear.jpg);
	width: 51px;
	background-repeat: repeat-y;
	height: inherit;
}

#BodyMain{
	width: 880px;
	height: auto;
}

#BodyInnerMain{
	width: 98%;
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#BodyRight{
	background-image: url(../grfx/RightSideTear.jpg);
	background-repeat: repeat-y;
	width: 51px;
}

#BodyBottom{
	background-image: url(../grfx/bottomTear.jpg);
	background-repeat: no-repeat;
	width: 883px;
	height: 52px;
}
SPAN.glow {
	color: #000000;
	text-shadow: #FFFF00 0px 5px 8px;
	background-color: #FFFFFF;
}
	
}
