/*
-x	structure.css
-x	copyright (c) 2009, the Web Building Company. All rights reserved.
-x	
-x	http://
-x	site version: 0.0.1

------------------------------------------------- N O T E S -------------------------------------------------
-x 	Harpole Day Nursery site style
-x 	
-x 

-------------------------------------------------------------------------------------------------------------*/


html{
}
body{
/* center aligned layout */
	margin-top:			10px;
	text-align: 		center;
}
#container{
	position:			relative;
	margin:				auto;
	width:				630px;
	height:				100%; 
}

/*************** HEADER    *****************************************************/
#header{
	height:				185px;
	width:				100%;
}
#main_header{

}
#main_branding{

}
#sub_branding{
	position:			absolute;
	top:				56px;
	left:				575px;
	width:				50px;
	height:				50px;
}

/*************** NAVIGATION *************************************************/
#nav{
	position:			relative;
	height:				25px;
	width:				100%;
	text-align:			center;
	z-index:			2;
	padding:			0 0 0 0;
}
#main_nav{
	width:				630px;

}
#sub_nav{
}
#sub2_nav{
}
#sub3_nav{
}

/*************** CONTENT *****************************************************/
#content{
	position:			relative;
	padding:			0px 40px 0 180px;
	width:				410px;
	z-index:			1;
}
#main_content{
	padding-bottom:		25px;
	width:				415px;
}
#sub_content{
	float:				left;
	width:				415px;
}
#sub2_content{ /* image place holder */
	float:				left;
	margin-left:		0px;
	width:				59%;
	display:			inline;
	/*border:				1px solid red;*/
}
#sub3_content{ /* Testamonials */
	float:				left;
	width:				39%;
	display:			inline;
}
#sub4_content{
	position:			absolute;
	top:				50px;
	left:				40px;
	width:				100px;
}
#sub4_content p{
	left:				0px;
}


/*************** FOOTER ******************************************************/
#footer{
	position:			relative;
	z-index:			4;
}
#main_footer{
	float:				left;
	width:				180px;
}
#sub_footer{
	float:				left;
	width:				380px;
	/*border:				1px solid red;*/
}
#sub2_footer{
	position:			absolute;
	display:			block;
	top:				25px;
	right:				0px;
	width:				100%;
	height:				50px;
}
