/* Darren Greer Photography */
html {
  height: 90%;
}

body {
  background: #161616;
  font-family: Garamond;
  font-size: 8pt;
  width: 900px;
  margin-left: 0px;
  margin-top: 0px;
  height: 90%;
}

#page {
  width:900px;
  height: 90%;
  background-image:url(images/page.png);
  background-repeat: no-repeat;
}

#header {
  clear:both;
  padding-top: 10px;
  width: 900px;
  height: 118px;
  text-align: center;
}

#menulinks {
  clear:both;
  width:875px;
  height:50px;
  padding-left:25px;
  background-image:url(images/menulinks.png);
}

#menulinks a {
  display:block;
  background-image:none;
  padding-top:16px;
  height:31px;
  color:#161616;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  float:left;
  padding-left:15px;
  padding-right:15px;
  margin-left:5px;
  margin-right:5px;
}

#menulinks a:hover, #menulinks a:hover.active {
  background-image:url(images/menuhover.png);
  text-decoration:none;
}

.menuline {
  width:2px;
  display:block;
  background-image:url(images/menuline.png);
  height:35px;
  float:left;
}

#header a:link, a:visited, a:active { 
  background-color: #161616; 
  text-decoration: none; 
  color:#8cc63f;
}

#header a:hover { 
  background-color: #161616; 
  text-decoration: underline; 
  color:#b0fc4b;
}

#header img {
  text-align: center;
}

#contentWrapper a:link, a:visited, a:active { 
  background-color: #161616; 
  text-decoration: none; 
  color:#8cc63f;
}

#contentWrapper a:hover { 
  background-color: #161616; 
  text-decoration: underline; 
  color:#b0fc4b;
}

#contentWrapperTop {
  margin-top: 15px;
  height: 8px;
  background-image:url(images/content_top.png);
  background-repeat: no-repeat;
  background-position: 23px 0px
}

#contentWrapper {
  width: 900px;
  min-height: 85%;
  height: auto !important;
  height: 85%;
  margin: 0px auto 0px auto;
  padding-left: 25px;
  background-image:url(images/content.png);
  background-repeat:repeat-y;
  background-position: 23px 0px;
}

#contentWrapperNoBackground {
  width: 900px;
  min-height: 90%;
  height: auto !important;
  height: 90%;
  margin: 100px auto -100px;
}

#contentWrapperNoBackground a:link, a:visited, a:active { 
  background-color: #161616; 
  text-decoration: none; 
  color:#8cc63f;
}

#contentWrapperNoBackground a:hover { 
  background-color: #161616; 
  text-decoration: underline; 
  color:#b0fc4b;
}
#contentWrapperBottom {
  margin-top: 0px;
  margin-bottom: 15px;
  height: 8px;
  background-image:url(images/content_bottom.png);
  background-repeat: no-repeat;
  background-position: 23px 0px
}

#contentLeft {
  float: left;
  padding-left: 10px;
}

#contentLeft h2 {
  margin: auto;
  font-size: 14pt;
  color: white;
  text-align: center;
}

#contentRight {
  float: right;
  padding-right: 10px;
}

#contentRight h2 {
  margin: auto;
  font-size: 14pt;
  color: white;
  text-align: center;
}

#footer a:link, a:visited, a:active { 
  background-color: #161616; 
  text-decoration: none; 
  color:#8cc63f;
}

#footer a:hover { 
  background-color: #161616; 
  text-decoration: underline; 
  color:#b0fc4b;
}

#footer {
  border-top-color: #a8a9ac;
  border-top-width: thin;
  border-top-style: solid;
  color: #a8a9ac;
  font-size: 8pt;
  text-align: center;
  height: 0px;
}