/* 
    Document   : global.css
    Created on : June 24, 2010, 4:26:54 PM
    Author     : M. Bradley t/a Productive Inbox
    Description:
        Global style sheet for all website production
*/

/* Main Page Elements */
body { margin: 0 auto; text-align:center; font-size:12px; }
div.container { width: 940px; text-align: left; margin: 0 auto; }

/*Standard useful tags to use across all sites */
table.fullWidth { width: 100%; }

.halfWidth { width: 50%; }
.topLeft { text-align: left; vertical-align: top; }
.topRight { text-align: right; vertical-align: top; }
.bottomRight { text-align: right; vertical-align: bottom; }
img { border:0px; }