/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background: url(../images/header.jpg) no-repeat 2px;
    padding-left: 30px;
}

#main-menu {
	margin-left: 20px;
}

#wrapper {
   background: url("../images/bg-wrapper.png") repeat-x;
   background-position: 0px 20px;
   background-color: #3374C8;
   }
