﻿/* Import other stylesheets */
@import url('/css/Standard.css');
* { color: #000; }
html, body { width: 90%; }
#container { position: absolute; top: 0; left: 0; width: 100%; padding: 0; }
#header { height: auto; padding-bottom: 20px; }
#header ul { display: none; }
#header img { position: relative; top: 0; left: 0; }
#leftColumn { display: none; }
#rightColumn { position: relative; width: 100%; padding: 0; display: block; float: none; }
#footer { display: none; }