#html, body {
margin: 0px; 
height: 100%; 
width: 100%; 
background: #fff url('/gradient.jpg') repeat-x; 
font-family: Arial,Helvetica,Verdana,sans;
font-style:normal;
font-variant:normal;
font-size: 13px;
color: #454545;
}

#header {
  width: 800px; 
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#lmc {
position: absolute;
top: 15px;
right: 10px;
}

#logo {
position: relative;
top: 0px;
width: 800px;
height: 80px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#content {
padding: 10px;
position: relative;
width: 800px;
overflow: hidden;
}

#nav {
position: relative;
width: 800px;
height: 40px;
background-color: #00A8FF;
}

#navholder {
list-style: none;
display: inline;
}

#navholder li {
list-style: none;
display: inline;
}

#navholder a {
  float: left;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 8px;
  padding-bottom: 5px;
  color: #a6a6a6;
  border-bottom: none;
  }
  
html>body #navholder a {
  float: left;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #272727;
  border-bottom: none;
  }
#navholder a:hover {
  padding-bottom: 5px;
  text-decoration: none;
  color: #0071AC;
  border-bottom: 1px solid #0071AC;
  }
#navholder .active a {
  border-bottom: 1px solid #272727;
  padding-bottom: 5px;
  color: #272727;
  }
  
#footer {
position: relative;
display: block;
height: 60px;
background-color: #272727;
width: 100%;
border-top: 4px #00A8FF solid;
color: #677B86;
text-align: right;
font-size: 10px;
text-align: right;
}

#copyright {
font-size: 11px;
padding-right: 5px;
padding-top: 10px;
}

#copyright a:link  { color: #00A8FF; }
#copyright a:visited  { color: #00A8FF;}

#text {
float: left;
width: 50%;
padding-bottom: 18px;
}

#photo {
float: right;
}

#latestwork {
float: left;
display: block;
width: 100%;
}

#latestnews {
margin-top: 5px;
float: left;
width: 800px;
display: block;
}

#photography {
float: left;
display: block;
}

#contact {
float: left;
display: block;
}

.feat{
float: left;
width: 200px;
}

.feat a:link {
color: #454545;
font-weight: bolder;
}

.feat a:visited {
color: #454545;
font-weight: bolder;
}

.feat a:hover {
color: #0071AC;
font-weight: bolder;
}

.feat a:active {
color: #0071AC;
font-weight: bolder;
}

.feat-image {
padding-bottom: 5px;
text-decoration: none;
color: #0071AC;
border-bottom: 1px solid #0071AC;
}

.img {
margin-right: 3px;
border: 0px #fff solid;
}

strong {
color: #0071AC;
}

h1 {
color: #0071AC;
font-weight: bold;
font-size: 16px;
margin: 12px 0px 0px 0px;
}

h2 {
color: #0071AC;
font-weight: bold;
font-size: 16px;
padding-top: 12px;
margin: 12px 0px 0px 0px;
}

.lmca {
position: absolute;
top: -5000;
left: -5000;
visibility: hidden;
}

