﻿body 
{
    background-color: #e5e5e5;
    font-family: Verdana, Arial;
    font-size: 11px;
}

h1 
{
    font-size: 20px;
    font-weight:bold;
}
    

a:link 
{
    color: Red;
    text-decoration: none;
}

a:hover 
{
    color:Red;
    text-decoration: underline;
}

a:visited 
{
    text-decoration: none;
    color: Red;
}

a.menu:link 
{
    color: White;
    text-decoration: none;
}

a.menu:hover 
{
    color:White;
    text-decoration: underline;
}

a.menu:visited 
{
    text-decoration: none;
    color: White;
}

#uberwrap 
{
    margin: 0 auto;    
    width: 960px;    
}

#header 
{
    width: 959px;
    height: 194px;
    background-image: url('../img/header.jpg');
}

#menu 
{
    width: 959px;
    height: 32px;
    background-image: url('../img/menuBack.jpg');
    background-repeat: repeat;
    float: left;
}

#menu ul
{
    margin: 0;
	padding: 0;
	float: left;
	list-style-type:none;
}

#menu li 
{
    padding-top: 8px;
    height: 24px;
    float: left;
    width: 126px;
    list-style-type:none;
    border-right: solid 1px white;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: White;
}

#content
{
    width: 959px;
    background-color: White;
    float: left;
}

#contentLeft
{
    width: 450px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}

#contentRight
{
    width: 407px;
    float: left;
    margin-top: 40px;
    margin-left: 35px;
    margin-bottom: 40px;
}

#footer
{
    background-image:url('../img/footerBack.jpg');
    background-repeat: repeat;
    width: 959px;
    height: 9px;
    float: left;
}

.entos
{
    margin-left: 936px;
    margin-bottom: 1px;
    float:left;
}


 
