/* CSS Document */



body {
background-image : url(bg.png);
background-repeat : repeat-x;
background-color : #9e0b0f;
color : #fff;
font : 10px "Trebutchet MS", verdana, arial;
text-align : center;
margin-top : 0;
margin-bottom : 0;
}
#site {
width : 1024px;
margin-left : auto;
margin-right : auto;
text-align : left;
padding : 0;
}
#thumbs {
position : absolute;
top : 310px;
width : 480px;
}
#bar {
width : 1024px;
position : absolute;
top : 448px;
z-index : 1;
text-align : center;
background-image : url(bg_bar.png);
background-position : top 0%;
background-repeat : no-repeat;
padding-top : 30px;
}
#left {
width : 320px;
text-align : justify;
line-height : 175%;
margin-right : 40px;
float : left;
}
#middle {
width : 300px;
text-align : justify;
line-height : 175%;
margin-right : 40px;
float : left;
}
#right {
width : 310px;
text-align : justify;
line-height : 175%;
float : left;
}
a {
color : #fff;
text-decoration : none;
font-weight : bold;
}
p.footer_company {
text-align : right;
padding-top : 10px;
font-size : 12px;
}
p.pdf {
text-align : left;
padding-left : 10px;
padding-right : 10px;
text-transform : uppercase;
font-size : 12px;
}
img.pl {
position : absolute;
top : 0;
}
img.title {
position : absolute;
top : 130px;
}
img.crate {
float : right;
position : relative;
top : -10px;
right : 30px;
z-index : 5;
}

img.icon_pdf {
float : right;
border : 0 solid #fff;
padding-top: 5px;
padding-left: 10px;
}
img.thumbs {
width : 92px;
height : 92px;
border : 0 solid #ececec;
}
.center {
text-align : center;
}
.footer_author {
color : #660000;
text-align : left;
padding-top : 20px;
}
.rollover {
float : left;
}
.rollover a {
width : 89px;
height : 92px;
float : left;
padding-right : 5px;
}
.rollover a:hover {
background-image : url(thumb.png);
border : 0 solid #ececec;
padding-right : 5px;
width : 89px;
height : 92px;
float : left;
}



