*{
margin: 0;
padding: 0;
border: 0;
}

img{
margin: 0;
padding: 0;
border: 0;
}

body{
font-size: 8.5pt;
line-height: 14pt;
color: #363636;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #980000;
background-image:url(images/background_strip.jpg);
background-repeat:repeat-x;
}

#container{
position: absolute;
top: 0px;
left: 50%;
margin-left: -511px;
width: 1023px;

background-image:url(images/panel_strip.png);
background-repeat:repeat-y;
background-position: top left;

}

/*-------------------------------------------------------CONTENT--------------------------*/

#content{
float: left;
width: 1023px;
background-image:url(images/background_header.jpg);
background-repeat: no-repeat;
background-position: top left;

}

#inside{
float: left;
width: 1023px;
background-image:url(images/background_panel.jpg);
background-repeat: no-repeat;
background-position: top left;
margin-top: 308px;
min-height: 308px;
}

.contentleft{
float: left;
width: 550px;
margin-left: 101px;
}

.innerleft{
float: left;
width: 260px;
}

.innerright{
float: right;
width: 260px;
}

.contentright{
float: right;
width: 203px;
margin-right: 119px;
}


#footer{
float: left;
width: 1023px;
height: 191px;
background-image:url(images/background_footer.jpg);
background-repeat: no-repeat;
background-position: top right;
}

.footerText{
color: #ffffff;
font-weight: bold;
font-size: 9pt;
line-height: 10pt;
}

.footerText2{
color: #f5f5f5;
font-size: 7pt;
line-height: 10pt;
}

.backtotop{
color: #ffffff;
font-size: 7pt;
line-height: 10pt;
}

.backtobooks{
color: #525252;
font-style: italic;
font-size: 7pt;
line-height: 10pt;
}



p{
padding-bottom: 10px;
}

.intro{
font-size: 10pt;
line-height: 16pt;
padding-bottom: 12px;
}

h1{
color: #525252;
font-size: 10pt;
line-height: 16pt;
font-weight: bold;
padding-top: 20px;
padding-bottom: 5px;
}

h2{
color: #525252;
font-size: 10pt;
line-height: 14pt;
font-weight: bold;
padding-top: 5px;
padding-bottom: 10px;
}

.booksdescription{
font-size: 8pt;
line-height: 12pt;
font-weight: bold;
}


/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
width: 460px;
}

#contact_form td{
vertical-align: top;
padding: 0px 0px 0px 0px;
}

#contact_form input{
background-color: #fffcef;
padding: 3px 3px 3px 3px;

}

#contact_form textarea{
background-color: #fffcef;
padding: 3px 3px 3px 3px;

}

#contact_form checkbox{
padding: 3px 3px 3px 3px;
border: none;
}

#contact_form button{
width:81px;
height: 46px;
background-color: transparent;
}



/*-------------------------------------------------------LINKS--------------------------*/

A {
color: #484848;
text-decoration: underline;
}
A:HOVER {
color: #484848;
text-decoration: none;
}



A.footerText{
color: #fffff;
font-size: 7pt;
line-height: 10pt;
text-decoration: none;
}
A.footerText:HOVER{
color: #ffffff;
font-size: 7pt;
line-height: 10pt;
text-decoration: underline;
}

A.footerText2{
color: #f5f5f5;
font-size: 7pt;
line-height: 10pt;
text-decoration: none;
}
A.footerText2:HOVER{
color: #f5f5f5;
font-size: 7pt;
line-height: 10pt;
text-decoration: underline;
}


A.backtotop {
font-size: 7pt;
color: #ffffff;
text-decoration: underline;
}
A.backtotop:HOVER {
font-size: 7pt;
color: #ffffff;
text-decoration: none;
}

A.backtobooks {
font-size: 7pt;
color: #525252;
text-decoration: underline;
}
A.backtobooks:HOVER {
font-size: 7pt;
color: #525252;
text-decoration: none;
}

A.innerright2 {
color: #121212;
text-decoration: underline;
}
A.innerright2:HOVER {
color: #121212;
text-decoration: none;
}











