/*
-----------------------------------------------
directory listing
author:   daniel rubin
version:  2003.09.19
----------------------------------------------- */

/* global
----------------------------------------------- */
body {
margin: 20px;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: .8em;
}


/* layout
----------------------------------------------- */
#header {
margin: 0;
height: 32px;
background-color: #a3d241;
}

#left {
float: left;
height: 32px;
width: 96px;
background: url(header_logo.gif) no-repeat left top;
}

#right {
float: right;
height: 32px;
width: 101px;
background: url(header_title.gif) no-repeat left top;
}

.clear {
clear: both;
}

#listing {
padding: 0 20px 0 20px;
}

#listing p {
padding-left: 16px;
background: url(icon_arrow.gif) no-repeat 0 2px;
}

p#footer {
margin: 0 auto 0 auto;
width: 600px;
color: #ddd;
background-color: transparent;
font-size: .75em;
text-align: center;
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
padding: 2px 0 2px 0;
}


/* links
----------------------------------------------- */
a, a:link, a:visited {
color: #395fde;
padding: 1px;
text-decoration: none;
}

a:hover {
background-color: #ebeffc;
}

a:active {
color: #000;
}