/* html n body */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/body-bg.gif);
	margin: 0px;
}

img{
	border:none;
}

#container{
	width: 930px;
}

#top {
	height:135px;
}

#navigation{
	position:absolute;
	left:331px;
	top:60px;
	width:600px;
	height:42px;
}


#left{
	float:left;
	width:270px;
	height:100%;	
}

#category_box{
	position:relative;
	top:-3px;
	left:54px;	
	background: url(images/category_bg.gif) no-repeat;
	width:207px;
	height:289px;
	z-index:2;
}

#search_box{
	position:relative;
	bottom: 100px;
	left:75px;
	width:160px;
	height:50px;
	z-index:2;
}

#content_shadow{
	position: absolute;
	top:132px;
	left:261px;
	width: 9px;
	height:441px;	
	background: url(images/binder_1.gif) no-repeat;
	z-index:1;
}

#content_info_shadow{
	position: absolute;
	top:132px;
	left:261px;
	width: 9px;
	height:441px;	
	background: url(images/content-shadow.gif) no-repeat;
	z-index:1;
}

#category_binder{	
	position:absolute;	
	left:270px;
	top:205px;
	width:20px;
	height:200px;
	background: url(images/binder_2.gif) no-repeat;
	z-index:1;
}


#middle{
	display:block;
	float:left;
	clear:both;
	height:100%;
	margin:0;
	padding:0;	
	background: url(images/footer-butteryfly.gif) no-repeat bottom left;
}

#content{
	float:left;
	min-height:700px;
	width:631px;
	background: white url(images/content-top.gif)  no-repeat top;
	padding:10px;
	padding-right:10px;
	padding-left:15px;
}

#footer-field{
	margin:0;
	width:926px;
	left:0;
	bottom:0;
	background: url(images/footer-field.gif) no-repeat;
	height:89px;
	z-index:100;
	float:left;
	clear:both;
}

#menu{
	position:relative;
	width:150px;
	height:200px;
	top:70px;
	left:10px;
	border:none;
	z-index:100;
}