/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/unsleepable_for_mt/unsleepable_for_mt.css);
/* end StyleCatcher imports */

#header-inner {

background-image : url("/SWBUheader.jpg");
background-repeat: no-repeat;
background-position: top center;
height : 93px;
padding-top : 0px;
margin-top : 0px;

}

#header-outer {

padding-top : 0px;
margin-top : 0px;

}

body {
  background: #000000;
	background-image : url("/header-back.jpg");
	background-repeat: repeat;
	background-position: 0 93px;
	background-attachment: fixed;
}

ul {
  list-style-type: none;
}

.layout-two-column-left #container { 
   width: 800px;
   	background-image : url("/header-back.jpg");
	background-repeat: repeat;
	background-position: 0 93px;
	background-attachment: fixed;
}
.layout-two-column-left #alpha {  width: 200px; }
.layout-two-column-left #beta { width: 600px; }
