*{
margin: 0;
padding: 0;
border: 0;
}

img{
margin: 0;
padding: 0;
border: 0;
display: block;
}

body{
font-size: 8.5pt;
line-height: 12.5pt;
color: #363636;
font-family: Georgia, Times New Roman, Times, serif;
background-color: #a49898;
background-image:url(images/background_strip.jpg);
background-repeat: repeat-x;
}

#container{
position: absolute;
top: 0px;
left: 50%;
margin-left: -403px;
width: 806px;
}

/* ----------------------------------------------Page Content---------------------*/
#content{
float: left;
width: 806px;
background-image:url(images/panel_strip.png);
background-repeat: repeat-y;
}

#header{
float: left;
width: 806px;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
background-position: top;
}

#insideContent{
float: left;
width: 646px;
padding-left: 74px;
padding-top: 260px;
background-color: none;
}

#footer{
float: left;
width: 806px;
height: 121px;
background-image:url(images/footer.png);
background-repeat: no-repeat;
background-position: top;
}

.footerText{
font-size: 7.5pt;
line-height: 9pt;
color: #ffffff;
}

.copyright{
font-size: 7pt;
line-height: 9pt;
color: #e1e6e8;
}

.backtotop{
font-size: 7pt;
line-height: 9pt;
color: #ffffff;
}

/*--------------------------------GENERAL STYLES----------------------------*/

h1{
font-weight: normal;
font-size: 14pt;
line-height:18pt;
margin: 0;
padding: 0;
}

h2{
font-weight: normal;
font-size: 11pt;
line-height:14pt;
margin: 0;
padding: 0;
}

h3{
font-weight: bold;
font-size: 8.5pt;
line-height:14pt;
margin: 0;
padding: 0;
}

p{
text-align: justify;
text-indent: 12px;
}

.p2{
text-align: justify;
text-indent: 0px;
}


.readmore{
font-size: 7pt;
font-style: italic;
color: #cb5f5f;
}

.booklinks{
font-style: italic;
color: #cb5f5f;
}

.reviewsItalic{
font-style: italic;
font-size: 7.5pt;
}

.list{
margin-left: 12px;
}

.redbold{
font-weight: bold;
color: #cb5f5f;
}


/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
}

#contact_form td{
vertical-align: top;
padding: 0px 0px 0px 0px;
}

#contact_form input{
background-color:  #fffdf8;
padding: 3px 3px 3px 3px;
border: 1px solid #b4bac2;
}

#contact_form textarea{
background-color:  #fffdf8;
padding: 3px 3px 3px 3px;
border: 1px solid #b4bac2;
}


#contact_form button{
width:83px;
height: 34px;
background-color: #fff4e4;

}

/* ----------------------------------------------LINKS---------------------*/

A{
color: #363636;
text-decoration: underline;
}
A:HOVER{
color: #363636;
text-decoration: none;
}

A.footerText{
color: #ffffff;
text-decoration: none;
}
A.footerText:HOVER{
color: #ffffff;
text-decoration: underline;
}

A.backtotop{
color: #ffffff;
text-decoration: underline;
}
A.backtotop:HOVER{
color: #ffffff;
text-decoration: none;
}

A.readmore{
color: #cb5f5f;
text-decoration: underline;
}
A.readmore:HOVER{
color: #cb5f5f;
text-decoration: none;
}

A.booklinks{
color: #cb5f5f;
text-decoration: underline;
}
A.booklinks:HOVER{
color: #cb5f5f;
text-decoration: none;
}















