﻿body  {margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */ text-align:center; /* Hack for IE5/Win */
}
#Content {width:80%; height:80%; margin:auto; padding:15px; border:1px dashed #333; background-color:#eee; text-align:center;}
#Center {margin-right:auto; margin-left:auto}

.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:80%; margin:0 auto 0 10%; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; padding:15px; border:1px dashed #333; background-color:#eee;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:750px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
