﻿<style type="text/css">
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif, Arial;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	background-color: #aa8855;
	padding: 1em;
	#container{
  background-color:#0ff;
  float:left;
  width:500px;
  border-left:150px solid #0f0; » 
  /* The width and color of the left rail */
  border-right:200px solid #f00; » 
  /* The width and color of the right rail */
}
#leftRail{
  float:left;
  width:150px;
  margin-left:-150px;
  position:relative;
}
#center{
  float:left;
  width:500px;
  margin-right:-500px;
}
#rightRail{
  float:right;
  width:200px;
  margin-right:-200px;
  position:relative;
}
}
</style>
