/* CSS Document | John Keese | johnkeese.com | Made for ITS | (c) 2007 */

#bigContainer {width:auto; margin:0 auto;}
#container {width:800px; margin:0 auto;}

/*---------------STRUCTURE DIVS-------------------*/
#content {width:800px; padding-top:10px;}
#header {width:800px;}

#flashContainer {width:auto; background-color:#7990B4;}
/*This is the color for the extending background. Enter any value here in this format: #??????*/
#flashElement {width:800px; margin:0 auto;}

#leftColumn {width:275px; float:left; border-top:2px solid #666; padding:0 5px 0 0;}
#contentColumn {width:500px; float:left; border-top:thin solid #666; border-left:thin solid #666; padding:0 5px; margin-left:5px;}

#footer {width:800px; clear:both; text-align:center; border-top:thin solid #666;}
#footer a, #footer a:link, #footer a:visited, #footer a:active {color:#006; text-decoration:none;}
#footer a:hover {color:#006; text-decoration:underline;}
