body{
	background-color: #EEEEEE;
	text-align: center;
}

div.container{
	width: 700px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;

	background-color: white;

}

div.header{
	width: 700px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border: 0px;

	background-color: white;

	clear: left;
}

div.left{
	width:210px;
/*	height: 600px; */ 
	margin: 0px;
	padding: 0px;
	border: 0px;

	text-align: left;

	background-color: white;

	float:left;
}

div.content{
	width: 490px;
/*	height: 600px; */
	margin: 0px;
	padding: 0px;
	border: 0px;

	text-align: left;

	background-color: white;

	float: right;
/*	overflow: scroll;  */
}

div.top_page_content{
	width: 690px;
	height: 600px; 
	margin: 0px;
	padding: 0px;
	border: 0px;

	text-align: left;

	background-color: white;

	float: right;
/*	overflow: scroll; */
}


div.footer{
	width: 700px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
	clear:left;

	/* font */
/*
	text-align: left;
	font-family: sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 110%;
	text-align: right;
*/
}
