/* base
----------------------------------------------- */

body {
margin: auto;
padding-top: 10px;
position: relative;
font-family: Helvetica, Verdana, "Lucida Grande", Tahoma,  sans-serif;
color: #ffffcc;
background-color: #330033;
text-align: justify;
}

blockquote, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 13px;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2 {
font-family:  Helvetica, Verdana, sans-serif;
}

h1 {
font-size: 34px;
line-height: 0em;
letter-spacing: 2px;
font-weight: normal;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 15px;
text-align: right;
}

small, .small {
font-size: 0.9em;
}

title, .title {
font-size: 10px;
line-height: 11px;
}

img {
border: none;
}

articleimage, .articleimage {
border: none;
padding: 2px;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #ffffcc;
}


/* overrides
----------------------------------------------- */


.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}


/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 0px auto;
padding: 10px;
width: 800px;
}

#head {
height: 60px;
text-align: center;
}

#content {
margin-left: auto;
padding-top: 0px;
width: auto;
text-align: justify;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}