/* CSS */

body {
margin: 0px;
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #666666;
background-image: url(../images/bg01.gif);
background-position: center;
background-color: #FFFFFF;
}

#frame {
width: 900px;
margin: auto;
}

#bar1 {
width: 900px;
height: 12px;
background-image: url(../images/purple-lines1.gif);
background-repeat: repeat-x;
}

#main {
padding: 0px;
}

#footer {
line-height: 24px;
padding: 0px;
text-align: center;
}

.pad {
padding: 6px;
}
.pad2 {
padding: 6px;
line-height: 18px;
}

a {
color: #666666;
text-decoration: underline;
}

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