html {
    background-image: url(http://www.wehaveasite.com/css/bg.png);
    background-repeat:repeat-y;
    background-position:center;
    color: #ffffff;
    background-color: #404040;
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    line-height:1.2;
    text-decoration: none; 
    }
body { 
    background-image: url(http://www.wehaveasite.com/css/bg.png);
    background-repeat:repeat-y;
    background-position:center;
    color: #ffffff;
    background-color: #404040;
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    line-height:1.2;
    text-decoration: none; 
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #545454;
    scrollbar-3dlight-color: #545454;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #c0c0c0;
    }
td {
    vertical-align: text-top;
 }
 
h1 { color: #FF9224; 
    font-size: 16px; 
    font-weight: 600; 
    font-family: Verdana, Arial, Sans-serif; 
    }
h2 { color: #FF9224;
    font-size: 14px; 
    font-weight: 600; 
    font-family: Verdana, Arial, Sans-serif; }
  
p { color: #ffffff; 
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }   
   
a:visited { 
    color: #FDBD33;
    font-family: Verdana, Arial, Sans-serif; 
    text-decoration: none;
    }
a:link { 
    color: #FF9629;
    font-family: Verdana, Arial, Sans-serif;
    text-decoration: none; 
    }
a:active {  
    color: #FF6101;  
    font-family: Verdana, Arial, Sans-serif; 
    text-decoration: none;
    }
a:hover { 
    color: #FF6101; 
    font-family: Verdana, Arial, Sans-serif; 
    text-decoration: none;
    }
.copyright { 
    font-family: Verdana, Arial; 
    font-size: 10px; }     
.topper{  
    width:900px;
    height:45px;
	background-color:#000000;
    } 
    
.outer_wrap{ 
    width:900px;
    }
.colorhold{ 
    width:950px;
    background-color:#000000;
    }    

.side_left{
    float:left; 
    width:200px;
    padding-left:20px;
	background-color:#000000; 
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 11px; 
    text-decoration: none; 
    text-align:left;
 }


/* body_container is used for main body content */
.body_container{ 
  float:left; 
  width:650px;
  margin-left: 15px;
  margin-right: 15px;
  background:#000000;
  color: #ffffff; 
  font-family: Verdana, Arial, Sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: 12px; 
  text-decoration: none; 
  text-align:left;
} 

.icon  { 
   vertical-align: middle;
   text-align: left;
}
.button {
   width:170px;
   height: 20px;
   font-family:Arial, Tahoma, sans-serif;
   font-size:small;
   font-weight: bold;
   color: #E39445;
   font-size:10px;
   background-image:url(http://www.wehaveasite.com/images/bbg.jpg);
   background-repeat: no-repeat;
   padding-left: 15px;
   padding-right: 0px;
   padding-top: 3px;
   padding-bottom: 0px;
   vertical-align: middle;
   text-align: left;
}
.orangetext { color: #FF9224; }
.orangesmall { color: #FF9224; font-size: 10px; }
.redtext { color: #FF0000; }
.dark { color: #A0A3B2; }
.small { font-size: 10px; }
.medium { font-size: 12px; }
.headline { font-size: 14px; font-weight: 700; color: #ff9224; }
.copyright { font-size: 10px; }
.copyrightdark { font-size: 10px; color: #A0A3B2; }
.previewer{ 
   background-image:url(http://www.wehaveasite.com/images/mobi_preview_back.jpg); 
   background-repeat:no-repeat;
   }
.left{text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.justify{text-align: justify;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* this is for the samples.php page, specifically */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail{
font-size: 13px; 
font-weight: 600;
}

.thumbnail:hover{
background-color: transparent;
font-size: 13px; 
font-weight: 600;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
img  {
border-right: #000000 0px solid; 
border-top: #000000 0px solid; 
border-left: #000000 0px solid; 
border-bottom: #000000 0px solid; 
}


.footer{ 
  clear:both;
  width:900px;
  color: #ffffff;     
  font-family: Verdana, Arial, Sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: 10px; 
  text-decoration: none;
  text-align:center;
}/* end footer */ 




