table.main {
	width : 100%;
	height : 100%;
	background-repeat : no-repeat;
	background-position : top left;
	background-attachment : fixed;
	}

table.right {
	width : 95%;
	height : 100%;
	}	
	
td.menu {
	width : 100%;
	height : 80px;
	padding : 0px 0px 10px 0px;
	}	

table.menu {color : #FFFFFF;}	
	
		
td.header {
	background-repeat : no-repeat;
	background-position : top right;
	padding : 10px 20px 0px 20px;
	font-family : arial;
	}	
			
td.contents {
	background-repeat : no-repeat;
	background-position : bottom left;
	padding : 10px 20px 20px 20px;
	font-family : arial;
	font-size : 13px;
	}	
	
#content {
	color: #46300B;
	padding: 20px;
	width: 100%;
	height: 95%;
	scrollbar-face-color : #333333; 
	scrollbar-highlight-color : #637061; 
	scrollbar-3dlight-color : #C6B9A2; 
	scrollbar-shadow-color : #C6B9A2; 
	scrollbar-darkshadow-color : #333333;
	scrollbar-track-color : #C6B9A2; 
	scrollbar-arrow-color : #C6B9A2; 	
	}
