body{
      padding: 0;
      font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 90%;
      font-weight: normal;
}

img {
	border: 0;
}

#header {
	height: 92px;
}

#headerimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 114px;
	background-image:url(http://www.openlaszlo.org/images/background_top.jpg);
	background-repeat: no-repeat;
}

#sponsorlink {
    width: 200px;
    position: absolute;
    top: 66px;
    left: 84px;
    font-size: 10px;
    color: #000000;
}

#footer {
	background: url(http://www.openlaszlo.org/images/background_botttom.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	position: relative;
	top: 0;
	left: 0;
}

#menubar {
	padding: 0;
	height: 30px;
	width: 880px;
	position:absolute;
	top: 84px;
	left: 68px;
	
}
.menucontent .menucenter {
	position: relative;
	float: left;
	top: 0px;
	background-color: #339966;
}

.bluemenu .menuleft {
	background-image: url(http://www.openlaszlo.org/images/menus/menu_blu_lft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 8px;
	float:left; 
	top: 0px;
}

.bluemenu .menucenter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
}
.bluemenu .menuright {
	background-image: url(http://www.openlaszlo.org/images/menus/menu_blu_rt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
	float:left;
}

.whitemenu .menuleft {
	background-image: url(http://www.openlaszlo.org/images/menus/menu_wht_lft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 8px;
	float:left; 
	top: 0px;
	left: 0px;
}
.whitemenu .menucenter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
}

.whitemenu .menuright {
	background-image: url(http://www.openlaszlo.org/images/menus/menu_wht_rt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
	float:left;

}

#logo {
	left: 84px;
	top: 25px;
	position: absolute;
	
}
#CopyrightNotice {
	position:relative;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 900px;
	text-align:center;
	color: #005596;

}

.copylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

