#container{
	text-align: left;
	width: 900px;
	margin: 10px auto 0px auto;
	background-color: #FFF;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content{line-height:1.5em; overflow:hidden;float:left;width:600px;display:inline;margin-right: 20px;}
#subcontent-a{float:right;width:230px;
	font-size: 0.9em;line-height: 1.2em;
	display:inline;
	}

#topbar{
position:absolute;
margin: 10px auto 0px auto;
border: 2px;
border-style: dotted;
border-color: black;
padding: 2px;
background-color: white;
width: 150px;
visibility: hidden;
z-index: 100;
}