* { margin: 0; padding: 0; }

body {
        background-color: #fff;
         
}

#page-wrap {width:850px;
            margin: 0px auto;
            background-color:#fff;
            }

#header    {height:314px;
            width:850px;
            background-image:url(../images/header1.jpg);
            background-repeat:no-repeat;
            margin:0 auto;
           }


/* Navigation Bar */

.hovermenu {width:850px;
            height:75px;
            margin:0 auto;
           }

.hovermenu ul{

margin-top:20px;
margin-left:20px;
}

.hovermenu ul li{
list-style: none;
display: inline;


}

.hovermenu ul li a{
padding:0 40px;
text-decoration: none;
float: left;


}

.hovermenu ul li a:hover{

}

html>body .hovermenu ul li a:active{ 

}

/* End Navigation */

/* Start Content */

img {border:none}


#content { width:850px;
           margin:0px;
           }

#text-box {margin:20px;}

#text-box a:hover {color:#B22222; text-decoration:none}

#text-box h1 {font-family: Verdana, Arial, Sans-Serif;
              font-weight:normal;
              margin-bottom:30px;
              }


#text-box p {font-family: Verdana, Arial, Sans-Serif;
             font-size:15px;
             font-family: Verdana, Arial, Sans-Serif;
             }


.smalltext {font-size:14px;
            margin:20px;}

.table {margin-bottom:25px;
        margin-right:5px;}
