@charset "UTF-8";
/* CSS Document */
body {
background-position: center top;
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
color: #333333;
background-color: white;
line-height: 18px;
font-size: 11px;
font-family: Bank Gothic Light, Verdana, Arial, sans-serif;
margin-top: 60px;
text-align: center;
}
h1 {
font-family: Bank Gothic Light, Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: normal;
letter-spacing: 1px;
margin: 0px;
padding: 0px;
text-transform: uppercase; 
}
p {
color: #666666;
margin: 0px;
padding: 0px;
padding-bottom: 22px;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
a:hover {
border-bottom-width: 1px;
border-bottom-style: dotted;
color: #666666;
text-decoration: none;
border-bottom-color: #666666;
}
#banner {
padding-bottom: 10px;
}
#banner ul {
margin: 0px;
padding: 0px;
display: inline;
margin-left: 10px;
}
#banner ul li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
padding-right: 10px;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
}
h3 {
font-family: Bank Gothic Light, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 17px;
font-weight: normal;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
}