@import url("base.css");
/*@import url("800width.css"); Fixed width 800 px*/
@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,#user1{height:85px;}
/*CSS for logo. Its a image replaced link as an H1 tag*/
#header h1 {background:url(../images/logo.png) 0 0 no-repeat;}
#header h1 a {width:250px;line-height:100px;}
body.contentpane {/*background:url(../images/back.png);*/}