@CHARSET "UTF-8";

*{margin:0px; padding:0px; font-family: trebuchet, tahoma, arial, verdana, helvetica; line-height:18px}
img{border:0px}

/* header */
div.top{
        width:100%;
        height:200px;
        background:url(../gfx/bg1.gif) bottom repeat-x;
    }
    div.top_center{
        width:990px; height:200px; margin:auto;
        background:url(../gfx/top.jpg);
    }

    
div.content{
        width:100%; height:660px;
        background:#edf0f2 url(../gfx/bg2.gif) repeat-x;
    }
    div.content_center{
            width:990px; height:660px; margin:auto;
            background:url(../gfx/content.jpg)
        }
        div.content_left{
                width:495px; height:660px;
                float:left;
            }
            div.content_left ul{
                    font-size:15px; font-weight:700; color:#000;
                    list-style:none;
                    padding:86px 20px 20px 45px;
                }
                div.content_left li{
                        line-height:25px
                    }
                div.content_left span.s1{
                        font-style:italic; text-decoration:underline
                    }
                div.content_left span.s2{
                        font-size:13px; font-weight:100; color:#808080
                    }

        div.content_right{
                width:495px; height:660px;
                float:right;
            }
            div.right_contact{
                    width:105px; height:40px;
                    padding:65px 90px 75px 300px;
                }
                div.contact_pointer{
                        width:105px; height:40px;
                        cursor:pointer
                    }
                
            div.right_form{
                    width:495px; height:480px;
                }
                div.form_left{
                        width:255px; height:420px;
                        float:left;
                    }
                    div.fnames{width:255px; height:30px;}
                        div.fnames p{
                                font-size:14px; color:#666666;
                                padding:3px 0px 0px 50px;
                            }
                        div.fnames span{
                                color:#8e1212
                            }
                        
                div.form_right{
                        width:240px; height:420px;
                        float:right;
                    }
                    div.finputs{width:240px; height:30px}
                        div.finputs input{
                                font-size:11px;
                                border-top:1px solid #d4d7da;
                                border-left:1px solid #d4d7da;
                                border-bottom:1px solid #b0b5b7;
                                border-right:1px solid #b0b5b7;
                                width:220px; padding:5px;
                            }
                        div.finputs textarea{
                                font-size:11px;
                                border-top:1px solid #d4d7da;
                                border-left:1px solid #d4d7da;
                                border-bottom:1px solid #b0b5b7;
                                border-right:1px solid #b0b5b7;
                                width:220px; height:60px; padding:5px;
                            }
                 div.form_send{width:495px; height:60px; text-align:center}
                    div.form_send button{width:195px; height:30px; border:0px; background:url(../gfx/send.gif); cursor:pointer}


/* gallery */
div.gallery{
        width:100%; height:180px;
        background:#edf0f2;
    }
    div.gallery_center{
            width:990px; height:180px; margin:auto;
        }

/* footer */
div.bottom{
        width:100%; height:230px;
        background:#edf0f2;
        background:url(../gfx/bg3.gif);
    }
    div.bottom_center{
        width:990px; height:230px; margin:auto;
        background:url(../gfx/bottom.jpg);
    }
        div.bottom_center p{font-size:13px; color:#666666; padding:25px 0px 0px 258px}
        div.bottom_center a{color:#004d99}

			



