html, body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
html { font-size: 100%; /* IE hack */ }
body { font-size: 1em; }
H1 {font-size:1.25em;}  /* displayed at 24px */
H2 {font-size:1.1em}  /* displayed at 18px */
H3 {font-size:1.1em}  /* displayed at 15px */
H4 {font-size:0.8em}

a.green_link {
	color:#008080;	
}

#banner {
	height:83px;
	width:86%;
	background: url(../images/shiny-design-menu-demo-3.jpg)  top left no-repeat;
	float: left;
}
#banner h1 {
	position: absolute;
	top: 0;
	left:-3000px;
}
#logo {
	height:83px;
	width:14%;
	background: url(../../events/images/banner_logo.gif) top right no-repeat;
	float: left;
}
#logo h2 {
	position: absolute;
	top: 0;
	left:-3000px;
}

#menu li {
	background: transparent url(../images/dwt_menu_bg_divider.gif) top right no-repeat;
	height:27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding: 6px 8px 0 3px;
	color:#FFFFFF;
	float:left;
	display:inline;
	font-weight: bold;
}

#menu a:hover {
	color:#FFFFFF;
}
#menu a {
	text-decoration:none;
	color:#FFFFFF;
	cursor: pointer;
	margin-left:15px;
	margin-right:15px;
}
#menu ul {
	height: 45px; /* revert this back to 27px */
	margin:0px;
	padding-left:0;
	background: transparent url(../images/dwt_menu_bg.gif) repeat-x left top;
}
#content {
	width: 770px;
	margin-left:7px;
	margin-top:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#content p, #content li {
	color: #3f3f3f;
}

#outer{
	width:100%;
	margin:auto;
	text-align:left;
	position:relative;
	min-width:700px;
	border:0;
}
#Layer1 {
	position:absolute;
	left:-2px;
	top:83px;
	width:527px;
	height:48px;
	z-index:1;
}
