html { height: 100%; }
body 
{ 
    color: black;
    height: 100.01%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    text-align:justify;
    background-image:url('background.png');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #f0f0f0;
}
fieldset { border: 0; margin: 0; padding: 0; }
input, textarea { width: 175px;}
ul { margin: 0; list-style-type: circle; }
a { color: black; }
a img { border: 0; opacity: 0.8; }
a:hover img { border: 0; opacity: 1.0; }
p { margin: 0; }
img.righticon { position: absolute; right: 20px; margin-top: 3px;}
#container
{
    width: 712px;
    margin: auto;
}
#header
{
    background-image: url('header.png');
    width: 712px;
    height: 112px;
    position: absolute;
    font-size: 0.001em;
    color: transparent;
}
#navigation
{
    margin: 0;
    padding: 2px;
    padding-left: 26px;
    list-style-type: none;
    position: absolute;
    bottom: 0px;
}
#navigation li
{
    display: inline;
    font-size: 12px;
    margin-right: 11px;
}
#navigation li a
{
    color: #eee;
    text-decoration: none;
}
#navigation li a:hover
{
    color: white;
}
#content
{
    position: absolute;
    top: 120px;
    padding-left: 15px;
    padding-right: 15px;
    width: 682px;
}
#content h1
{
   border-bottom: 1px solid black; 
   font-size: 22px;
   margin-bottom: 10px;
   padding-bottom: 0;
}

#content p
{
    margin-top: 5px;
}

#content div.news h2
{
    margin: 0;
    font-size: 16px;
}

#content div.news span.newssub
{
    font-size: 10px;
    font-color: gray;
    font-weight: normal;
    margin: 0;
}

#content div.news p
{
	margin: 0;
	padding-bottom: 15px;
}
#content div.quote
{
	margin-bottom: 10px;
}
#content div.quote p a
{
    color: black;
    font-weight: bold;
    font-style: normal;
}

#content div.quote p
{
    margin-bottom: 2px;
    width: 100%;
}

#content div.quote span.vote
{
	position: absolute;
	
	right: 20px;
}

#content div.quote span.vote a
{
    text-decoration: none;
    font-style: none;
}

#content div.quote div.innerquote
{
    border: 1px solid gray;
    background-color: white;
    font-family: 'Courier', monospace;
    font-size: 12px;
    padding: 4px;
}

#footer
{
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 721px;
    text-align: center;
}
#pages
{
	width: 100%;
	text-align: center;
}

.error {
    color: red;
    font-weight: bold;
}
