html,body
{
   margin:0;
   padding:0
}

body
{
   font: 76% Tahoma;
   text-align:center
}

div#header
{
   padding-top: 5px;
   height: 105px;
   text-align: left;
}

div#header a
{
   color: #331938;
}

div#container
{
   text-align:center;
}

div#container
{
   width:786px;
   margin:0 auto;
   text-align: center;
   /*border: 1px solid #0000ff;*/
}

div#wrapper
{
   background: #ffffff url(../images/layout/background.jpg) no-repeat;
   width: 700px;
   height: 700px;
   text-align: center;
   margin:0 auto;
}

div#nav
{
   width: 100%;
   height: 45px;
}

div#nav ul
{
   list-style: none;
   display: block;
   padding:0;
   padding-left: 15px;
   border:0;
   margin:0;
   text-indent:none;
   font-size: 12px;
}

div#nav ul li
{
   float: left;
   height: 45px;
   list-style: none;
   font-size: 16px;
   text-align: center;
   text-indent:none;
   color: #ffffff;
   line-height: 45px;
   padding-left: 5px;
   padding-right: 5px;
}

div#nav ul li a
{
   color: #ffffff;
   text-decoration: none;
}

div#nav ul li a.active
{
   text-decoration: underline;
}

div#nav ul li a:hover 
{
   text-decoration: underline;
}

div#nav ul li a:active 
{
   text-decoration: underline;
   /*font-weight: bold;*/
}

div#leftcolumn
{
   float: left;
   width: 450px;
   height: 660px;
   text-align: left;
}

div#extra
{
   width: 410px;
   height: 180px;
   color: #ffffff;
   line-height: 23px;
   font-size: 12px;
   font-weight: bold;
   padding: 20px;
   /*border: 1px solid #0000ff;*/
}

div#extra a
{
   color: #ffffff;
}

div#content
{
   padding: 20px;
   padding-top: 2px;
   padding-bottom: 2px;
   width: 400px;
   height: 410px;
   line-height: 20px;
   overflow: auto;
   margin-top: 3px;
   margin-bottom: 2px;
   /*border: 1px solid #ff0000;*/
}

div#content a
{
   color: #331938;
}

div#content h1
{
   padding-left: 0px;
   color: #331938;
   font-size: 16px;
}

div#rightcolumn
{
   float: left;
   width: 245px;
   height: 650px;
   /*border: 1px solid #0000ff;*/
}

div#footer
{
   padding-top: 5px;
   clear: both;
   width: 100%;
   color: #331938;
   /*border: 1px solid #0000ff;*/
}

div#footer a
{
   color: #331938;
}
