/*    Normalizes
    ----------------------------------------------- */
    a:link,
    a:visited {
        text-decoration:none;
    }
    a:hover,
    a:active {
        text-decoration:underline; 
    }
		
	/* Normalizes font-size for headers */
	h1, h2, h3, h4, h5, h6
	{ font-size:100%; } 
		
	li{ list-style:none; }
	
	/* Removes list-style from lists */
	ol, ul
	{ list-style:none; }
	
	/* Removes border from tables */
	table
	{ border-collapse:collapse; border-spacing:0; }
	input, textarea{
		padding-top:4px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin:0px;
		padding-left:5px;
		padding-bottom:5px;
	}
	/* Removes border from img */
	img
	{ border:0; margin:0; padding:0; }
	
	/* Left-aligns text in caption and th */
	caption, th
	{ text-align:left; }
	
	/* Normalizes form */
	form
	{ margin:0; padding:0; }
	
	hr{
		height:1px;
	}
	
/*    All
    ----------------------------------------------- */
    html, body{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:normal;
		color:#000000;
		line-height:18px;
		margin:0;
		padding:0;
		background-image:url(bkg_lv0.jpg);
		background-repeat:repeat-x;
		background-color:#9a9a9a;
		height:100%;
    }
    a:link, a:visited, a:hover,	a:active{
        color:#323232;
		text-decoration:underline; 
    }
		
/*    Containers
----------------------------------------------- */
	div#lv1_container{
		position: relative; /* important for the footer */
		width:1078px;
		margin:0 auto 0 auto;
		background-image:url(bkg_lv1.png);
		background-repeat:repeat-y;
		min-height: 100%;
	}
	div#lv2_container{
		width:1028px;
		margin:0 auto 0 auto;
		background-image:url(bkg_lv2.jpg);
		background-repeat:repeat-x;
		background-color:#7c7c7c;
	}
	
	div#center1_container, div#landing_center1_container, div#story_center1_container, div#center_container_Kawa{
		margin:0;
		padding:0;
		height:100%;
		position:relative;
		margin-left:13px;
	}
	div#center2_container{
		position:relative;
		min-height:100%;
		background:url(bkg_right.jpg) right top repeat-y;
		margin-left:14px;
	}	
	div#flash_menu_div, div#top_container{
		width:1028;
		height:308;
	}
	
/*    Footer
----------------------------------------------- */
	div#bottom_content{
		width:1000px;
/*		height:297px;*/
		margin-left:14px;
	}
	div#bottom_gradient_container{
		position:absolute;
		margin:35px 0 0 -9px;
	}
	
	ul#advert_container{
		margin:45px 0 0 -30px;
	}
	ul#advert_container li{
		display:inline;
		margin-left:62px;
	}
	
	div#footer{
		background-image:url(http://www.irvineecondev.com/irvinechamber/images/bkg_bottom.png);
		background-repeat:no-repeat;
		width:1010px;
		height:87px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	div#footer a{
		text-decoration:none;
	}
	div#footer a:hover{
		text-decoration:underline;
	}
	div#footer_1{
		margin-left:20px;
		line-height:4px;
		padding-top:30px;
	}
	div#footer_2{
		margin-right:300px;
		margin-top:-38px;
		line-height:12px;
		text-align:right;
	}
	div#footer_3{
		margin-right:160px;
		margin-top:-49px;
		line-height:12px;
		text-align:right;
	}
	div#footer_4{
		background-image:url(http://www.irvineecondev.com/irvinechamber/images/lf.jpg);
		background-repeat:no-repeat;
		width:113px;
		height:32px;
		margin-left:880px;
		margin-top:-58px;
		cursor:pointer;
	}