body{
	margin:10px;
	margin-top:0px;
	padding:0px;
	text-align:center;
	font-family:"Georgia";
	font-size:12px;
	text-align:left;
}
#main {
	width:987px;
	height:500px;	
	margin:0px;
	position:relative;
}

#top_left{
	width:217px;
	position:fixed;
	left:780px;
	top:240px;
	overflow:visible;
	height: 161px;
	line-height: 17px;
}
#top_left p{
	margin:0px;
	overflow:auto;
}

#top_right{
	width:217px;
	height:223px;
	position:fixed;
	left:770px;
	top:10px;
	overflow:hidden;
}
#top_right img{
	border:0px;
}
#top_right a{
	text-decoration:underline;
	color:#000000;
}

#top_right a:hover{
	text-decoration:none;
	color:#999999;
}

#top_right p{
	margin:0px;
}

#top_right form{
	margin:0px;
	margin-top:12px;
}

#top_right select{
	width:217px;
	font-family:"Georgia";
	font-size:12px;
	background-color:#b7b6b6;
}

#content{
	width:750px;
	height:550px;
	position:absolute;
	left:0px;
	top:10px;
	overflow:auto;
	font-family:"Georgia";
	font-size:12px;
}

#content_vertical{
	width:750;
	position:absolute;
	left:0px;
	top:10px;
	overflow:auto;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}

#content_plus{
    width:940px;
    position:absolute;
    left:-95px;
    top:160px;
    overflow:auto;
    font-family:"Courier New", Courier, mono;
    font-size:12px;
}

