/* css */

body {
}

#header {
background:#d53131;
border-bottom: 4px #999 solid;
}

#narrow_display_fix { 
background: #850e0e url; /* old browsers */

background: -moz-linear-gradient(top, #850e0e 0%, #b01a1a 100%, #d53131 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d53131), color-stop(100%,#b01a1a), color-stop(100%,#d53131)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850e0e', endColorstr='#d53131',GradientType=0 ); /* ie */
}
#wrap{
background: #fff url(images/bg_ego_home.jpg) no-repeat 10px 300px;
}
#topmenu li a {
color:#fff;
background:transparent;
}
#topmenu li a:hover {
text-decoration:underline;
}

#menubar li a:hover  {
color:#41b4b4 ;
border-top: 4px #41b4b4 solid;
}

#content h2 {
background:#b01a1a;
}

#content h3 {
color:#41b4b4;
}
#content h4 {
color:#41b4b4;
}
#content ul {
list-style-image: url('images/blue-square.gif');
}
#blueboxes {
}
.lbluebox {
}
#sidebar {

}
#footer {
background: #b01a1a;
}