body        {   background: #D4D4D4 url('../pics/images/bck.jpg') fixed top right repeat-y;
                color: #8e8c8c;
                line-height: 15pt;
                font-size: 10pt;
                font-family: Verdana;
                font-weight: lighter;}
                
hr          {   border: none 0;
                border-top: 1px solid #9C9A9A;
                height: 1px; }
            
h1          {   font-size: 10pt;
                font-weight: bold;
                font-family: Verdana;}
            
h2          {   font-size: 10pt;
                font-weight: lighter;
                font-style: italic;
                font-family: Verdana;}
                
img         {   border: 0px;
                display: block;
                margin-left: auto;
                margin-right: auto}
                
img.left    {   float: left; }

img.right   {   float: right; }
                
input,
textarea,
select     {   background: #FFF;
                color: #000;
                border: 1px solid #9C9A9A;
                font-family: verdana;
                font-size: 11px;
                margin: 0px;
                padding: 2px;
                vertical-align: middle; }                    
                
a:link      {   text-decoration: none;
                color: #8e8c8c; }
a:visited   {   text-decoration: none;
                color: #8e8c8c; }
a:hover     {   text-decoration: underline;
                color: #8e8c8c; }
a:active    {   text-decoration: none; 
                color: #8e8c8c;}	
                
div.entry a:link      {   text-decoration: underline;
                color: #8e8c8c; }
div.entry a:visited   {   text-decoration: underline;
                color: #8e8c8c; }
div.entry a:hover     {   text-decoration: underline;
                color: #8e8c8c; }
div.entry a:active    {   text-decoration: underline; 
                color: #8e8c8c;}	  
                              
div.entry h2 a:link      {   text-decoration: none;
                color: #8e8c8c; }
div.entry h2 a:visited   {   text-decoration: none;
                color: #8e8c8c; }
div.entry h2 a:hover     {   text-decoration: underline;
                color: #8e8c8c; }
div.entry h2 a:active    {   text-decoration: none; 
                color: #8e8c8c;}	

div.title   {   position: fixed;
                top: 0px;
                right: 0px;
                width: 784px;
            
                z-index: 1; }

/* the follow two div boxes are on the right hand side*/            
div.box     {   position: fixed;
                width: 153px;
                right: 0px;
                top: 100px;

                padding-left: 3px;
                
                z-index: 1;}

div.links,
div.login,
div.tags     {  width: 153px;
                right: 0px;
                
                background: #D4D4D4 url('../pics/images/box-bck.jpg') fixed top right repeat-y;
                
                margin-bottom: 10px;
                
                z-index: 1;}

div.boxcont {   padding-left: 10px; }                
                            

div.main    {   position: absolute;
                width: 621px;
                right: 162px;
                top: 98px;
                text-align: left; }
                
div.entry   {   position: relative;
                width: 602px;
                text-align: left;
                left: 0px;
                padding: 8px;}
                
div.admin   {   float: right;}                
                    
