#header {
background: url(images/header.jpg) top left no-repeat #ffffff;
font-family:'Monotype Corsiva', Times, serif;
letter-spacing: 0.2em;
margin: 0;
height:177px; width:100%;
}

#content {
width:1160px; margin:auto;
border-top:1px solid #0066cc;
}

#leftcolumn {
width:160px; float:left;
padding-top:1px;
color:#0066cc;
}
#leftcolumn h2 {
color:#0066cc; font-size:0.8em;
}
#middlecolumn{
width:800px;
float:left;
border-right:1px solid #0066cc;
border-left:1px solid #0066cc;
}
#rightcolumn {
width:200px; float:left;
text-align:right;
padding-top:1px;
color:#0066cc;
}
#rightcolumn h2 {
color:#0066cc; font-size:0.8em;
}
#footer {
font-family:'Monotype Corsiva', Times, serif;
text-align:center;
padding-right: 1px;
width:100%; margin:auto;
border-top:1px solid #0066cc;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

a {
color: #0066cc; text-decoration:none;
}
img {
border:0;
}
a:visited {
color: #0066cc;
}
a:hover {
color: #0066cc; text-decoration:underline;
}