body
{
text-align: center;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
margin: 0;
padding: 0;
background: #fff url(../images/bg.jpg) top center repeat-x fixed;
color: #000;
font-size:12px;
}

div#container
{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
width: 762px;
text-align: left;
border: 1px #666666 solid;
background: #fff url(../images/footer.png) bottom center repeat-x;
height: auto;
}

div#header
{
height:107px;
width:760px;
}
 
div#post
{

margin:0 5px 0 5px;
}

div#content 
{
float:left;
width: 460px;
margin-right:5px;
border-right: 1px #666 solid;
margin-left:5px;
border-left: 1px #666 solid;
}

div#leftcol
{
float:left;
width: 142px;
margin-left: 4px;


}
div#rightcol
{
float:right;
width: 142px;
margin-right: 2px;

}

div#nav
{
width:140px;
margin:auto;
height:auto;
background:#6B3A00 url(../images/nav_bg.png) bottom center repeat-y;
}

div#nav h2
{

font-size: 12px;
color:#FFFFFF;
text-align:center;
width:140px;
height:12px;
background:url(../images/nav_top.png) top center no-repeat;
margin-bottom: 4px;
}

div#navbot
{
float:left;
width:140px;
height:12px;
background: url(../images/nav_bottom.png) bottom center no-repeat;
}

div#nav a:link,
div#nav a:visited
 {
 float:left;
 display:block;
width:138px;
font-weight:bold;
color:#FFFFFF;
margin-left:2px;
}
div#nav a:hover
 {
 float:left;
 display:block;
width:138px;
font-weight:bold;
color:#ff0000;
margin-left:2px;
}

h1, h2 {
font-size: 16px;
color: #990000;
}
h3 
{
font-size:14px;
color:#990000;
}

label {
float:left;
width:140px;
text-align:right;
margin-right:5px;
}
legend {
font-weight:bold;
}