
body, html {
    margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
		height: 100%;
		background: #4C4C4C;
        }


#Content {
    width:1100px;
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
    padding:-50px 70px 150px 70px;
    border:0px dashed #333;
    background-color:#4C4C4C;
		top: 400px;
}

#questionplacement {/*placement of Peter Kurth Architect contact form*/
   position: absolute; left: 50px;
}

#logoplacement { /*  placement of the logo */
  position: absolute; left: 20px;  top:10px;
}

#titleplace {
  position: relative; left:150px;  width: 800px; top:10px; bottom:150px;
}

/*  ul {   */
/*	list-style-image: url(images/img07.gif);  */
/*  } */


#pictureplacement {/* placement of Kurth Architect picture */
   position: relative; left:450px; top:150px;
}

/* Header */

#logo {  /* This sets the hight of the top section of the page */
	
	margin: 5px;
	padding: 0 0px;
}

img.imgborder { /* logo border */
  border-width:3px;
  border-color:#FFD700;
  border-style: double;
 
} 


#logo h1 {    /* Sets the title size and characteristics */
	position: absolute; left: 315px;  width: 730px; top:0px;
	padding: 0 0 0 0;
	font-weight: bold;
	margin: 0;
	font-size:3.8em;
	color: #FFD700;
	font-family: "Times New Roman",Trebuchet MS, Verdana, MS Serif, Georgia,   Times, serif;
	
}

#logo h2 {    /* Sets the second title size and characteristics */
	position: absolute; left: 255px;  width: 730px; top:70px;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 1.8em;
	float: left;
	margin: 0;
	text-indent: 0px;
	color: #FFD700;
	font-family: "Times New Roman",Trebuchet MS, Verdana, MS Serif, Georgia,   Times, serif;
	
}

#logo h3 {    /* Sets the title size, position and characteristics */
	position: absolute; left: 255px;  width: 730px; top:30px;
	padding: 0 0 0 0;
	font-weight: bold;
	margin: 0;
	font-size:1.8em; /* Size of text in menu */
	color: #FFD700;  /* color of text in menu */
	font-family: "Times New Roman",Trebuchet MS, Verdana, MS Serif, Georgia,   Times, serif;
	
}

#copyright{    /* Copyright details */
	position: absolute; left: 20px; top:830px;
	padding: 0 0 0 0;
	font-weight: normal;
	margin: 0;
	color: #C1CDCD;  /* color of text in copyright */
	font-family: Georgia, "Times New Roman",Trebuchet MS,  MS Serif,   Times, serif;
	
}

#logotext4 {  /* Project Details - description location */
  position: absolute; left: 50px;   top:1300px;
	border-style:double;
	border-width:3px;
  border-color:#FFD700;
	width: 850px;
	padding:10px;
	text-align: left;
}


#centermenu1 {  /*centers the menu */ 
  margin-left: auto ;
  margin-right: auto ;
	position: absolute; left: 50px;  width: 1000px; top:160px;
	padding: 0px 0px 20px 20px;
}  
/* Page */

#photolocation {
  margin-left: auto ;
  margin-right: auto ;
	position: absolute; left: 20px;  top:210px;

}

#centerBmenu {  /*centers the menu */ 
  margin-left: auto ;
  margin-right: auto ;
	position: absolute; left: 100px;  width: 930px; top:870px;
}
#page {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}
/*
#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}*/


/* Footer */

/*#footer {
	border-top: 1px solid #4C4C4C;;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}  */

