/* --------------- normalize all --------------- */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, form, p, blockquote, th, td {
margin: 0; 
padding: 0;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h7 {
font-weight: normal;
font-size: 100%;
}
address, caption, cite, em, strong {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
border: none;
}
img a {
border: none;
}

/* --------------- BODY --------------- */

body {
background-image: url('art/back.gif');
background-repeat: repeat-x;
background-color: #ececdb;
font-family: verdana, sans-serif;
}

/* --------------- STRUCTURAL --------------- */

p {
font-family: verdana, sans-serif;
font-size: .8em;
line-height: 1.3em;
color: #000;
margin: 0 0 6px 0;
}

h1 {
font-family: verdana, sans-serif;
font-size: 1em;
color: #4c642a;
font-weight: bold;
margin-bottom: .5em;
}

h2 {
font-family: verdana, sans-serif;
font-size: .8em;
font-weight: normal;
color: #8e8e8e;
}

h3 {
font-family: verdana, sans-serif;
font-size: .9em;
font-weight: normal;
color: #8e8e8e;
margin-left: 2em;
}

ul#nav {
font-size: .6em;
list-style-type: none;
margin: 0;
padding: 0;
}

ul#nav li {
display: inline;
margin: 0;
}

/* --------------- TYPOGRAPHY --------------- */

.bold {
color: #000; 
font-weight: bold;
}

.caption {
font-family: verdana, sans-serif;
font-size: .7em;
margin-top: 0;
font-weight: normal;
color: #8e8e8e;
}

.note {
font-family:verdana, sans-serif;
font-size:.8em;
line-height:1.1em;
font-weight:normal;
color:#8e8e8e;
position:absolute;
left:20px;
width:200px;
}

.pale {
font-family: verdana, sans-serif;
font-weight: bold;
color: #ffe66f;
}

.small {
font-size: 80%;
}

/* --------------- LINKS --------------- */


a:link, a:visited {
color: #000;
text-decoration: none;
}
a:hover, a:active {
color: #ffe66f;
text-decoration: none;
}
a.text:link, a.text:visited {
color: #000;
font-weight: normal;
border-bottom: 1px dotted #ffe66f;
text-decoration: none;
}
a.text:hover, a.text:active {
color: #ffe66f;
border-bottom: 1px solid #000;
text-decoration: none;
}

a.menu:link, a.menu:visited {
font-family: verdana, sans-serif;
color: #000;
font-weight: bold;
text-decoration: none;
}

a.menu:hover, a.menu:active {
font-family: verdana, sans-serif;
color: #ffe66f;
font-weight: bold;
text-decoration: none;
}

/* --------------- POSITIONING --------------- */

#identity {
position: relative;
top: 0;
left: 0;
height: 84px;
width: 700px;
background-color: transparent;
z-index: 5;
}

#menu {
position: relative;
top: 10px;
left: 10px;
padding-bottom: .8em;
}

#content {
position: relative;
top: -1px;
background: #96b072;
width: 100%;
border-top: 1px solid #c2d688;
border-bottom: 1px solid #5c7040;
padding: 10px;
}

#strip {
width: 100%;
margin-top: 1px;
padding: 3px 0 1px 10px;
height: 15px;
background: #fff;
border-top: 1px solid #96b072;
border-bottom: 1px solid #96b072;
z-index: 10;
}
