/* The basic placeholders... */

body {
background: #eee url(../images/background.gif) no-repeat fixed right bottom;
margin: 0px;
padding: 0px;
color: #000;
font-family: "gill sans", "trebuchet MS", sans-serif;
font-size: 13px;
}

#holder {
width: 700px;
margin: 30px auto;
padding: 0px;
border: 0;
}

#left {
width: 185px;
margin: 0px;
border: 0;
float: left;
}

#right {
width: 480px;
margin-left: 215px;
border: 0;
}


/* Setting the top-left image... */

#homepic {
background: url("images/sfocata.jpg") no-repeat;
height: 134px;
width: 179px;
padding: 0px;
margin-bottom: 30px;
border: 3px solid #555;
}


/* More detailed formatting */

#bigmenu {
width: 179px;
padding: 0px;
border: 3px solid #555;
background-color: #fff;
color: #333;
}

#latest {
width: 474px;
padding: 0px;
border: 3px solid #555;
background-color: #fff;
color: #333;
}

.topline {
margin: 0px;
padding: 5px 10px;
border-bottom: 1px dashed #333;
background-color: #ddd;
color: #000;
font-size: 14px;
letter-spacing: 4px;
}

.divide {
margin: 0px;
padding: 5px 10px;
border-top: 1px dashed #999;
border-bottom: 1px dashed #333;
background-color: #ddd;
color: #000;
font-size: 14px;
letter-spacing: 2px;
}

.bottomline {
text-align: center;
margin: 0px;
padding: 5px 10px;
border-top: 1px dashed #999;
background-color: #eee;
color: #666;
font-size: 11px;
}

ul {
list-style: none outside;
margin: 5px 10px;
padding: 0px;
font-size: 13px;
letter-spacing: 2px;
}

.item {
font-size: 13px;
letter-spacing: 1px;
}

p {
margin: 10px;
}

a {
color: #400;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #999;
}

a:visited {
color: #622;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #999;
}

a:hover {
color: #a66;
background-color: #eee;
text-decoration: none;
border-bottom: 1px dotted #999;
}

#left a {
color: #000;
background-color: transparent;
text-decoration: none;
border: 0;
}

#left a:visited {
color: #666;
background-color: transparent;
text-decoration: none;
border: 0;
}

#left a:hover {
color: #999;
background-color: #eee;
text-decoration: none;
border: 0;
}

.date {
color: #007d94;
background-color: transparent;
font-size: 13px;
margin-top: 10px;
margin-bottom: -5px;
border-bottom: 1px dashed #007d94;
}

.hidetext {
display: none;
font-size: 24px;
font-weight: bold;
text-align: center;
}

.download a {
font-size: 10px;
padding: 1px;
border: 1px solid #999;
margin-left: 15px;
}

#centreblock {
margin: auto, auto;
width: 400px;
padding: 0px;
border: 3px solid #555;
background-color: #fff;
color: #333;
}

