html 		{
			height:100%;
	    	}

body 		{
			height:100%;
			margin: 0; 
			margin-left: 0; 
			margin-right: 0; 
			margin-top: 0; 
			margin-bottom: 0; 
			padding: 0px; 
			background-color: #ffffff;  
     		}
			
/* The frame containing page. Change width/height for different size. Default is 100% w&h */
#pagewrapper {	
			width:950px;
			height:5090px;
			margin-left: auto;
			margin-right: auto;
			padding:0px;
			text-align:left;
			background-color:#ffffff; 
			border-width: 1px;
			border-style: solid;
			}
			
#menu_left {
			width: 150px;
			height: 100%;
			margin: 0 0 0 0;
			background:#f0652e; 
			background-repeat: repeat-y;
			background-position: bottom;
			float: left;
			line-height: 200%;
			text-align: right;
			}
			

#menu_home a { 
			font-size: 1.3em;
			color: #ba0f07;
			font-weight: bold;
			font-family: Arial;
			margin: 0 15px 0 0;
			text-decoration:none
			}
			
#menu_home a:hover { 
			font-size: 1.3em;
			color: #000000;
			font-weight: bold;
			font-family: Arial; 
			}
		
#menu_archive {margin: 10px 15px 0 0;font-size: 1.3em;color: #efd45c;font-weight: bold;font-family: Arial; }

#menu_blog { margin: 10px 15px 0 0;font-size: 1.3em;color: #2b701b;font-weight: bold;font-family: Arial; }		
		
#menu_arfeb08i01 a {  margin: 0 15px 15px 0;font-size: 10px;color: #000000;font-weight: bold;font-family: Arial; text-decoration: none}
#menu_arfeb08i01 a:hover { font-size: 10px;color: 000000;font-weight: bold;font-family: Arial; }

#menu_flyer { margin: 10px 15px 0 0;font-size: 1.3em;color: #fcf5e2;font-weight: bold;font-family: Arial; }

#menu_flfeb08i01 a { margin: 0 15px 15px 0;font-size: 10px;color: #000000;font-weight: bold;font-family: Arial; text-decoration: none}
#menu_flfeb08i01 a:hover { font-size: 10px;color: #000000;font-weight: bold;font-family: Arial; }


#menu_links a { font-size: 1.3em;margin: 10px 15px 10px 0;color: #bb4320;font-weight: bold;font-family: Arial;text-decoration:none }
#menu_links a:hover { font-size: 1.3em;color: #000000;font-weight: bold;font-family: Arial; }

#menu_contact a { font-size: 1.3em;margin: 0px 15px 10px 0;color: #f2e3c6;font-weight: bold;font-family: Arial;text-decoration:none }
#menu_contact a:hover { font-size: 1.3em;color: #000000;font-weight: bold;font-family: Arial; }
			
#content_window_right {
			width: 800px;
			height: 100%;
			margin: 0 0 0 0;
			background-color: #ffffff;
			float: right;
			}

#container-1 {
			width: 800px;
			height: 337px;
			background: url('../imgs/blog/june09/1.jpg'); 
			background-position: top;
			background-repeat: no-repeat;
			}
			
#container-2 {
			width: 800px;
			height: 1108px;
			background: url('../imgs/blog/june09/2.jpg'); 
			background-position: top;
			background-repeat: no-repeat;
			}
			
#container-3 {
			width: 800px;
			height: 752px;
			background: url('../imgs/blog/june09/3.jpg'); 
			background-position: top;
			background-repeat: no-repeat;
			}
			
#container-4 {
			width: 800px;
			height: 1282px;
			background: #f1cfae; 
			}
			
#container-5 {
			width: 800px;
			height: 616px;
			background: #282834; 
			}
			
#container-6 {
			width: 800px;
			height: 709px;
			background: #a29062; 
			}
			
#container-7 {
			width: 800px;
			height: 286px;
			background: #f2e3c6; 
			}
			

