
body {
   font : 12px Georgia, Times New Roman, sans-serif;
   color : #333333;
   background : url(images/background.gif) repeat ;
   width : 100%;
}

a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

h1 {
   text-align : left;
   color:#222222;
   margin : 1.2em 0.5em .5em 0.3em;
}

.post {
   color:#222222;
   font-size:14px;
   font-weight:bold;
}

#holder {
   margin : 0 auto;
   width : 600px;

  /* background : url(images/coffeebckgr.jpg) repeat-y;*/
}

#wrapper {
   margin : 0 auto;
   width : 600px;
   background : #ffffff ;
  /* background : url(images/coffeebckgr.jpg) repeat-y;*/
}

#header {
/*
   background-image : url(images/coffeelogo.jpg);
   background-repeat : no-repeat;*/
   margin : 0 0px 0 0px;
   height : 206px;
}

#content {
   /*margin : 10px 10px 10px 10px;*/
   padding : 10px;
   /* background-position:right top;
  background-image: url(images/images/background_02.jpg);
   background-repeat : no-repeat;*/
}

#content p {
   margin : 0 130px 6px 15px;
   text-align : justify;
}

#content2 {
   /*margin : 10px 10px 10px 10px;*/
   padding : 10px;

   /* background-position:right top;
  background-image: url(images/images/background_02.jpg);
   background-repeat : no-repeat;*/
}

#content2 p {
   margin : 0 15px 6px 15px;
   text-align : justify;
}


#rightcol {
   float : right;
   width : 100px;
   margin : 4em 0 0 0;
   border-left : 1px solid #9CB2B8;
   padding : 0 0 0 5px;
}

#rightcol p {
   margin : .2em 15px 1.2em 0.5em;
   font-size : 10px;
}

 #block{
 background: #222222;
 height:30px;
 width:590px;
 padding:8px 0px 2px 10px;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#666666;
 }

 #navcontainer {
   margin-top : 5px;
   margin-left : 10px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
   display : block;
   float : left;

}

#table {
clear:both;
float:left;
width:auto;
padding:20;
}

#navcontainer li a {
   color : #444;
   display : block;
   width : 79px;
   text-decoration : none;
   /*background : #deffff;*/
   padding : 2px 9px;
   border-left : none/*1px solid #84979C*/;
   border-bottom : 1px solid #84979C;
    border-top : 1px solid #84979C;
   border-right : none;

}

#navcontainer ul li a:hover {
   color : #ffffff;
   background : #222222;
}

#navcontainer a:active	{
  /* background : #9CB2B8;*/
   color : #fff;
}

#footer {
border-top:1px dotted;
border-top-color:#999999;
   text-align:center;
   font-size:10px;
   padding:2px;
   clear:both;
}

