/* CSS Document */
/* Helpingbooks.com Homepage Template */

/* Container Div Style */
#container {
   margin-top: 10px; 
   margin-bottom: 25px; 
   width: 595px;}

/* Header Div Style */
#header {
   width: 100%; 
   height: 56px; 
   background-image: url(images/main_top1.jpg); 
   background-position: bottom center; 
   background-repeat: no-repeat;
   margin: auto;}

/* Main Div Style */
#main {
   width: 100%;  
   background-image: url(images/main_bkgrnd1.jpg); 
   background-position: top center; 
   background-repeat: repeat-y;
   margin:auto;}

/* Linkbar Div Style */
#linkbar {
   float: right; 
   z-index: +1; 
   width: 30px; 
   height: 200px; 
   margin-right: -25px;}

/* HPLinks Div Style */
#hplinks {
   width: 100%;
   font-size: 14pt}

#hplinks a:link {color: #FFCC00; text-decoration: none}

#hplinks a:visited{color: #FF0000}

#hplinks a:hover{color: #FFCC00; text-decoration: underline}

/* Left Class Style */
left {text-align: left; margin-left: 25px;}

/* Right Class Style */
right {text-align: right; margin-right: 25px;}

/* Footer Div Style */
#footer {
   width: 100%; 
   height: 54px; 
   background-image: url(images/main_bottom1.jpg); 
   background-position: top center; 
   background-repeat: no-repeat;
   margin:auto;}
   
/* Paragraph Style */
p {margin: 0}

/* Body Style */
body {
  margin: auto; 
  padding-bottom: 25px;
  background-image: url(images/bkgrnd1.gif); 
  color: #FFCC00
}