* {
	margin:0;
	padding:0;
	line-height:100%;
}

a img{
	border:0;
}

body{
	text-align:center;
}

#header_container{
	margin:0 auto;
	width:950px;
	height:64px;
	text-align:left;
	background: url(/images/header_bg.gif);
	background-repeat: no-repeat;
    z-index:2;
}

#editors_note{
	margin:0 auto;
	width:950px;
	height:26px;
	text-align:right;
    margin-top:-26px;
}

#container{
	margin:0 auto;
	width:950px;
	text-align:left;
}

#overlay {
    display:block;
    overflow:hidden;
    position:absolute;
    left:0; top:0;
    background:#000;
    margin-top:64px;
}

#editors_note_body {
	display:none;
	width:200px;
	background: url(/images/editors_note_body_bg.gif) #fff;
	background-repeat: repeat-x;
	border-bottom:1px solid #42847d;
	text-align:left;
    position:absolute;
    top:64px;
    z-index:1;
}

#editors_note_body h3{
    display:block;
    font-size:11pt;
	width:200px;
	padding:24px 6px 12px 6px;
}

#editors_note_body a{
    display:block;
    font-size:10pt;
	width:200px;
	padding:6px 4px 6px 8px;
	color: #333;
	text-decoration: none;
}

#editors_note_body a:hover{
	width:188px;
	background: url(/images/menu_bg.png) #50ae92;
	background-repeat: repeat-x;
	color: #fff;
}