@import url('core.css');

/********************************************
        SOME RESET
********************************************/
body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Arial, Tahoma, san-serif;
}

html body {background: none;}

#logo, #contact_number, #navigation, #nav_footer {
  display: none !important;
}


/********************************************
        MAST HEAD STYLES
********************************************/
#mast_head {
	text-align:center;
}
#mast_head_logo {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#mast_head_slogan {
	font-size:14px;
	margin-bottom:10px;
}
#mast_head_contact {
	font-size:12px;
	margin-bottom:10px;
}

/********************************************
        CONTENT STYLES
********************************************/
#content {
	margin-top:20px;
}