/* Start of special CSS  (always put first)  ===========================================*/

* 
{
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address 
{
margin-bottom: 1em;
}

/* End of special CSS   ================================================================*/


body
{
font-family: arial;
font-size: 0.8em;
color: #2b4044;
background: #b69ea5;
}

p
{
text-align: left;
line-height: 1.6em;
}

h1
{
text-align: justify;
font-family: arial;
color: #687955;
font-size: 1.5em;
}


a 
{
color:#404c34; font-weight: bold;
font-size: 1em;
}
a:hover 
{
text-decoration: underline overline; color:#95a55c; 
}

a.menu
{
color:#dde8f2; text-decoration: none;
font-size: 1.2em;
font-weight: bold;
}
a.menu:hover 
{
font-weight: bold;
text-decoration: underline overline; color: #dacbd0;
}

div.container 
{
margin:0 auto;
background-color:#6a797c;
width:852px;
}


#banner
{ 
height: 167px;
cursor: default;
background: #6a797c url(images/banner.gif) no-repeat;
}

div.content 
{
padding: 30px 80px 0 80px;
background: #6a797c url(images/content_bg.gif) repeat-y;
}

div.footer 
{
height: 68px;
background: #6a797c url(images/content_footer.gif) no-repeat;
}

#menu 
{
position: absolute;
top: 138px;
left: 280px;
}

#counter 
{
font-size: 10px;
color:#000;
padding:2px;
border:solid 1px #000;
}

img.floatleft 
{ 
float: left; 
margin: 0 15px 3px 0;
}
