BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #666666;
}

#frame {
	margin-right:auto;
	margin-left:auto; 
	margin-top: 30px;
	width: 880px; 
	height: 400px;
	/*border: 1px dashed blue;*/
}

#left {
	margin-top: 50px;
	float: left;
	width: 400px;
	height: inherit;
	text-align: center;
	/*border: 1px dashed black;*/
}	

#right {
	margin-top: 20px;
	float: left;
	width: 450px;
	height: inherit;
	text-align: center;
}

#sep {
	float: left;
	width: 1px;
	height: auto;
}

#sleftcol {
	float: left;
	width: 500px;
	height: 300px;
	border: 1px solid black;
	
}	

#srightcol {
	float: right;
	clear: right;
	width: 200px;
	height: 200px;
	padding:10px;
	border: 1px solid black;
}

#sidebar {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto; 
	margin-bottom: 0px;
	width: 100px;
	height: 250px;
	border: 1px solid #666666;
}

div.sidebar_top {
	background: #cccccc;
	//border: 1px solid black;
	border: none;
}

div.sidebar_content {
	padding: 5px;
	text-align: left;
	border: none;
}

div.content {
	float: left;
	clear: left;
	margin-top: 20px;
	//margin-right:auto;
	//margin-left:auto; 
	width: 500px;
	height: 100px;
	border: 1px solid #666666;
}	

div.header {
	float: left;
	clear: left;
	font-size: 10pt;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-color: #666666;
	border-style: solid;
	padding: 3px;
}

#footer {
	clear: both;
	width: 100%;
}
