@charset "iso-8859-2";
.main.css {
}

body {
margin: 0;
padding:0;
background: #3E3C3D;
font-family: tahoma;
font-size: 11px;
color: #FFFFFF;
}
#main_back {
width: 100%;
background: #323031 url(../images/main_bck.jpg) top left repeat-x;
}
#main {
width: 786px;

}

#head {
width: 786px;
height: 131px;
background: url(../images/header.jpg) no-repeat;
text-align: left;
padding:0;
margin:0;

}
#shadow {
width: 786px;
height: 47px;
background: url(../images/shadow.jpg) top left no-repeat;
text-align:left;
}
#ft_bck {
width: 100%;
height: 69px;
background: url(../images/ft_bck.jpg) top left repeat-x;
}
#footer {
width: 780px;
height: 40px;
background: url(../images/footer.jpg) top left no-repeat; 
text-align: left;
padding-top: 29px;
padding-left: 6px;
}
#main_content {
width: 770px;
text-align: left;
padding-left: 16px;
}


font.title {
color: #B8B8B8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}

a {
color: #F60E58;
font-family: tahoma;
font-size: 11px;
text-decoration: none;
}

a:hover {
color: #F60E58;
font-family: tahoma;
font-size: 11px;
text-decoration: underline;
}

a:visited {
color: #F60E58;
font-family: tahoma;
font-size: 11px;
text-decoration: none;
}