HTML, BODY, #oFIXED {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

BODY {
	margin-top:0px;
	background-color:#FFF2E1;
	background-image: url(images/bkg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#oFIXED {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: auto;
	height: auto;
}

#testTable {
	margin: 10px;
	background: #ff0;
	border: 2px solid #000;
}

#testTable td {
	padding: 10px;
}


.container{
  position:relative;
}

.main {
  width:800px;
  margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid #000080;
}


.overlay{
  float:left;
}




.header {
margin:50px;
}

.header p {

}

p {

}

#content {
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}

.subhead {
	COLOR: #0000ff;
	font-family: Verdana
	}

.image_left {
	float: left;
	margin-right: 20px;

}

.image_right {
	float: right;
	margin-left: 10px;
}


.blue {
color:#000080;
font-weight:bold;
}

.red {
color:#C00000;
font-weight:bold;
}

h4 {
	font-size: 20px;
	line-height:24px;
}

.big_bold {
	font-size: 26px;
	font-weight:bold;
	line-height:40px;
}


.bigger_bold {
font-size: 32px
}


.heading_bold {
font-size:20px;
font-weight:bold;
line-height:24px
}


.caption {

	font-style: italic;
	font-family: Verdana;
	text-align: center;
	padding: 5px;
}

.caption_wb {

	font-style: italic;
	font-family: Verdana;
	text-align: center;
}

.testimonials {
	width:580px;
	margin-left:auto;
	margin-right:auto;
	border:#7F1F00 2px solid;
	padding: 20px;
	background-color: #FFFFCC;
	text-align: center;
}

.buybox {
width:500px;
border: dashed 3px #7F1F55;
	margin-left:auto;
	margin-right:auto;
}

#footer {
font-family:Verdana;
font-size:0.8em;
margin-top:30px;

}

