/*This is the core style sheet of the site.*/
body {
background-color: #ffffff;
color: #000000;
background: url(img/writingonwatercd.jpg) center top fixed;
margin: 0px;
text-align: center;
font-family: Verdana, Arial, 'Lucida Grande', Geneva, sans-serif;
font-size: 1em;
font-weight: normal;
}

#header {
position: relative;
text-align: left;
font-size: .6em;
width: 100%;
height:30px;
}

#content {
position: relative;
top: 0px;
background-color: #ffffff;
text-align: left;
margin: 0px auto;
border: 2px #999900 solid;
width: 60%;
min-width: 600px;
}
#leftside {
position: absolute;
left: 0px;
border: 2px #999900 solid;
width: 15%;
background-color: #ffffff;
background: url(img/white.jpg) center 0px fixed !important;
background: url(img/white.jpg) left -32px scroll;
padding: 10px;
}
#leftside p, h2 {
text-align: left;
}

#main-text {
background-color: #ffffff;
background: url(img/white.jpg) center 0px fixed !important;
background: url(img/white.jpg) center -32px scroll;
color: #000000;
padding: 10px;
}

h1 {
font-size: 1.8em;
text-align: center;

}

h2 {
font-size: 1.1em;
text-align: left;
border-top: 1px #999900 dotted;

}

h3 {
font-size: 1em;
text-align: left;
font-style: italic;
border-top: 1px #999900 dotted;
}

p {
font-size: .7em;
text-align: justify;
}

dt {
font-size: .7em;
font-weight: bold;
}

dd {
font-size: .7em;
}

.year {
font-weight: normal;
}

.duration {
font-weight: normal;
font-style: italic;
}

p.smalltext {
font-size: .7em;
font-weight: normal;
}

p.smallcenter {
font-size: .7em;
text-align: center;
font-weight: bold;
}
p.centeredimage{
text-align:center;
font-size: .6em;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
p.footer {
font-size: .6em;
text-align: center;
font-weight: bold;
}

a:link, a:visited {
color: #999900;
}

a:hover, a:active {
color: #FF6600;
}
a:link, a:visited, a:hover, a:active {
font-weight: bold;
}
a:link img, a:visited img {
border: none;
}
img.floatleft {
float: left;
margin: 3px 3px 3px 0;
clear: left;
border: 1px solid;
}
img.floatright {
float: right;
margin: 3px 0 3px 3px;
clear: right;
}
.clear {
clear:both;
height:1px;
overflow:hidden;
}



