html {
    background-color: #7B8785;
    font-family: Helvetica,Arial,Verdana,sans-serif;
}

a img { border: 0 }

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
    margin: 0px auto 0px auto;
    width: 500px;
    font-size: 10pt;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background: #9ba7a5;
    padding-bottom: 20px;
    text-align: left;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	margin: 10px 10px; 0 0;
	letter-spacing: -1pt;
	text-align: left;
}

.head {
	background-color: #fff;
	color: #666;
	font-weight: bold;
	letter-spacing: -3pt;
	font-size: 24pt;
	padding-top: 20px;
	text-align: left;
}

a:link { color: 669; }
a:visited {	color: 669; }
a:hover { color: 003; }

h2 a:link { color: ddf; }
h2 a:visited { color: ddf; }
h2 a:hover { color: aaf; }

ul#dugg {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    overflow: auto;
	text-align: left;
}

li {
    margin-top: 6pt;
    font-size: 9pt;
}

#contact {
	float: left;
	text-align: center;
}

#foot {
	position: fixed;
	bottom: 0px;
	width: 500px;
	padding-top: 2px;
    background-color: #ccc;
    text-align: center;
    font-size: 8pt;
    clear: both;
}

#wide, #scroller { width:500px; overflow: hidden;}
#scroller {
    height: 180px;
    width: 2000px;
    position: relative;
    overflow: hidden;
}

#scroller a {
    display: block;
    position: relative;
    float: left;
    clear: none;
}

#scroller a {
    display: block;
    position: relative;
    float: left;
    clear: none;
}