/*
* File Name     : structure.css
* Dependencies  : core.css
* Description   : defines the layout of the site
* Version       : 1.0.1
* Date Modified : 10/9/2007
* Usage         : Copyright 2007 Craig Phares. All rights reserved.
*/

/* window properties */
html { /*width:100%; height:100%;*/ }
/* body alignment */
body { /*width:100%; height:100%;*/ background:#ab5251 url(../images/bg.gif) repeat-x; text-align:center; }

/* page stucture elements */
#flashcontent { margin:0px auto 0px auto; width:790px; height:528px; text-align:center; }
/* no flash */
#noflash { margin:100px auto; width:320px; border:1px solid #000000; padding:30px; text-align:left; }
/* footer */
#global_footer {}