body {
	margin: 0; 
	padding: 0px;
	text-align: center; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}

/* colour set:
#586126;
#6f7b3d;
#a9bc49;
#b7c280;
#c5ce99;
#d3d9b1;
#ebeed8;

*/
/***************************************/
/*Page structure*/
/*constrain page width*/
#content {
	width:100%;
	text-align: left; 
	padding:10px;
    background-color:#ffffff;
}
/*Reserve banner space*/
#banner{
   background-color:#ffffff;
   width:90%;
   margin-top:15px;
   margin-bottom:20px;
}
#menu{
  float:right
}
#maintext{
	width:90%;
    background-color:#ffffff;
}
/*spans for menu items*/
#gallery, #contact #about #pagehead{
	text-align: right; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#pagehead{
	font-size: 14pt;
	font-weight: bold;
	color:#A54617;
}
#footer {
  margin-top:20px;
  height: 50px;
  width:98%;
  float:left;
/*
	bottom:-20px;
*/
}
/***************************************/
/* Paragraphs */
p, h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 14pt;
	font-weight: bold;
	color:#A54617;
}

h2{
    margin:0 0 4px 0;
	font-size: 10pt;
	font-weight: bold;
	color:#A54617;
	padding:2px 0px 4px 0px;
    border-bottom-color:#A54617;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
h3{
	font-size: 9pt;
	font-weight: bold;
	color:#A54617;
    margin:0 0 4px 0;
}
p {
	font-size: 9pt;
    margin-top:0px;
    margin-bottom:10px;
	line-height:14pt;
}
#footer p{
    font-size:7pt;
}
/***************************************/
/* General formatting */
a { 
  text-decoration:none;
  font-weight: bold;
}
a:link {
  color: #A54617;
  font-weight: bold;
}
a:visited {
 color: #A54617;
	font-weight: bold;
}
a:active {
  color: #A54617;
  font-weight: bold;
}
a:hover {
  text-decoration:none;
  color:#A54617;
}
a img {
  border: none;
}

/***************************************/
/* Specials for photo pages */
#introText {
    border-bottom-color:#A54617;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
#introText p {
	margin-right: 300px;
	margin-bottom:15px;
}
#photoFrame {
    border-top-color:#A54617;
    border-top-style:solid;
    border-top-width:1px;
	text-align:center;
 
}
#photoFrame img {
    margin:14px 14px 14px 14px;
}
#titleAlias{
  font-size:30px;
  font-weight:lighter;
}
#titleName{
  font-size:20px;
  font-weight:normal;
}
#titleFollowing{}
