@charset "utf-8";
/* CSS Document */

.dv {background-color:#000000;
     background-image:url(img/dv2.jpg);
     background-repeat:no-repeat;
	 background-position:right;
	 background-attachment:fixed;	 
	 }
#content {float:left;
          background-image:url(img/ribbon.gif);
		  background-repeat:no-repeat;
		  color:#CCCCFF;
		  font-family:Geneva, Arial, Helvetica, sans-serif;
		  font-size:medium;
          margin-left:3%;
		  margin-top:3%;
		  width:50%;
		  height:auto;
		  padding-bottom:35px;
		  overflow:hidden;
		  }
/* identical to contact class with exception of with & top margin */
#contentb {float:left;
          background-image:url(img/ribbon.gif);
		  background-repeat:no-repeat;
		  background-color:#000000;
		  color:#CCCCFF;
		  font-family:"Times New Roman", Times, serif;
		  font-size:medium;
		  margin-left:5%;
		  margin-top:2%;
		  width:35%;
		  height:auto;
		  padding-bottom:35px;
		  overflow:hidden;
		  }
 ul {list-style:none;
     font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:smaller;
	 font-weight:bold;
	 float: left;
	 }
 .indent {text-indent:1em;
        } 
a:link {color:#9999FF;
           text-decoration:none;
           }
a:visited {color:#999999;
              text-decoration:none;               
	          }
a:hover {text-decoration:none;
            color:#9900FF;
		    } 
.bold {font-weight:bold;
       font-size:larger;
	   }
	  
/* footer */

.footer {position:fixed;
	     bottom:0px;
		 right:0px;
		 width:25%;
		 background-color:#990099;
		 color:#FFFFFF;
		 font-size:smaller;
		 padding:1px;		 
		 overflow:hidden;
	    }