/* Content Container ----------------------------------------
------------------------------------------------------------*/
#content {
   width: 942px;
}
#project {
   float: left;
   margin-bottom: 20px;
   background: url(/images/divider.gif) repeat-y top left;
}
/* For IE */
* html #content {
  width: 942px;
  w\idth: 960px;
}
#content h2 {
   color: #B4CF40;
}
#content h3 {
   color: #32AABB;
}
dt {
   font-weight: bold;
   margin-top: 10px;
}
dd {
   margin: 0;
   padding: 0;
   line-height: 1.5em;
}
p.tech {
   font-weight: bold;
}
p.caption {
   margin: 0 0 15px 0;
   padding: 0; 
   font-size: 85%;
}

/* Left Column ----------------------------------------------
------------------------------------------------------------*/
#left {
   width: 600px;
   padding-right: 30px;
   float: left;
   text-align: justify;
}
#left a img {
   cursor: pointer;
}
#left img {
   border: 1px solid #ccc;
   padding: 5px;
}

/* Right Column ---------------------------------------------
------------------------------------------------------------*/
#right {
   width: 312px;
   float: left;
   background-color: #fff;
}
#right a:link img, #right a:visited img {
   border: 5px solid #fff;
}
#right a:hover img {
   border: 5px solid #000;
}
/* Footer ---------------------------------------------------
------------------------------------------------------------*/
#footer {
   display: block;
}


