body
{
background: #fff;
background-position:center;
margin:0px;
padding:0px;
}

#outer
{
position: relative;
width: 920px;
}

#inner
{
background-color:#648BA8;
z-index: 2;
}

#menu_middle
{
	font: bold 10px Verdana;
	color:#FFF;
	padding: 1px 0px 0px 0px;
	position:relative;
	top:-2px;
	text-align: left;
}

#home_text
{
	position:absolute;
	z-index:3;
	left: 99px;
	top: 400px;
	width: 427px;
	height: 133px;
	font: bold 13px Verdana;
	color:#000;
}

#review_text
{
	position:absolute;
	z-index:3;
	left: 65px;
	top: 100px;
	width: 790px;
	height: 550px;
	font: 12px Verdana;
	color:#000;
}

#testimonial_text
{
	position:absolute;
	z-index:3;
	left: 65px;
	top: 100px;
	width: 800px;
	height: 654px;
	font: 12px Verdana;
	color:#000;
}

#title
{
	position:absolute;
	left: 0px;
	top: -30px;
	font: bold 14px Verdana;
	color:#000;
}

#author_text
{
	position:absolute;
	z-index:3;
	left: 65px;
	top: 100px;
	width: 427px;
	height: 133px;
	font: bold 13px Verdana;
	color:#000;
}

#shoppingcart_text
{
	position:absolute;
	z-index:3;
	left: 380px;
	top: 320px;
	width: 507px;
	height: 133px;
	font: bold 13px Verdana;
	color:#000;
	text-align:left;
}

#pagenumber
{
	font: 10px Verdana;
	color:#000;
	text-align:left;
}

#samples
{
	font: bold 13px Verdana;
	color:#000;
	text-align:center;
	position:absolute;
	z-index:3;
	left: 80px;
	top: 110px;
	width: 800px;
	height: 133px;
}

#footnote
{
font: bold 8px Verdana;
color:#000;
position:absolute;
left: 600px;
top: auto;
}

<style type="text/css">
.menu_tabs{
width: 100%;
overflow: hidden;
}

.menu_tabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 11px Verdana;
list-style-type: none;
}

.menu_tabs li{
display: inline;
margin: 0;
}

.menu_tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #86993f; /*background of tabs (default state)*/
}

.menu_tabs li a:visited{
color: white;
}

.menu_tabs li a:hover, .menu_tabs li.selected a{
background: #03F; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

</style>
