<style type="text/css">
a:hover{color:Red;  text-decoration:underline;  }
body{
margin:0;
padding:0;
line-height: 1.2 em;
background-image:url('hemp3.jpg');}
}

b{font-size: 180%;}
em{color: #003300;}

#topsection{

height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 20px 0 20px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;

}

#rightcolumn{
float: right;
width: 19%; /*Width of right column in pixels*/
margin-left: -200px; /*Set margin to -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;
background: #aa99aa;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000055;
}

#footer2{
clear: left;
width: 90%;
background: #446600;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer2 a{
color: #FFFF80;
}





.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.center
{
margin:auto;
width:70%;
border-radius: 10px; border: 1px solid #000; padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#e0f0c6;

box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
   background: -moz-linear-gradient(top, #a0f0c6, white 80%, green);
 background: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00))
}

.centerleft
{
margin:auto;
width:100%;
border-radius: 10px; border: 1px solid #000; padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#e0f0c6;
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
   background: -moz-linear-gradient(top, #a0f0c6, white 80%, green);
}
.centermid
{
margin:auto;
width:432px;
border-radius: 10px; border: 1px solid #000; padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#004400;
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);

}

.centermid2
{
margin:auto;
width:500px;
border-radius: 10px; border: 1px solid #000; padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#cccc88;
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);

}

.centermidbook
{
margin:auto;
width:700px;
border-radius: 10px; border: 1px solid #000; padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#cccc88;
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);

}

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 180px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 164px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #ccccaa;
border-bottom: 1px solid #229922;
border-left: 7px solid #006600;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 182px; /*IE 5*/
w\idth: 164px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #ccffcc;
border-left-color: #006600;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #888800;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


</style>