/* main elements */
html{background:url("images/background.jpg");background-repeat:repeat-x;}
.images{float:left;padding-right:5px;width:240px;}
.text{width:480px;padding-left:240px;}
blockquote.left {
   width: 200px;
   margin: 5px 15px 5px 0;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   float: left;
}
.bigtext{font-size:1.2em;}
blockquote.center {
   width: 600px;
   margin: 5px 0 5px 15px;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   float: center;
   color:#666;
}
cite.right{color:#000;}



/* Classes -- Custom */
.flashdiv{margin-top:-8px;}


/* side bare text */ 
.sidebartext h1{text-align:center;}
a:hover{color:#3e5064;text-decoration:none;}
a{color:#ab3737;}
.sidebartext li {list-style:none;margin-bottom:5px;border-bottom:1px #ccc dotted;padding-left:5px;}
.sidebartext li:hover{background:#ebebeb;}



/* Id's */
#footer{margin-top:50px;border-bottom:5px #3e5064 solid;padding-bottom:5px;text-align:right;}


/* general html styles */
ul,li,p{font-family:Sans-serif, Garamond, times, arial, Helvetica,Lucida, Trebuchet, Tahoma, Verdana;line-height:2em;}
h1{font-size:2.4em;}
h1,h2,h3,h4,h5,h6{border-bottom:2px dotted #ccc;padding-bottom:5px;}
p.small{font-size:.8em;font-weight:bold;}

/* other styles */
.img-shadow {
  float:left;
  background: url("images/dropshadow.png") no-repeat bottom right !important;
  background: url("images/dropshadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
 }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.img-shadow a:hover{background:url(images/click.png);}
.indent{display:none;}

/* sticky footer */
