body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	background-color:#B6AEA1;
}
table {
	border-width: 0px;
	border-spacing: 4px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: none;
}
table th {
	border-width: 2px;
	padding: 4px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(210, 203, 195);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
table td {
	border-width: 2px;
	padding: 4px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(210, 203, 195);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
td img {
	padding-top:10px;
}

h2 {
	padding:5px 0 5px 0;
}

p {
	margin:0;
}

/************  CSS TOP FRAME *************/

#topframe{
	position: absolute; 
	top: 0; 
	left: -9px; 
	width: 100%; 
	height: 335px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding:0 0 0 10px;

}

#topframetestimonials{
	position: absolute; 
	top: 0; 
	left: -9px; 
	width: 100%; 
	height: 310px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding:0 0 0 10px;

}

#topmessage {
	background-color:#B6AEA1;
	background-image:url(../graphics/gradient-04.jpg);
	background-repeat:repeat-x;
}

#toptestimonials {
	background-color:#B6AEA1;
	background-image:url(../graphics/gradient-06.jpg);
	background-repeat:repeat-x;
}

#scrollcontent{
	position: fixed; 
	top: 335px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #B6AEA1;
}

#scrolltestimonials{
	position: fixed; 
	top: 310px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #B6AEA1;
}

.innertubeSamples{
padding: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
\
* html body{ /*IE6 hack*/
padding: 335px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #scrollcontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/************  BOX STYLES *************/

.anchorBox{
	color:#FFFFFF;
	padding:5px;
	background-color:#C4AE97;
	background-image:url(nav-bar.png);
	background-repeat:repeat-x;
	border:2px solid #706354;
	margin:0 350px;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.anchorBox a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 25px;
}

.anchorBox a:hover{
	color:#000000;
}

#samples {
	margin:-10px auto 0;
	width:800px;
}


.navSample {
	margin:10px 0 10px 0;
}

.navSample a{
	padding:5px;
	border:2px solid #706354;
	margin:0 25px 0 5px;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	background-image:url(nav-bar-2.png);
	background-repeat:repeat-x;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.navSample a:hover{
	color:#000000;
	background-color:#B2A89B;
	background-image:none;
	text-decoration:none;
}

