/* General */

body {
background: #fff url(../images/wood-bg.jpg);
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}

#container
{
width: 800px;
text-align: left;
margin: auto;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

#header {
color: black;
background: url(../images/junkions.png) top center no-repeat;
padding: 150px 0 0 0;
height: 0px;
}

#header h1 {
display: none;
}

#header a:link
{
color: #fff;
text-decoration: none;
}

#header a:hover
{
color: #fff;
text-decoration: none;
font-weight: bold;
}

#header a:visited
{
color: #fff;
text-decoration: none;
}

.left
{
float: left;
}

.folio
{
float: left;
margin-right: 10px;
}

.clear
{
clear:both;
}

img {
border: none;
}

/* Content */

#content {
color: black;
background-color: #f2f2f2;
padding: 1em 1em .5em 1em;
}

#content h1 {
background: #f5f5f5 url(../images/content_h1.gif) left bottom repeat-x;
color: black;
border-style: solid;
border-color: #d0d0d0;
border-width: 1px;
padding: 0.25em 0.25em 0.25em 0.75em;
margin: 0 0 1em 0;
font-family: sans-serif;
font-weight: bold;
font-size: 125%;
text-align: left;
}

/* Subtitle header. */

#content h2 {
font-weight: bold;
font-family: sans-serif;
font-size: 110%;
padding: 0 0 0 1.5em;
margin: 0 0 .5em 0;
}

#content h2 a:link
{
color: black;
text-decoration: underline;
font-weight: bold;
}

#content h2 a:visited
{
color: #666;
text-decoration: none;
font-weight: bold;
}

#content h2 a:hover
{
color: #222;
text-decoration: none;
font-weight: bold;
}

#content p
{
padding: 0 1.5em 0 1.5em;
}


#content a:link
{
color: #5555ff;
text-decoration: none;
font-weight: bold;
}

#content a:visited
{
color: #5555ff;
text-decoration: none;
font-weight: bold;
}

#content a:hover
{
color: #2222ff;
text-decoration: underline;
}

#footer {
margin: 0; /*OUTSIDE BORDER*/
padding: 0.25em 1em 0.5em 1em; /*INSIDE BORDER*/
color: #333;
background: #202020;
border-top: 1px solid gray;
font-size: 60%;
height: 1.5em;
}

#footer td {
font-size: 90%;
color: #fff;
}

#footer table tbody tr td a:link
{
color: #fff;
text-decoration: underline;
font-weight: bold;
}

#footer table tbody tr td a:visited
{
color: #fff;
text-decoration: underline;
font-weight: bold;
}

#footer table tbody tr td a:hover
{
color: #fff;
text-decoration: none;
}