/* -- formatting of the page ----------------------------------------- */
body {  
	padding: 0;
	margin:0;
	background-color: white; 
}

#template_menu {   
	vertical-align: top;	
	height: 100%;
	background: #FFFFFF ; 
	width: 1500px;
	padding: 15px 15px 15px 15px;
	background-image:url(../images/menu_bk.jpg);
	background-repeat:repeat-y;
	font-size: 11px;
}

#menu_space {   
	vertical-align: top;	
	height: 100%;
	background: #83CACC ; 
	width: 200px;
	padding: 5px 5px 5px 5px;
	style=display: block;
}

#template_header_right { 
	width: 25px;   
}

#template_header {
	text-align: left;
	height: 100px;
	overflow: hidden;
	padding: 0px 8px 0px 0px;
	margin: 0 0 0 8px; 
	/*background: #83CACC ; */
}

#template_footer { 
	font-size: xx-small;
	text-align: center;
}

#template_page_title {  
	margin: 10px 0 10px -2px; /* IE doesn't listen to this either - and this causes issues. */
	font-weight: bold;
	text-align: center;
	height: 20%;  
	font-size: 14px;
	color: #FFFFFF;	
	padding-left: 10px;
	background-color: #3333CC;								
}
#template_content { 
	padding: 10px; 
	height: 100%; 
	width: 680px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}
#template_content_inner {  }
#template_content_right {  }