@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #925A43;
	font-weight: bold;
	font-style: normal;
	line-height: 17px;
	text-align: justify;
}


body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 301px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: white;
	background-color: #DED0C3;
}

#maincontent{
position: fixed;
top: 0; 
left: 301px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
	margin-top: 90px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	background-color: #DED0C3;
}

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

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
.bodyArea {
	width: 700px;
	position: absolute;
}
