/* CSS Document */

body{
 background: #FFFFFF url(../images/bg.jpg) fixed center center;
 width:100%;
 height:100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#000000;
 margin:0px;
 padding:0px;
}

/* Header style BOF */

#header{
 width:100%;
 height:462px;
}

#header-wrapper{
 width:800px;
 height:462px;
 margin:0 auto;
}

.header-style-01{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 font-weight:normal;
}

.header-style-01 a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FFFFFF;
 font-weight:normal;
 text-decoration:none;
}

.header-style-01 a:hover{
 color:#FFCC0F;
 font-weight:normal;
}

.header-style-02{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 font-weight:normal;
 font-style:italic;
}

.header-style-02 a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#FFFFFF;
 font-weight:normal;
 text-decoration:none;
 font-style:italic;
}

.header-style-02 a:hover{
 color:#FFCC0F;
 font-weight:normal;
}

.header-style-03{
 font-family:"Calibri", Arial, Helvetica, sans-serif;
 font-size:19px;
 color:#0060B0;
 font-weight:normal;
 line-height:25px;
}

.header-style-04{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 font-weight:normal;
}

.header-table-background-01{
 background:url(../images/header-img-02.gif);
 background-position:center;
 background-repeat:no-repeat;
 width:361px;
 height:127px;
}

.header-table-background-02{
 background:url(../images/header-img-03.jpg);
 background-position:center;
 background-repeat:no-repeat;
 width:439px;
 height:301px;
}

.header-table-background-03{
 background:url(../images/header-img-04.jpg);
 background-position:center;
 background-repeat:no-repeat;
 width:361px;
 height:301px;
}
/* Header style EOF */

/* Content style BOF */

#content{
 clear:both;
 float:left;
 width:100%;
 height:100%;
}

#content-wrapper{
 width:800px;
 height:100%;
 margin:0 auto;
}

.content-table-background-01{
 background:url(../images/content-img-01.jpg);
 background-position:center;
 background-repeat:no-repeat;
 width:482px;
 height:434px;
}

/* Content style EOF */

/* Footer style BOF */

#footer{
 clear:both;
 float:left;
 width:100%;
 height:97px;
}

#footer-wrapper{
 background:url(../images/footer-back.jpg);
 background-position:center;
 background-repeat:repeat-x;
 width:800px;
 height:97px;
 margin:0 auto;
}

