
#header {	position:relative;top:0px; left:0px;
			width:1000px; height:100px;
			border:0px solid #f4f4f4;
			}
	
#contentbox {position:relative;top:5px;left:0px;
			width:1000px;
			border:0px solid #000;
			clear:both;
			
}

#navi {		position:relative;top:0px;left:0px;
			width:210px;
			padding:0px;
			
			float:left;
}

#main {	margin-bottom: 0px;}

#content {	position:relative;left:10px;top:0px;
			background-color:#ffffff;
			width:600px;
			padding:0px;
			margin-bottom:5px;
			border:0px solid #f4f4f4;
			float:left;
}

#info {		position:relative;top:0px;left:0px;
			width:170px;
			padding:0px;		
			float:right;
}

#global, #global2 {				
			position:relative;	
			padding-top:5px;	
			width:1000px; height:20px;
			border:0px solid #cccccc;border-bottom-width:1px;
}
#global {	text-align:left;background-color:#fff;}
#global2 {	text-align:right;background-color:#f4f4f4;border-top-width:1px;}

#created {	position:relative;top:15px;left:0px;
			background-color:#f4f4f4;
			padding-top:5px;
			width:1000px;height:20px;
			border:0px solid #cccccc;border-bottom-width:1px;border-top-width:1px;
			text-align:center;
			clear:both;
}
#tools {	position:relative;top:15px;right:10px;
			width:1000px;
			text-align:right;
}


#picleft {	border:1px solid;border-color:#ccc;
			margin-right:10px;,margin-bottom:5px;margin-top:0px;
			float:left;
			clear:both;
}

#picright {	border:1px solid;border-color:#ccc;
			margin-left:10px;,margin-bottom:0px;margin-top:0px;margin-right:0px;
			float:right;
			width:200px;
}



