body {
	font: 12px helvetica, arial, verdana, sans-serif;
    margin: 0;
    color: #990033;
}

a { color: #990033; text-decoration:none;}
a:hover { color: #990033; text-decoration:underline; }

.lang a {
  color: black;
}
 
.lang {
  text-align: right;
  padding: 0px 10px 10px;
}

#page { 
    width: 800px;
    margin: 20px auto;
    margin-top: 0px;
    margin-bottom: 3px;
}

#logo { 
    width: 800px;
    height: 125px;
    margin-bottom: 40px;
}

#Navigation { 
    float: left;
    width: 180px;
    line-height: 130%;
}

#Navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}   

#Content { 
    margin-left: 180px;
    width: 620px;
}


#footer { 
    clear: float-left;
    margin-top: 30px; 
    text-align: center; 
    border-top: 1px solid #e0e0e0;
    color: #e0e0e0;
}

#footer a { color: #e0e0e0; text-decoration:none; }

p {
	text-align: left;
    line-height: 16px;
	padding-bottom: 10px;
}

.thumbLink {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none; }


