@import url("base.css");
@import url("1024width.css");
@import url("customize.css");

/*This CSS controls the height of the header and the user1 box. Adjust the height in ems to fit your logo image*/
#header{height:123px;}
/*CSS for logo. Its a image replaced link as an H1 tag*/
#header h1 {background:url(../images/logo.jpg) 0 0 no-repeat;}
/*Set the line-height and width equal to your logo image here*/
#header h1 a {width:450px;line-height:70px;border:0px solid red;}
body.contentpane {background:#fff}

#user1{height:123px;}
/*CSS for logo. Its a image replaced link as an H2 tag*/
#user1 h2 {background:url(../images/datum.jpg) 0 0 no-repeat;}
/*Set the line-height and width equal to your logo image here*/
#user1 h2 a {width:280px;line-height:70px;border:0px solid red;}
body.contentpane {background:#fff}

.mceToolbarTop, .mceToolbarBottom {
text-align: left;
}
