@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;/*background-image: url(Graphics/pattern.gif);
background-repeat: repeat;*/
}
body {
	background-image: url(Graphics/tile-darkgreydot.gif);
	background-repeat: repeat-x repeat-y;
}
#topshadow {
	background: url(Graphics/top-shadow.jpg) no-repeat;
	width: 980px;
	height: 24px;
	display: block;
}
#shadow {
	background: url(Graphics/right-shadow.jpg) repeat-y;
	width: 980px;
}
#maincontainer {
	background: url(Graphics/top-lines.gif) repeat-x;
	width: 953px;
}
#flashcontainer {
	width: 953px;
	width: 754px;
	display: block;
	float: left;
}
#transgif {
	clear: both;
	background: url(Graphics/transgif.gif) no-repeat;
	width: 955px;
	height: 1px;
	padding: 0px 0 0 0px;
	margin-top: 0px;
}
h1 {
	background: url(Graphics/logo-TPP.jpg) no-repeat;
	width: 265px;
	height: 93px;
	float: left;
}
span {
	display: none;
}
#bottomshadow {
	background: url(Graphics/bottom-shadow.jpg) no-repeat;
	width: 980px;
	height: 22px;
	display: block;
}

