﻿

body
{
    font-size: 90%;
    font-family: helvetica, georgia, sans-serif;
    line-height: 1.6em;
	text-align: center;
	background-color: #2E2E2E;
}

ul, li, img
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}
.clear
{
    clear:both;
}
#maincontainer
{
    width:990px;
    margin:auto;
    margin-top:15px;
    
}
#middlecontainer
{
    width:990px;
    background:#FFFFFF;  
    margin:auto;    
    
}
#logincontainer
{
    width:702px;
    height:290px;
    padding-top:162px;
    padding-left:288px;
}
#logincontainer .loginbox
{     
    text-align:left;
    width:352px;
    height:129px;
    padding:63px 0px 0px 42px;
    background:transparent url('images/bg_login.jpg')
}
#logincontainer .loginleft
{
    float:left;
    width:231px;    
}
#logincontainer .loginright
{
    margin-left:7px;
    float:left;
}

#logincontainer .logintextbox
{
    border:none;
    width:231px;
    height:22px;
}
#topcontainer
{
   width:990px;  
   background:white;
}
#topcontainer .top
{ 
	height:78px;  
    width:777px;
    background:transparent url('images/Logo-Site.jpg')  no-repeat;
}


#topcontainer .bottom
{    
    width:100%;
    height:28px;
    background:transparent url('images/bg_topmenu.gif') repeat-x;
    text-align:right;
    
}

#footer
{
    color:#A2A2A2;
    font-family: Tahoma;
    font-size:11px;
    width:100%;
    background-color:#4F4F4F;
    text-align:center;
    height:37px;
}

