html, body
{
  background: url(../css/backgroundtile.png) fixed top;
  width: 100%;
  height: 100%;
}

.margin
{
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{  
  font-family: helvetica;
  font-size: 16px;
  color: #696969;  
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{  
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{  
  color: #7d7d7b;    
}

.meta 
{
  color: #b0b0ad;
  font-size: 11px;
  font-family: helvetica, sans-serif;
  font-style: italic;      
}

.meta a
{
  color: #7d7d7b;      
}

.meta a:hover
{
  color: #b0b0ad;     
}

#container
{
  position: relative;
  width: 925px;
  margin: 0 auto; 
  padding-top: 20px;
  min-height: 100%;    
}

.clear
{
 clear: both;
}

.empty 
{
  height-top: 70px;
 }
 
#head
{
  width: 800px;
  margin: 0 auto;
  height: auto;
}

  
#head .logo
{
  height: 0;
  width: 0;
  padding-left: 250px;
  padding-top: 55px;
  background: url(../css/logo.png);
  overflow: hidden;
  display: block;
  margin: 0px 0px 20px 0px;
  float: left;
}

.nav
{
  width: 800px;
  padding: 5px;
  color: #454444;
  font-family: arial;
  font-size: 14px;
  float: left;
  border-top: 2px dotted #525252;
  
  margin-bottom: 12px;
}

.nav a
{
  color: #222;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 25px;
}

.nav a:hover
{
color: #777;  
}

.nav  a:active
 {
color: #DC7C00;  
} 
 
#content
{
  position: relative; 
  font-family: arial;
  font-size: 15px;
  color: #777;  
  width: 800px;
  margin: 25px auto;
  height: auto; 
}

#content p
{
  color: #777;   
  line-height: 25px;
  margin-bottom: 20px;
}

#content .welcome
{
  width: 800px;
  border-bottom: 1px dotted #525252;
  padding: 0px 0px 1px 0px;
}
 
.welcome img 
{
   margin:  0px 0px 0px 0px; 
   border: none; 
} 

#content .welcome p a
{
  color: #106ab6;
  text-decoration: none;
}

#content .welcome p a:hover
{
  color: #6688aa; 
  border-bottom: 1px dotted;
  text-decoration: none;
}

#content .work
{
  width: 800px;
  border-bottom: 1px dotted #525252; 
  padding: 0px 20px 0px 0px; 
  margin: 20px 0px 0px 0px;
}

.work img 
{
   margin:  0px 15px 10px 0px; 
   border: none; 
}

#content .work p a
{
  background: #e2e2e2;
  color: #424242;
  text-decoration: none;
}

#content .work p a:hover
{
  text-decoration: underline;
}

#footer 
{
  position: relative;
  width: 800px;
  font-family: arial;
  text-align: center; 
  margin-top: 0px;
}

.basement
{
  height: auto; 
  font-size: 14px;
  color: #333;
  line-height: 30px; 
  border-top: 1px dotted #525252;
  border-bottom: 1px dotted #525252;
    
}

.basement a
{
  color: #777;
  text-decoration: none;
  margin-left: 7px;
  margin-right: 7px;
}

.basement a:hover
{
color: #222;  
}

.bas
{
  
  font-size: 12px;
  color: #333;
  margin: 15px 0px 15px 0px;
}

.bas a
{
  color: #777;
  text-decoration: none;
} 

.bas a:hover
{
  color: #222;
} 

.navigation {
  color:#666; 
  border:0px;
} 

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
  text-decoration:none;
  color: #636363;
  background:# 4682b4;
  border:1px solid #E6E6E6;
  padding:3px 6px;
  font-size:11px
}
  
.navigation a:hover {
  background:#6688aa;
  color:#FFFFFF;
  border-color:#E6E6E6;
} 

.classname {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:arial;
  font-size:15px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}.classname:active {
  position:relative;
  top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
