body
{
   background-image:url(images/back.png);
   margin-bottom: 15px;
}
#wrapper
{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   padding-top:15px;
   padding-bottom:15px;
}
.picture
{
    width:720px;
    float:left;
    height:500px;
    background-image:url(images/tri.jpg)
}
.nav
{
    float:right;
    width:240px;
    height:500px;
}
.foot
{
     background-color:#5573AA;
     height: 25px;
     width: 960px;
     text-align: center;
     font-size: small;
     color: #FFFFFF;
}
.header
{
    height:130px;
    width:960px;
    background-image:url(images/head.gif);
}
#navs
{
    height:125px;
    background-color:#7E7E96;
}
#navs2
{
    height:125px;
    background-color:#6B6B85;
}
#navs3
{
    height:125px;
    background-color:#5B5B71;
}
#navs4
{
    height:125px;
    background-color:#464657;
}
#navs:hover
{
    background-color:#2B2B33;
}
#navs2:hover
{
    background-color:#2B2B33;
}
#navs3:hover
{
    background-color:#2B2B33;
}
#navs4:hover
{
    background-color:#2B2B33;
}
.text
{
    padding-bottom:20px;
    color:White;
    font-family:Arial;
    font-size:14px;
    background-color:#32323D;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
h2
{
    padding-top:25px;
    padding-left:20px;
    color:White;
    font-family:Verdana;
}
h3
{
    padding-left:20px;
    font-size:15px;
    color:#F2F980;
    font-family:Verdana;
}
.title
{
    background-color:#676783;
    text-align:center;
    color:White;
    font-family:Verdana;
    font-size:30px;
    width:960px;
    padding-bottom:5px;
}
h1
{
    text-align:center;
    color:White;
    font-family:Verdana;
    font-size:30px;
    margin:0px;
    padding:0px;
    font-weight:normal;
}
a
{
    color:#F2F980;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.pill
{
   height:100px;
   width:585px;
   margin-left: auto;
   margin-right: auto;
   background-color:#ACB7D2;
   color:White;
   font-size:72px;
   text-align:center;
   font-family:Verdana;
}
.tour
{
   height:100px;
   width:585px;
   margin-left: auto;
   margin-right: auto;
   background-color:#8293BB;
   color:White;
   font-size:72px;
   text-align:center;
   font-family:Verdana;
}
.pill:hover
{
    background-color:#5B5B71;
    cursor:pointer;
}
.tour:hover
{
    background-color:#5B5B71;
    cursor:pointer;
}
