/* CSS Document */

/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #000;
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
  height:100%;
}

h1 {
    padding: .75em 0 .2em 0;
  font:Georgia, serif;
  font-size: 150%;
 color: #996600;
}

h2 {
  padding: 1em 0 .2em 0;
  font:Georgia, serif;
  font-size: 140%;
 color: #996600;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a{
color: #669900;
text-decoration:none;
}


a: hover {
color:#996600;
text-decoration:none;
}


ul{
font-size:95%;
margin-left:15px;
}

li{
color: #000;
list-style:disc;
}

#container-page {
  margin: 0 auto;
  width: 800px;
  background: #FFFFCC;
  text-align: left;
  position: relative;
    margin-top:20px;
}


#container-page a:hover{
color: #996600;
}

#container-head {
  height:73px;
  }

#head {
  font:Georgia, serif;
  font-size: 115%;
 color: #000000;
 padding-top:1px;
 padding-right:20px;
 font-weight:bold;
  
}

#container-content {
  padding: 0 2em 40px 2em;
  position:relative;
  min-height:100%;

}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
*html #container-content{
height:100%;
}

#content-pri {
  width: 85%;
  float: right;
}

#content-sec {
  padding: 1em 0;
  width: 15%;
  float: left;
}

#content-sec a:hover, ul,#content-sec ul li {
  list-style: none none;
  color:#996600;
  line-height: 1.5em;
}

#container-foot{
  width: 100%;
  color:#000000;
  background:  #999966;
  bottom: 0;
  bottom: -1px; /* For Certain IE widths */
  height: 73px;
  text-align:center;
}

#container-foot a:link{
color:#000000;
}

#container-foot a:hover{
color: #996600;
}


#foot {
  padding: 0 1em;
  line-height: 40px;
  float:left;
}

.photoborder {
padding-top:8px;
}

.photoL{
padding-left:10px;
}

.photoR{
padding-right:10px;
}

.portfolioright{
padding-right:65px;
padding-bottom:200px;
}

.phototitle {
  font:Georgia, serif;
  font-size: 140%;
 color: #996600;
 font-weight:bold;

 }
 
 .title{
 color:#996600;
 font-weight:bold;
 }
 
 .emphasis{
 font-weight: bold;
 }
 
 .author{
 font-style:italic;
 }

.rightalign{
text-align:right;
}

.center{
text-align:center;
}

.smallcaption{
text-align:justify;
font-size:90%;
}

.new{
background-color: #660033;
color:#FFFFCC;
font-weight:bold;
letter-spacing:3px;
}

.port_description{;
font-size: 95%;
padding-left:15px;
padding-bottom:8px;
font-style:italic;
}
-->