/* css */

html {
	margin:0;
	padding:0;
}
body {
}

#header {
background:#000;
border-bottom: 4px #999 solid;
}

#narrow_display_fix { 
background: #000;;
}
#topmenu li a {
color:#fff;
background:#000;
}
#wrap{
background: #fff url(images/bg_ego_logo.jpg) no-repeat 10px 270px;
}
#menubar li a:hover  {

border-top: 4px #ee842f solid;

color:#ee842f;
}


#content h2 {
background:#000;

}
#content h3 {
color:#ee842f;
}
#content h4 {
color:#ee842f;
}
#content ul {
list-style-image: url('images/orange-square.gif');
}
#blueboxes {
}
.lbluebox {
}
#sidebar {

}
#footer {
background:#000;

}