body{
margin: 0;
padding: 0;
}

#framecontent, #topbar, #fontbar, .jumpmenu, #sizer, .noprint, #photo, #flower {display: none;}

#maincontent{
top: 0; 
left: 0px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: visible;
}

.textcontainer{
width: 575px;
margin-top: 0px;
}
.textcontainerleft{
width: 400px;
}
.textcontainerright{
width: 400px;
margin-left: 175px;
}

.maintext{
	margin-left: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size:12px;
	line-height: 120%;
	color: #663333;
}
	
.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.innertubeleft {
margin-top: 150px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
width: 100%; 
}

#fontbar{
position: absolute;
left: 65px;
top: 145px;
z-index: 70;
height: 25px;
}

.rightimage{
position: absolute;
left: 400px;
z-index: 30;
}
.leftimage{
position: absolute;
left: 65px;
z-index: 30;
}
.footer{
clear: none;
}
.form{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#CCCC66;
height: 16px;
width: 200px;
position: absolute;
top: 162px;
left: 75px;
z-index: 70;
}

