@charset "UTF-8";

/*
code generated by Dreamweaver CS3 
renaming and minor format changes 
by Gordon Houtman of Houtman Associates
for Virginia Retina Foundation
2008-10-23
*/

body {
margin: 0;
padding: 0;
text-align: center;
/*
This centers the container in IE 5* browsers.
The text is then set to the left aligned default 
in the #outer-container selector.
*/
}

.oneColLiqCtr #outer-container {
width: 80%;
/* This creates a container 80% of the browser width. */
margin: 0 auto;
/* The auto margins (in conjunction with a width) center the page. */
text-align: left;
/* This overrides the text-align: center on the body element. */
}

.oneColLiqCtr #inner-container {
/*padding: 0 0;*/
padding: 0;
}

