/***************************************************************
Initial CSS courtesy of Layout-o-matic
(http://www.inknoise.com/experimental/layoutomatic.php)
Sloppily modified since, so lay blame elsewhere.
***************************************************************/

body {
margin: 20px 0px 20px 0px;
background: #fff;
text-align: center;
}

#container {
background: transparent;
background-image: url(../i/bg.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 680px;
margin: 0 auto 0 auto;
padding: 0;
text-align: left;
}

#header {
padding: 10px;
margin-bottom: 10px;
margin-top: 20px;
background-color: transparent;
text-align: center;
}

#main {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align: left;
line-height: 20px;
color: #000;
padding: 0px 10px 0px 10px;
margin: 0px;
background-color: transparent;
}

#footer {
clear: both;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #999;
padding: 10px;
margin-top: 15px;
background-color: transparent;
text-align: center;
}

#news {
background-color: #ff9;
color: #000;
border: 1px solid #cc9;
padding: 10px;
margin: 0;
}

#latest {
background-color: #f99;
color: #000;
border: 1px solid #c66;
padding: 10px;
margin: 0px 0px 15px 0px;
}

#tuttle {
background-color: #39c;
color: #000;
border: 1px solid #6cf;
padding: 10px;
margin: 15px 0px 15px 0px;
font-size: 10px;
width: 75%;
line-height: 16px;
}

#tuttle a:link, #tuttle a:visited, #tuttle a:active {
color: #000;
}

a:link
{
color: #f00;
text-decoration: underline;
font-weight: bold;
}

a:visited
{
color: #f00;
text-decoration: underline;
font-weight: bold;
}

a:active
{
color: #f00;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color: #00f;
text-decoration: none;
font-weight: bold;
}

blockquote
{
font-family: courier new, serif;
font-size: 12px;
line-height: 16px;
border: 1px solid #ccc;
background-color: #eee;
padding: 3px, 3px, 3px, 3px;
}

pre
{
font-size: 12px;
}

textarea,input.field
{
background: #fff;
color: #666;
padding: 1px 3px 3px 3px;
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 16px;
border: 1px solid #ccc;
}

input.button
{
background: #fff;
color: #666;
padding: 1px 1px 1px 1px;
font-family: verdana, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
}

select.login
{
font-family: verdana, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
background: #eee;
color: #000;
padding: 1px 3px 3px 3px;
}

img
{
border: 0;
}

h2
{
font-family: verdana, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
}

h3
{
font-family: verdana, sans-serif;
font-size: 14px;
font-weight: bold;
}

.smaller
{
width: 450px;
padding: 5px;
margin-left: auto;
margin-right: auto;
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: normal;
text-align: center;
}

.smaller td
{
text-align: center;
border: 1px solid #000;
}

.smaller td.title
{
text-align: center;
font-size: 11px;
color: white;
background-color: red;
font-weight: bold;
border: none;
padding: 10px;
}

.smaller td.spacer
{
border: none;
}

/* start of list-o-matic items */

#navline {
width: 488px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
}

#nav {
font-size: 12px;
line-height: 18px;
text-align: center;
}

#nav ul {
float: left; 
margin: 0;
padding: 0;
background-color: transparent;
width: 488px;
text-align: center;
list-style-type: none;
}

#nav ul li {
display: inline;
text-align: center;
} 

#nav ul li a {
float: left;
text-align: center;
width: 120px;
color: #000;
font-weight: bold;
text-decoration: none; 
background-color: #c9c;
padding: 3px 0px 3px 0px;
border: 1px solid #666;
}

#nav li a#active {
background-color: #39c;
color: #fff;
}

#nav ul li a:hover {
background-color: #000;
color: #fff;
}

/* end of list-o-matic items */