/*whim boutique
stylesheet for top, left and bottom html sections
////////////////////////////*/


/*overwrite styles
/////////////////////////*/

body{
	margin:auto;
	padding:0px;
	background:transparent url(background_tile.jpg) top left repeat;
	}

img{
	margin:0px;
	padding:0px;
	display:block;
	}

/*global styles
////////////////////////////*/

#container{
	width:800px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	padding:0px;
	display:block;
	background:transparent;
	}

#container2{
	width:800px;
	height:600px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
	display:block;
	background:transparent;
	border:thin solid #322622;
	}

#header{
	width:800px;
	height:120px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background:transparent;
	}
#content{
	width:800px;
	height:447px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background:#fff;
	}
#footer{
	width:800px;
	height:33px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background:transparent;
	}
#credit{
	width:800px;
	height:33px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background:transparent;
	}