
#page {
	position:absolute; 
	right:20px; 
	top:10px; 
	width:590px;
	
}
#page_title {
	position:fixed; 
	left:0px; 
	top:400px; 
	width:900px;
	height:70px;
	background-image:url(../images/page/title.png);
}

#page_top {
	width:590px;
	height:30px; 
	overflow:visible;
	padding:0px;
	margin:0px 0px -10px 0px;
	background-image:url(../images/page/page_top.png);
	}
	
#page_body {
	width:570px;
	margin:-10px 0px 0px 0px;
	padding:0px 10px 20px 10px;
	background-image:url(../images/page/page_background.png);
	background-repeat:repeat-y;

}

#main_content {
	background-image:url(../images/page/main_blank.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:400px;
	padding:0px 0px 0px 0px;
	margin:-10px 0px -10px 0px;
	/* background-color:#99CC00;*/
}

#page_bottom {
	width:590px;
	background-image:url(../images/page/page_bottom.png);
	height:40px;
	margin:0px 0px 0px 0px;
	
}

#sidebar {
	text-align:right;
	position:absolute; 
	right:30px; 
	top:30px; 
	width:170px; 
	/* height:400px;
	overflow:hidden; */
	padding:0px;
	margin:0px;
	background-image:url(../images/page/side_blank.gif); 
}
