/* Layout Stylesheet for Perfect Day Photography

  (c) Colin Sewell, 2007
------------------------- */

/* for design debugging, shows the divs ! */
div {
/*
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
/**/
}

#Outer {
	position: relative;
	width: 750px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #9a9a9a;
	border-bottom: none;
}

#Header {
	position: relative;
	width: 750px;
	height: 75px;
	left: 0px;
	top: 0px;
	background-color: #fff;
}


#Content {
	position: relative;
	width: 580px;
	min-height: 510px;
	margin-left: 170px;
}


#PageGraphic {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#PageGraphicHome {
	position: relative;
	float: right;
	width: 267px;
	height: 344px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(../images/pg-bride-father.jpg);
}

#PGHomeImage1 {
	left: 0;
	top: 0;
	z-index: 1;
}

#PGHomeImage2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


#PageGraphicAbout {
	position: relative;
	float: right;
	width: 233px;
	height: 344px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(../images/pg-2girls-bw.jpg);
}

#PGAboutImage1 {
	left: 0;
	top: 0;
	z-index: 1;
}

#PGAboutImage2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


#PageGraphicThin {
	position: relative;
	float: right;
	width: 262px;
	margin-top: 10px;
	margin-right: 10px;
}


#Footer {
	position: relative;
	width: 750px;
	height: 30px;
	margin-top: 10px;
	background-image: url(../images/Site-Footer.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#Standards {
	float: left;
	margin: 8px 10px;
}


#NavMenuWorkspace
{
	position: absolute;
	width: 160px;
	height: 400px;
	left: 590px;
	top: 110px;
	background-color: #f4f0e7;
}


/* Other Layout Bits
   ---------------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


.ClearBoth {
	clear: both;
}


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}
