/*
-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 	Little Treasures site style
-x 	
-x 

-------------------------------------------------------------------------------------------------------------*/
html{
}
body{
	text-align: 		center;
}
#container{
	position:			relative;
	margin:				auto;
	width:				640px;
	z-index:			0;
}
/*************** HEADER    *****************************************************/
#header{
	position:			relative;
	margin:				auto;
	width:				640px;
	height:				141px; 
	z-index:			1;
}
/*************** NAVIGATION *************************************************/
#nav{
	float:				right;
	width:				190px;
	text-align:			center;
}
/*************** CONTENT *****************************************************/
#content{
	position:			relative;
	z-index:			3;
	float:				left;
	width:				400px;
	padding: 			0 0 0 22px;
	margin:				0 0 -50px 0;
}
#main_content{
	position:			relative;
	width: 				400px;
	padding: 			0;
	/*float: left;*/
}
.img_right{
	float: 				right;
	padding: 			3px 3px 0 3px;
	margin:				0 0 7px 10px;
	border:				3px solid white;
}
/*************** FOOTER ******************************************************/
#footer{
	clear:				both; 
	position:			relative;
	width:				576px;
	width:				640px;
	z-index:			2;
}
#copyright{
	position:			absolute;
	display:			block;
	bottom:				-50px;
	right:				0px;
	width:				100%;
	height:				50px;
	text-align:			right;
	margin-right:		10px;
}
