	
	body {
		font-family: verdana, arial, helvetica, "MS PƒSƒVƒbƒN", Osaka, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #000;
		background-color: #fff
		}

	#bodycontent {
		padding:10px;
		margin-top:0px;
		margin-right:0px;
		position: absolute;
		left: 170px;
		top: 110px;
		border-color: #999;
		border-style: solid;
		border-top: 1px;
		border-right: 0px;
		border-left: 1px;
		border-bottom: 0px;
		}
	
	#bodysidebar {
		width:150px;
		padding:10px;
		margin-top:0px;
		position: absolute;
		left: 0px;
		top: 110px;
		background:#ccc;
		border-color:#999;
		border-style:solid;
		border-top: 1px;
		border-right: 1px;
		border-left: 0px;
		border-bottom: 0px;
		font-weight: bold;
		}
	#bodysidebar td {
		font-weight: normal;
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		}
		
	
	#bodycontent p { font-size:12px}

	a {  
		color: #e56701; 
		text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}


	.leftbox, .rightbox {
		margin: 3px;
		padding: 3px;
		width: 20%;
	}
	.leftbox {
		float: left;
		border-right: 2px solid #ccc;
	}
	.rightbox {
		float: right;
		border-left: 2px solid #ccc;
	}

