﻿body {
    background:#B22525 url('img/background1.gif') top center;
    background-attachment:scroll;
    font-family:Trebuchet MS,helvetica,sans-serif;
    background-repeat:no-repeat;
    
}

img{
    padding:5px;
    border:none;
}


.frame{
    width:1000px;
    margin: 0 auto 0;
    height:110px;
}

.main{
    width:780px;
    margin: 0 auto 0;
    background-color:#EB9919;
}

.header{
    width:100%;
    background-image:url(img/header1.jpg);
    background-repeat:no-repeat;
    height:120px;
    background-position:top;
}

.menu
{
    font-size:medium;
    text-align:center;
    border:none;
    height:25px;
    background-color:#B22525;
    }

.menu ul li{
    display:inline;
    margin-left:20px;
    padding:5px;
}

.menu ul
{
    margin:0px;
    padding:0px;
}

.menu a{
    color:White;
    font-weight:bold;
    text-decoration:none;
}

.content{
    padding:10px;
    text-decoration:none;
    color:#cc3300;
    }

.footer{
    width:100%;
    padding-top:8px;
    text-align:center;
    font-size:x-small;
    color:White;
}

.locinfo
{
    width:300px;
    background-color:#ffffcc;
    height:330px;
    float:right;
    padding:10px;
}

a:link{color:white; text-decoration: none}
a:active{color:#ffcc33; text-decoration: none}
a:visited{color:white; text-decoration: none}
a:hover{color:#ffcc33; text-decoration: none}