/* 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: 30px; 
   background-image: url(images/main_top2.jpg); 
   background-position: bottom center; 
   background-repeat: no-repeat;
   margin:auto;}

/* Main Div Style */
#main {
   width: 100%;
   background-image: url(images/main_bkgrnd2.jpg); 
   background-position: top center; 
   background-repeat: repeat-y; 
   margin:auto;}

/* Linkbar Div Style */
#linkbar {
   float: right; 
   z-index: +1; 
   width: 30px; 
   height: 200px;}

/* SiteLinks Div Style */
#sitelinks {
   float: left; 
   width: 85px; 
   padding: 5px}
   
/* Links Div Style */
#links {
   background-image: url(images/link_bkgrnd.gif); 
   background-repeat: no-repeat;}
   
/* LinksTitle Span Style */
#linkstitle {
   color: #FFFFFF}
   
/* Link_Div Div Style */
#link_div {
   border: 1px solid #996600;
   margin: 1px}
   
#link_div a {text-decoration: none}

#link_div a:link {color: #996600;}

#link_div a:visited {color: #FF0000}

#link_div a:hover {color: #000000}

/* Main2 Div Style */
#main2 {
   width: 400; 
   padding: 5px; 
   text-align: left}
   
/* Main_Para Class Style */
#main_para {
   width: 100%; 
   background-color: #E0D175; 
   padding: 5px;
   text-align: justify;
   font-size: 11pt}

/* Footer Div Style */
#footer {
   width: 100%; 
   height: 54px; 
   background-image: url(images/main_bottom2.jpg); 
   background-position: top center; 
   background-repeat: no-repeat;
   margin:auto;}

/* Left Class Style */
#left {text-align: left}

/* Right Class Style */
#right {text-align: right}

/* Paragraph Style */
p {margin: 0}

/* List Style */
ul {
   width: 100%; 
   background-color: #E0D175;}

ol {
   width: 100%; 
   background-color: #E0D175;}

/* Body Style */
body {
  margin: auto; 
  padding-bottom: 25px;
  background-image: url(images/bkgrnd1.gif); 
} 
