BODY{
	margin:0px;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFFFFF;

}
TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000;

}

#main{
	position : relative;
	width:780px;
	height:100%;
	z-index:0;
}

#top_empty{
	position:absolute;
	top:0px;
	height:80px;
	width:580px;
	float : right;
	z-index:0;
}

#top_content{
	position:relative;
	padding:0px;
	top:0px;
	height:113px;
	background : #D2CF17;
	width:780px;
	z-index:2;
	
}

#left{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	background : #8b8e58;	
	float:left;
	height:100%;
	z-index:0;
	
	
}

#content{
	
	top:80px;
	width:570px;
	padding:5px;
	float:right;
	z-index:-1;
	
}
