body {
  background:#ddd;
}

.container {
  background:#fff;
}

.siteTitle {
  background:#fff url(/static/images/msca_mast.png) top left no-repeat;
  font-size:0px;
  overflow:hidden;
/*  width:100%;*/
  padding:0;
  height:90px;
/*  padding:80px 0 0 0; */
}

.content {
  float:left;
  width:480px;
  margin-bottom:50px;
  font-size:13px;
  line-height:140%;
  color:#333;
  padding-left:50px;
}

.sidebar {
  padding:20px 50px 40px 0px;
  list-style:none;
  float:right;
  width:230px;  
}

ul.globalNav {
  font-family:Helvetica, Arial, sans-serif;
	padding: 0 0 0 32px;
  margin:0 0 30px 0;
  text-align:left;
  background: url("/static/images/nav.png") top left repeat-x;  
  border-bottom:7px solid #cbcbcb;
}

ul.globalNav li.nav3 {
  border-right:none;
}

ul.globalNav li a:hover {
  color:#9CAF93;
}

ul.subnav a {
  background:url("/static/images/sub.png") center left no-repeat;   
}

ul.subnav li.active a, ul.subnav li a:hover {
  background:url("/static/images/sub_active.png") center left no-repeat;  
}

.footer {
  background: url("/static/images/nav.png") top left repeat-x; 
}

a, h1, h2, .sidebar h3, ul.subnav li.active a, ul.subnav li a:hover, label {
  color:#2e561c;
}

img.logo {
  margin-bottom:20px;
}