body
{
 margin: 0px;
 background: #d9d6d6;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
}

h1
{
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 30px;
 color: #183048;
 margin: 0px 0px 0px 0px;
}

h2
{
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 16px;
 color: #183048;
 margin: 0px 0px 3px 0px;
}

img
{
 border: none;
}

a:link, a:visited
{
 color: #cb1d1d;
 text-decoration: none;
}

a:hover
{
 color: #fd5656;
}

#primus
{
 float: left;
 width: 100%;
 height: 152px;
 background: url(../images/primus_background.jpg) repeat-x top left;
 text-align: center; /*IE6*/
}

#secundus
{
 float: left;
 width: 100%;
 height: auto;
 background: url(../images/secundus_background.gif) repeat-x bottom left #e6e6e6;
 padding: 30px 0px 30px 0px;
 text-align: center; /*IE6*/
}

#tertius
{
 float: left;
 width: 100%;
 min-height: 152px;
 background: url(../images/tertius_background.jpg) repeat-x top left #d9d6d6;
 padding: 10px 0px 0px 0px;
}

#topContainer
{
 width: 960px;
 height: 152px;
 margin: 0px auto 0px auto;
 text-align: center; /*IE6*/

}

#topContent
{
 float: left;
 overflow: hidden;
 width: 960px;
 height: 117px;
 text-align: left;
}

#logo
{
 float: left;
 width: 208px;
 height: 47px;
 margin-top: 39px;
}

#topMenu
{
 float: left;
 overflow: hidden;
 width: 960px;
 height: 35px;

}

a.topMenuLink:link, a.topMenuLink:visited
{
 display: block;
 float: left;
 width: 157px;
 height: 35px;
 background: url(../images/menu.png) no-repeat 0px 0px;
 text-align: center;
 line-height: 35px;
 font-size: 16px;
 color: #ffffff;
 text-decoration: none;
 margin: 0px 5px 0px 0px;
 outline: none;
}

a.topMenuLink:hover
{
 background: url(../images/menu.png) no-repeat 0px -35px;
}

a.topMenuLink_active:link, a.topMenuLink_active:visited, a.topMenuLink_active:hover
{
 display: block;
 float: left;
 width: 157px;
 height: 35px;
 background: url(../images/menu.png) no-repeat 0px -70px;
 text-align: center;
 line-height: 35px;
 font-size: 16px;
 color: #183048;
 text-decoration: none;
 margin: 0px 5px 0px 0px;
 outline: none;
}

#secContent
{
 width: 960px;
 height: auto;
 margin: 0px auto 0px auto;
 text-align: left; /*IE6*/
}

#footer
{
 width: 960px;
 height: auto;
 margin: 0px auto 0px auto;
 text-align: left; /*IE6*/
 font-size: 10px;
 color: #6f6f6f;
 background: #900;
}

#footer a:link, #footer a:visited
{
 font-size: 10px;
 color: #6f6f6f;
 text-decoration: none;
}

#footer a:hover
{
 text-decoration: underline;
}

#footer_left
{
 float: left;
 width: 465px;
 height: auto;
 text-align: left;
 color: #6f6f6f;
}

#footer_right
{
 float: right;
 width: 465px;
 height: auto;
 text-align: right;
 color: #6f6f6f;
}