body {
     background-color: White;
     color: Black;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Verdana, Sans-serif;
     font-size: 12px;
     background-image: url('../images/bg.jpg');
     background-repeat: repeat-x;
}
img {
     border: 0;
}
a {
     color: Black;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
h1 {
     font-size: 13px;
}
#wrapper {
     width: 775px;
}
#header {
     height: 99px;
     width: 775px;
}
#topMenu {
     color: #686868;
     font-size: 11px;
     font-family: Helvetica, Tahoma, Sans-serif;
     width: 500px;
     float:right;
     text-align:right;
     padding:17px 81px 0 0;
}
#topMenu a {
     color: #686868;
     font-weight: normal;
}
#menu {
     width: 775px;
     height: 35px;
     margin-bottom: 1px;
}
#banner {
     width: 775px;
     height: 214px;
     background-image: url('../images/banner.jpg');
}
#content {

}
.line1 {
     border: 0;
     padding: 0;
     margin: 0;
     width: 775px;
     height: 1px;
     line-height: 1px;
     background-color: #bababa;
}
.line2 {  
     border: 0;
     padding: 0;
     width: 688px;
     height: 1px;
     line-height: 1px;
     background-color: #cecece;
     margin: 19px 0 0 0;
}
#footer {
     border-top: 1px solid #cecece;
     width: 688px;
     text-align:right;
     color: Black;
     margin-top: 19px;
     padding-top: 19px;
     padding-bottom: 19px;
     font-size: 11px;
}
#footer a {
     color: Black;
     font-weight: normal;
     font-size: 11px;
}
ul, #custom {
	list-style-type: disc;
	list-style-image: url('../images/bullet.jpg');
	list-style-position: outside;
}
