*
{
	padding: 0 0;
	margin: 0 0;
}
html
{
	height: 100%;
	overflow: auto;
}
body
{
	background: #eaf1ec url(../imgs/bg.png) repeat-x 0 50px;
}
.clear
{
	clear: both;
	display: block;
	height: 2px;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}

#topbar
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background: url(../imgs/top_black_bar.png) repeat-x;
	z-index: 20000;
}
#screen
{
/*	background: url(../imgs/top_green_bar.png) repeat-x 0 0px;
	height: 100px; */
}
#page
{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#logobar
{
	position: fixed;
	left: 0;
	top: 0;
	background: url(../imgs/top_green_bar.png) repeat-x 0 0px;
	height: 100px;
	width: 100%;
	z-index: 9000;
}

/******** NAVI ***********/
#naviwrapper
{
	width: 990px;
	margin: 0 auto;
}
#navi
{
	position: fixed;
	top: 0;
	width: 990px;
	margin: 0 auto;
	z-index: 10000;
	
	list-style: none;
}
#navi a img
{
	 border: none;
}

#navi li#corp
{	left: 0px;		}
#navi li#events
{	left: 796px;	}

#navi li.mainnavi
{
	width: 194px;
	position: absolute;
	background: url(../imgs/navi_bg.png) repeat-y;
}
#navi a.mainnavi
{
	display: block;
	height: 250px;
	width: 180px;
	padding-top: 94px;
	padding-bottom: 60px;
}

#navi li.mainnavi .mainnaviwrapper
{
	padding-left: 4px;
}

#navi li#corp .mainnaviwrapper
{
	background: url(../imgs/navi_corp_bg.png) repeat-y 4px bottom;
}
#navi li#events .mainnaviwrapper
{
	background: url(../imgs/navi_events_bg.png) repeat-y 4px bottom;
}


#navi li#corp a.mainnavi
{	background: url(../imgs/navi_corp_img.png) no-repeat 0 94px;	}
#navi li#events a.mainnavi
{	background: url(../imgs/navi_events_img.png) no-repeat 0 94px;	}

#navi li a.mainnavi img /* for banner sectionals positioning*/
{
	position: absolute;
	top: 360px;
}
#navi li#corp a.mainnavi img
{	left: 30px;		}
#navi li#events a.mainnavi img
{	left: 48px;		}

#navi ul li
{
	height: 25px;
}

#navi li#corp ul
{
	list-style: none;
	margin-left: 28px;
}
#navi li#events ul
{
	list-style: none;	
	text-align: center;
	padding-right: 8px;
}

#navi .navibottom
{
	position: relative;
}
#navi .navibottom img
{
	position: absolute;
	top: 0px;
	left: -1px;
}



#contact
{
	color: #dddddd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/*h1
{
	position: absolute;
	left: 440px;
	top: 25px;
} */
h1
{	
	text-align: center;
}
h1 img
{
	margin-top: 25px;
	border: none;
}
h2
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#contents
{
	width: 600px;
	margin: 120px auto 0 auto;
	position: relative; 
	/*top: 120px; */
	z-index: 100;	
	
	font-size: 14px;
	line-height: 20px;
}

p
{
	margin-bottom: 2em;
}

#iframe
{
	height: 99%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}