/* CSS Document */
body
{ background-color:#000000;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:small;
color:#FFFFFF;}

#wrapper
{width:753px;
margin-left: auto;
margin-right: auto;
background-image:url(images/logo.png);
background-repeat:no-repeat;
height:600px;
}

#content
{
margin-left: 79px;
margin-right: 10px;
height:630px;
border-right:#b5111b solid 1px;
border-left:#b5111b solid 1px;
margin-top: 30px;
padding-right:10px;
}

#leftmenu
{width: 180px;
float:left;
margin-top: 100px;
padding-left:10px;
padding-top:200px;}

#text
{
text-align:justify;
margin-left:190px;
}

#text a:link
{
color:#FFFFFF;
text-decoration: none;
font-style:italic;
}
#text a:visited
{
color:#FFFFFF;
text-decoration: none;
font-style:italic;
}
#text a:hover
{
color:#b5111b;
text-decoration: none;
font-style:italic;
}


#footer
{background-image:url(images/footer.png);
background-repeat:no-repeat;
height:20px;
font-size: x-small;
text-align:right;
padding-right:15px;
padding-top: 44px;}

#footer a:link
{color:#FFFFFF;
text-decoration: underlined;}

#footer a:visited
{color:#FFFFFF;
text-decoration: underlined;}

#footer a:hover
{color:#b5111b;
text-decoration: none;}
#menu
{
margin-left: 205px;
margin-top: 68px;
margin-right: 10px;}

#menu a:link
{color:#FFFFFF;
text-decoration: none;}
#menu a:visited
{color:#FFFFFF;
text-decoration: none;}
#menu a:hover
{color:#b5111b;
text-decoration: none;}

.menu
{
display:inline;
margin-right:10px;
width: 30px;}
.small
{font-size:x-small;}
strong
{color:#b5111b;}


