/* -------------------------------------------------------------------------------------------------
      Cascading StyleSheet
      SCREEN
                                                                                                    */

/* -------------------------------------------------------------------------------------------------
    BASICS
                                                                                                    */

*                               { padding:0px; margin:0px; font-size:1em; }
html                            { height:100%; overflow-y:scroll; margin-bottom:1px; }
body                            { height:100%; font:0.75em/1.55em Arial,Tahoma,Verdana,Helvetica,sans-serif; color:#000000; background:url('../img/page_background.gif'); }


/* -------------------------------------------------------------------------------------------------
    LAYOUT
                                                                                                    */

#containerPage                  { width:990px; margin:0px auto; }
#containerContent               {  }


/* header */
#header                         { width:990px; height:168px; background:url('../img/header_background.gif') no-repeat; position:relative; }
#header a                       { display:block; width:315px; height:120px; position:absolute; top:45px; left:10px; }


/* main */
#main_shadow                    { width:950px; padding:0px 20px; background:url('../img/main_background.gif') repeat-y; }
#main                           { width:950px; background:url('../img/content_background.gif') no-repeat; }

#menu                           { float:left; width:295px; padding-bottom:60px; }

#content                        { float:right; width:490px; margin-right:40px; padding-bottom:40px; }
#content ul li                  { padding:6px 0px; }


/* footer */
#footer                         { width:910px; padding:5px 40px; height:59px; background:url('../img/footer_background.gif') no-repeat; text-align:right; font-size:0.9em; }

#footer a                       { color:#cccccc; text-decoration:none; }
#footer a:hover                 { color:#f389af; }


/* -------------------------------------------------------------------------------------------------
    BASIC DEFINTIONS
                                                                                                    */

h1                              {  }
h1 span                         { display:none; }
address                         { display:none; }

h2                              { padding-bottom:30px; }
h2 span                         { display:none; }
h2 img                          {  }


/* -------------------------------------------------------------------------------------------------
    LINKS
                                                                                                    */

#content a                      { color:#666666; text-decoration:underline; }
#content a:hover                { color:#f389af; text-decoration:none; }


/* -------------------------------------------------------------------------------------------------
    FORMS
                                                                                                    */


/* -------------------------------------------------------------------------------------------------
    FLASH MESSAGES
                                                                                                    */




/* -------------------------------------------------------------------------------------------------
    TABLES
                                                                                                    */



