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;
        }

h2 {
   color: #DAA520;
	 font-weight: bold;
	 font-size: 22px;

}


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

    #Content {
        width:1100px;
        margin:0px auto; /* Right and left margin widths set to "auto" */
        text-align:left; /* Counteract to IE5/Win Hack */
        padding:15px;
        border:1px dashed #333;
        background-color:#eee;
        }





#logoplacement { /*  placement of the logo */
  position: absolute; left: 20px;  top:10px;
}

#titleplace {
  position: absolute; left:150px;  width: 800px; top:10px;
}

/*  ul {   */
/*	list-style-image: url(images/img07.gif);  */
/*  } */

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* 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 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 h1 {    /* Sets the title size and characteristics */
	position: absolute; left: 195px;  width: 730px; top:17px;
	padding: 0 0 0 0;
	font-weight: bold;
	margin: 0;
	font-size:3.1em;
	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: 0px;  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;
	
}

#logo h5 { /* sets up the phone number */
  position: absolute; left:750px; width:200px; top:20px;
	font-style: italic;
	color: #FFD700;
	font-size: 20px;
}

#copyright{    /* Copyright details */
	position: absolute; left: 20px; top:760px;
	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;
	color: #FFEC8B;
}


#centermenu {  /*centers the menu */ 
  margin-left: auto ;
  margin-right: auto ;
	position: absolute; left: 50px;  width: 1000px; top:110px;
	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:670px;
}
#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;
}  */

