﻿body {
margin: 0;
font-family: Verdana, Arial;
font-size: 12px;
}
#header {
width: 100%;
height: 155px;
background-color: #ccc;
background-image:url('../images/hbg.png');
background-repeat:no-repeat;
}
#thepage {
width: 100%;
}
#nav {
height: 41px;
line-height: 41px;
background-image:url('../images/navBG.jpg');
background-repeat: repeat-x;
padding-left: 20px;
font-weight: bold;
font-size: 1.2em;
color: #fff;
}
.class1 a:link {text-decoration: none; color: #fff;}
.class1 a:visited {text-decoration: none; color: #fff;}
.class1 a:active {text-decoration: none; color: #fff;}
.class1 a:hover {text-decoration: underline; color: #fff;}
#wrapper {
background-color: #F6F6F7;
min-height: 500px;
text-align: center;
}
#innerwrapper {
width: 950px;
background-color: #FFFFFF;
min-height: 500px;
}
#footer {
height: 25px;
line-height: 25px;
width: 100%;
background-image:url('../images/footBG.jpg');
background-repeat: repeat-x;
text-align: center;
color: #fff;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 35px;
min-height: 45px;
vertical-align: middle;
background-image: url(../images/point.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}
