/*-----Tags------------------------------------------------------------------------*/

body{
    background-color: #3399cc;
	background-image: url(../images/site/bgd.png);
	background-repeat: repeat-y;
	background-position:center;
    font-family: arial;
}

/*-----ID-------------------------------------------------------------------------*/

#page{
    width: 1030px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

#banner{
    position: relative;
    top: 10px;
    left: 0px;
    width: 1030px;
    height: 300px;
    background-image: url(../images/site/bg_page_top.png);
}

#flash_banner{
    position: relative;
    left: 60px;
    top: 30px;
    width: 900px;
    height: 250px;
    z-index: 3;
}

#flash_banner a{
	border: 0;
}

#enr{
    position: relative;
    bottom: 50px;
    width: 470px;
    left: 274px;
    z-index: 2;
}

#link_bc{
    position: relative;
    bottom: 120px;
    left: 730px;
    width: 300px;
    height: 100px;
    z-index: 4;
    text-align: center;
    color: #333333;
}

#link_bc   a{
    text-decoration: none;
    color: #333333
}

/*-----ID-----Content---------------------------------------------------------------------------------*/

#content{
    position: relative;
    top: 10px;
    width: 1030px;
    height: 100%;
    background-image: url(../images/site/bg_page.png);
}

#tbc{
    position: relative;
    top: 0px;
    width: 950px;
    height: 60px;
    font-size: 14pt;
    text-align: center;
}

#ttbc{
    position: relative;
    top: 10px;
}

#contact{
    position: relative;
    top: 0px;
    left: 5px;
    width: 1000px;
    clear: right;
    font-size: 13pt;
}

/*-----ID-----Footer-----------------------------------------------------------------------------------------*/

#footer{
    position: relative;
    top: 10px;
    width: 1030px;
    height: 100px;
    background-image: url(../images/site/bg_page_bottom.png);
    /* for debugging   
        border-style: solid;
        border-width: 1px;  
    */
}
#footer_simg{
    position: relative;
    top: 0px;
    left: 250px;
    width: 460px;
}

#footer_text{
    position: relative;
    top: 20px;
    left: 245px;
    width: 700px;
    font-size: 11pt;
    color: #333333;
}

#footer_text a{
    text-decoration: none;
    color: #333333;
}
