@charset "UTF-8";
/* CSS Document */

#container{
	float:left;
	width:500px;
}
#leftRail{
  float:left;
  width:150px;
  margin-left:-150px;
  position:relative;
}
#center{
	float:left;
	width:800px;
	margin-right:-500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightRail{
  float:right;
  width:200px;
  margin-right:-200px;
  position:relative;
}
.right_side {
	background-image: url(barRIGHT.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
.left_side {
	background-image: url(barLEFT.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: auto;
}
.shockwavewindow {
	font-style: normal;
	top: 800px;
	right: 250px;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}a:active {
	text-decoration: none;
	color: #00FF00;
}
