body    {
	background-color: #d19c72;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100%;
	border-width: 0
	}
	
#wrapper  {
	margin:      0;
	padding:      10px 0 0 10px;
	width:        600px;
	height:       100%;
	border-width: 0 }

#header {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-width: 0px;
	clear: both;
	}
	
h1           {
	color:         black;
	font-size:      14px;
	font-family:    Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:    700;
	text-align:     left;
	text-transform: uppercase;
	margin-bottom:  0px;
	padding:    5px 0 2px 3px;
	clear:          both }
	
h2     {
	color:      black;
	font-size:   12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: 400;
	text-align:  left }


.pagename /*image for the pages name*/
	  {
	padding-left: 20px;
	position:      relative;
	top:           -3px }
	
img.detail  /*use for photos which do not have a black boarder already*/
      {
	margin:        0 0 15px;
	padding:        0;
	float:          left;
	vertical-align: baseline;
	border:         solid 2px #000 }

img.detail1  /*use for photos which do not have a black boarder already*/
      {
	margin:        0 0 15px;
	padding:        0;
	border:         solid 2px #000 }


	
img.detailboardered /*use for photos already having a black boarder*/        
       {
  margin:        0 0 15px;
  padding:        0;
  float:          left;
  vertical-align: baseline;}




p {
	color:      black;
	font-size:   12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: 400;
	text-align:  left; 
	}

.bold {
	font-weight: 700 }
	
a:link {
	color:          #800000;
	font-size:       12px;
	font-family:     Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:     400;
	text-decoration: none;
	 }

a:visited {
	color:          #c26100;
	font-size:       12px;
	font-family:     Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:     400;
	text-decoration: none; 
	}

a:hover {
	color:          #7e1d1e;
	font-size:       12px;
	font-family:     Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:     400;
	text-decoration: underline 
	}

a:active {
	color:          #800000;
	font-size:       12px;
	font-family:     Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:     400;
	text-decoration: underline 
	}
.textwood { /*use for the little description text under the photo*/
	font-size:  12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 12px;
	text-align:  left;
	display:     block;
	margin:      0;
	padding:     0 0 0 3px;
	position:    relative;
	top:         -13px;
	bottom:      25px;
	clear:       both }
.floatLeft {
  float: left }

