@charset "UTF-8";
/* CSS Document */

/*******************************/
/* overreaching */

html { -webkit-text-size-adjust:none; }

body {
	position:relative;
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2E1E12;
	background-image:url(images/brown.gif);
	color: #2E1E12;
	text-align: center;
	z-index:0;
	}
	
a { text-decoration: none; color: #2E1E12; }

img { border:0px; }

:focus { outline: 0; }

div {
	position:relative;
	float: left;
	text-align:left;
	margin:0;
	}
	
/*******************************/
/* big chunky structure */

#site {
	width: 1008px;
	height:auto;
	margin: 40px auto 0px;
	float:none;
	z-index:10;
	}
	
#header {
	width: 1008px;
	height: 123px;
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	z-index:200;
	}
	
#middler {
	width: 1008px;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-y;
	z-index:100;
	}
	
#footer {
	width: 1008px;
	height: 100px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	z-index:20;
	}
	
/*******************************/
/* header */
#logo {
	width: 224px;
	height: 100px;
	position:absolute;
	top: 9px;
	left: 87px;
	}

#menu {
	width: 655px;
	height: 60px;
	margin: 51px 0 0 373px;
	text-transform: uppercase;
	font-size:18px;
	z-index:300;
	}
.menu_item {
	width: 102px;
	height: 25px;
	position: absolute;
	top: 0px;
	}
#menu_home { left: 0px; }
#menu_gallery { left: 101px; }
#menu_about { left: 214px; }
#menu_contact { left: 322px; }
#menu_client { right: 70px; width: 142px; }
#social_fb, #social_tw {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	}
#social_fb { left: 430px; }
#social_tw { left: 451px; }

#gallery_sub {
	width: 243px;
	height: 160px;
	position:absolute;
	top: 25px;
	left: 34px;
	}
#gallerysub_babies, #gallerysub_elementary, #gallerysub_preschool, #gallerysub_siblings {
	width: 243px;
	position:absolute;
	left: 0px;
	}
#gallerysub_babies { height: 48px; top: 0px; }
#gallerysub_elementary { height:35px; top: 48px; }
#gallerysub_preschool { height: 35px; top: 83px; }
#gallerysub_siblings { height:42px; top: 118px; }


/*******************************/
/* middler */
#content {
	width: 880px;
	margin: 40px auto 0px 80px;
	}


/*******************************/
/* footer */
#contact {
	width: 500px;
	height: 30px;
	font-size:18px;
	position:absolute;
	top: 63px;
	right: 80px;
	text-align:right;
	}
.green { color: #95BE24; }
	
