/*
       Design by Free CSS Templates
       http://www.freecsstemplates.org
       Released for free under a Creative Commons Attribution 2.5 License
*/

/* KONTENERY */
/* Outer */

#outer
{
       margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
       padding: 0em 1.5em 0em 1.5em;
       height: 8em;
       width: 15em;
       float: left;
       position: relative;
       background: #AF0A0A url('images/a1.gif') top right no-repeat;
}

#header h1
{
       position: absolute;
       bottom: 2.2em;
       font-size: 1.5em;
       letter-spacing: 0.1em;
}

#header h1 a
{
       color: #fff;
       text-decoration: none;
}

#header h2
{
       position: absolute;
       bottom: 2.7em;
       color: #EFE0E0;
       font-size: 0.8em;
       margin: 0;
       padding: 0;
       border:none;
}

/* Menu */

#menu
{
       height: 8em;
       background: #fafafa url('images/a2.gif') top left repeat-x;
       margin-left: 18em;
       position: relative;
}

#menu ul
{
       list-style: none;
       position: absolute;
       top: 3.3em;
       margin-left: 1.5em;
}

#menu li
{
       display: inline;
       border-left: dotted 1px #848484;
       padding-left: 0.8em;
}

#menu li.first
{
       border-left: 0px;
       padding-left: 0em;
}

#menu li a
{
       text-decoration: none;
       color: #6a6a6a;
       font-weight: bold;
       padding: 0.8em;
       margin-right: 0.8em;
       font-size: 0.9em;
}

#menu li a:hover
{
       background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
       color: #fff;
}

/* Content */

#content
{
       background: #fff url('images/a3.gif') top left repeat-x;
       margin-top: 1px;
       padding-top: 1.5em;
}



/* Primary Content */

#primaryContentContainer
{
       float: right;
       margin-left: -19em;
       width: 100%;
}

#primaryContent
{
       margin: 0em 0em 0em 18em;
       padding: 1.5em;
       border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
       float: left;
       width: 15em;
       padding: 1.5em;
}

/* Footer */

#footer
{
       margin-top: 1.0em;
       border-top: dotted 1px #cacaca;
       padding: 1.5em;
       font-size: 0.9em;
       text-align: center;
}

.clear
{
       clear: both;
}
