/* SITE */
html, body
{
   height:              100%;
   text-align: 		left;
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		13px;
   margin:              0;
   background:          #fffded;

   
   background-image:    url(../gfx/fa_bg_3_1b.jpg);
   background-repeat:    repeat;
   
}

.site-frame
{
   height:	        auto;
   min-height:          100%;
   width:	        800px;
   padding:             10px;
   margin-left:         auto;
   margin-right:        auto;
   overflow:            hidden;
   background:          #fffded;
}

.site-main-frame
{
   width:	        800px;
   margin-left:         auto;
   margin-right:        auto;
   
}

.site-content-frame
{
   margin-top:	        0px;
   min-height:          100%;
   margin-left:         auto;
   margin-right:        auto;
   border-left:         0px solid #000;
   border-right:        0px solid #000;
   width:	        800px;
   margin:              0 auto;
}

.site-header-container
{
   width:	        800px;
   height:              82px;
   border-bottom:       1px dotted #ff0000;
   margin-left:         auto;
   margin-right:        auto;
   margin-bottom:       20px;
   margin-top:          0px;
}

.site-main-container-right
{
   float:               left;
   width:               580px;
}

.site-main-container-left
{
   float:               left;
   width:               200px;
   margin-right:        20px;
}

.main-wrapper
{
   width:               580px;
   margin-right:        10px;
   border-bottom:       1px dotted #ff0000;
   border-left:         1px dotted #fff;
   border-right:        1px dotted #fff;
   border-top:          1px dotted #fff;    
   margin-bottom:       20px;
   overflow:            hidden;
   background:          #fff;
   padding:             2px;
}

.screen-wrapper-big
{
   width:               580px;
   margin-right:        10px;
   float:               left;
   padding:             0px;
   /*background-image:    url(../gfx/pattern.gif);*/
   background-repeat:   repeat;
   border-bottom:       1px solid #ccc;
   margin-bottom:       10px;
   padding-bottom:      10px;
}

.screen-wrapper
{
   width:               350px;
   margin-right:        10px;
   float:               left;
   padding-left:        3px;
   padding-right:       3px;
   padding-top:         4px;
   padding-bottom:      1px;
   /*background-image:    url(../gfx/pattern.gif);*/
   background-repeat:   repeat;
   border:              1px dotted #ccc;
}

.info-wrapper
{
   width:               210px;
   float:               left;

}

.site-menu-container
{
   float:               left;
   width:               200px;
   background-color:    #cacaca;
   margin-right:        20px;
   margin-left:         20px;
   margin:              0 auto;
}



/* HEADER */

.header
{
   margin-top:          8px;
   margin-bottom:       8px;
   width:               800px;
   height:              82px;
   background-color:#fff;
}

.header-logo
{
   float:               left;
   width:               400px;
   height:              60px;
   background-image:    url(../gfx/fa_logo.gif);
   background-repeat:   no-repeat;
   margin-top:          12px;
}

.header-tiny-menu
{
   float:               left;
   width:               100px;
   margin-right:        120px;
   margin-top:          20px;
}

.header-misc
{
   float:               right;
   margin-top:          20px;
}

/* FOOTER */
.footer
{
   background-color:    #fff;
   width:               800px;
   height:              16px;
   margin-right:        auto;
   margin-left:         auto;
   border-top:          1px solid #999;
   position:            relative;
   bottom:              0;
   clear:               both;
   margin-bottom:       10px;
}

/* TEXT */

.title-regular
{
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		14px;
   font-weight:         700;
   color:               #333;
}

.title-regular-white
{
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		14px;
   font-weight:         700;
   color:               #000;
}

.title-red
{
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		15px;
   font-weight:         700;
   color:               #ff0000;
}

.text-red
{
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		12px;
   color:               #ff0000;
}

.text-footer
{
   font-family:		Verdana, Geneva, sans-serif;
   font-size:		12px;
   font-style:          italic;
   color:               #999;
}

/* LINK */

.link-grey-red:link
{
   text-decoration:     none;
   color:               #666;
   background-color:    #f1f1f1;
}
.link-grey-red:visited
{
   text-decoration:     none;
   color:               #666;
   background-color:    #f1f1f1;
}
.link-grey-red:active
{
   text-decoration:     none;
   color:               #666;
   background-color:    #f1f1f1;
}
.link-grey-red:hover
{
   text-decoration:     none;
   color:               #ff0000;
   background-color:    #fff;
}
/*----------------------------------------*/

.link-grey-red-none:link
{
   text-decoration:     none;
   color:               #666;
}
.link-grey-red-none:visited
{
   text-decoration:     none;
   color:               #666;
}
.link-grey-red-none:active
{
   text-decoration:     none;
   color:               #666;
}
.link-grey-red-none:hover
{
   text-decoration:     none;
   color:               #ff0000;
}
/*----------------------------------------*/

.link-grey-red-big:link
{
   text-decoration:     none;
   color:               #ff0000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
.link-grey-red-big:visited
{
   text-decoration:     none;
   color:               #ff0000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
.link-grey-red-big:active
{
   text-decoration:     none;
   color:               #ff0000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
.link-grey-red-big:hover
{
   text-decoration:     none;
   color:               #666;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}

/*----------------------------------------*/

a:link
{
   text-decoration:     none;
   color:               #000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
a:visited
{
   text-decoration:     none;
   color:               #000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
a:active
{
   text-decoration:     none;
   color:               #000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
a:hover
{
   text-decoration:     none;
   color:               #000;
   font-size:		14px;
   font-family:         Helvetica, Arial, sans-serif;
}
