/* ====================================================================
 * ====================================================================
 * ====================================================================
 * ====                                                            ====
 * ====            STYLE SHEET (For main site layout)              ====
 * ====                                                            ====
 * ====       KEY:  Containers = holders of extra parts            ====
 * ====                                                            ====
 * ====                                                            ====
 * ====================================================================
 * ====================================================================
 * ====================================================================*/



/* ====================================================================
 * ====     The contence of the page is held in this container     ====
 * ====================================================================*/
html body {
	/*font-size:100%;
	font-family:verdina, arial, sans-serif;
	text-align:center;
	
	margin:0px;
	padding:0px;

	background-image:url('images/background.jpg');*/
}


/* ====================================================================
 * ====     The contence of the page is held in this container     ====
 * ====================================================================*/
#container_body {
	
}

	/* ====================================================================
 	 * ====        Title Bar usually a graphic of title for site       ====
 	 * ====================================================================*/
	#container_header {
		visibility: hidden;
		display:none;
	}
	
		#container_header h1 {
			visibility: hidden;
			display:none;
		}
		
		#container_header h2 {
			visibility: hidden;
			display:none;
		}



	/* ====================================================================
	 * ====                 Left bar usually navigation                ====
	 * ====================================================================*/
	#container_left {
		visibility: hidden;
		display:none;
	}
		
		
	
	
	
	
	/* ====================================================================
 	 * ====      Holder for readable content, ie main page content     ====
 	 * ====================================================================*/
	#container_content {
	
		
	}
	
		/* --------------------------------------------------------------------
		 * ----             Title for page content and extra info          ----
 		 * --------------------------------------------------------------------*/
		#content_header {
		
		}
	
			#content_header .p1 {
				font-size:0.8em;
				margin-top:0px;
				margin-bottom:5px;
			}
	
			#content_header .p2 {
				font-weight:bold;
				font-size:1.9em;
				margin-top:5px;
				margin-bottom:5px;
				text-transform:capitalize;
			}
	
			#content_header .p3 {
				font-weight:bold;
				font-size:1.4em;
				margin-top:-5px;
				margin-bottom:5px;
				visibility: hidden;
				display:none;
			}
		
			#content_header .p4 {
				font-size:0.7em;
				text-transform:uppercase;
				margin-top:5px;
				margin-bottom:5px;
			}
		


		/* --------------------------------------------------------------------
		 * ----                     Holder for text                        ----
		 * --------------------------------------------------------------------*/
		#content_text {
		}
			
		
			#content_text .p1 {
				margin-top:15px;
				margin-bottom:25px;
			}
	

	

	/* ====================================================================
	 * ====           Right bar usually adds and news links            ====
 	 * ====================================================================*/
	#container_right {
		visibility: hidden;
		display:none;
	}
		

	/* ====================================================================
	 * ====            Extra containers for floating images            ====
	 * ====================================================================*/
	#container_footer {
		visibility: hidden;
		display:none;	
	}




/* ====================================================================
 * ====            Extra containers for floating images            ====
 * ====================================================================*/
#container_extra1 {
}

#container_extra2 {
}

#container_extra3 {
}

#container_extra4 {
}

#container_extra5 {
}
