/* -- formatting of the page ----------------------------------------- */
body {
	margin-top:0px;
	background-color: white; 
}

#template_menu {   
	vertical-align: top;	
	height: 100%;

	width: 181px;
	padding: 5px 5px 5px 5px;
	background-image:url(../images/menu_bk.jpg);
	background-repeat:repeat-y;
}

#template_left {   
	vertical-align: top;	
	height: 100%;
	width: 181px;
	background-image:url(../images/menu_bk.jpg);
	background-repeat:repeat-y;
}

#menu_space {   
	vertical-align: top;	
	height: 100%;
	background: #83CACC ; 
	width: 181px;
	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 0px 0px 0px; /* IE doesn't listen to this either - and this causes issues. */
	font-weight: bold;
	text-align: center;
	width: 600px;
	height: 20px;  
	font-size: 14px;
	color: #FFFFFF;	
	padding-left: 10px;
	background-color: #141478;								
}
#template_content { 
	padding: 10px; 
	height: 100%; 
	width: 592px;

}
#template_content_inner {  }
#template_content_right {  }