
/* CSS Document */
html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: .75em Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    background-image: url(bg_tile.png);
    background-repeat: repeat-x;
}
div#container
{
    width: 978px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-align: left;
    background-image: url(bg_main.jpg);
    background-repeat: no-repeat;
}

html > div#container
{
    width: 978px;
}


div#quote
{
    float: left;
    width: 250px;
    height: 60px;
    margin-left: 95px;
    margin-top: 25px;
    background-image: url(quote.png);
    background-repeat: no-repeat;
}

div#top_menu
{
    float: right;
    width: 250px;
    height: 60px;
    margin-right: 25px;
    margin-top: 35px;
}

div#top_menuHome
{
    float: right;
    width: 250px;
    height: 60px;
    margin-right: 25px;
    margin-top: 10px;
}

div#image1
{
    width: 792px;
    height: 315px;
    margin-left: 95px;
  
}

div#bg_gallery
{
    width: 770px;
    height: 570px;
    margin-left: 95px;
    border:1px solid #cccccc;
    padding:0px 10px 10px 10px;
    
}
div#gif_animator
{
    width: 792px;
    height: 315px;
    margin-left: 95px;
   
}



ul.home_bullet
{
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    margin: 0 0 4px 0px;
}

li.home_bullet1
{
    background-image: url(bullet_home.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 11px;
    font-family: Tahoma;
    color: #ef6507;
    margin: 0 0 4px 0px;
    line-height: 20px;
}
 
a.link_text
{
    font-size: 12px;
    font-family: Tahoma;
    color: #300000;
    text-decoration: none;
}

a.link_text:hover
{
    font-size: 12px;
    font-family: Tahoma;
    color: #300000;
    text-decoration: underline;
}

div#bg_signboard
{
    width: 100%;
    height: 388px;
    margin-top: 10px;
}

div.heading
{
    padding: 20px 10px 0px 10px;
    font-family: Tahoma;
    font-size: 18px;
    color: #300000;
    font-weight: bold;
}

div.text
{
    padding: 10px 100px 0px 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #300000;
}


div#footer
{
    width: 100%;
    height: 23px;
    margin-top: 10px;
    background-image: url(bg_footer.png);
    background-repeat: no-repeat;
    font-size: 10px;
    font-family: verdana;
    color: #000000;
}

a.link_footer
{
    font-size: 10px;
    font-family: Tahoma;
    color: #300000;
    text-decoration: none;
}

a.link_footer:hover
{
    font-size: 10px;
    font-family: Tahoma;
    color: #300000;
    text-decoration: underline;
}