<?php Header ("Content-type: text/css");?>
<!-- this makes sure that the .css file looks like a regular .css file to anyone that asks. If you don't return a text/css header, Mozilla will refuse to include the file if the calling page has an XTML or strict HTML doctype -->
* { padding: 0; margin: 0; }

body {
 background:  url(images/mrb002.png);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background:   url(images/faux-1-2-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background:  url(images/MRBhead02.png);
 background-repeat: no-repeat;
 width: 902px;
 padding: 0px 10px;
 height: 100px;
 margin: 5px 0px 5px 0px;
}
#navigation {
 text-align: center;
 vertical-align: middle;
 color: #cccccc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-style: italic;
 width: 902px;
 padding: 10px;
 height: 40px;
 margin: 0px 0px 5px 0px;
 background-color: #996600;
}
#leftcolumn { 
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
 overflow:auto;
}
#rightcolumn { 
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 28px;
 font-style: italic;
 float: right;
 color: black;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
 overflow:auto;
}
#footer { 
 text-align: center;
 background:  url(images/MRB-footer.gif);
 background-repeat: no-repeat;
 width: 902px;
 height: 40px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }
