.clear{clear:both;}

body{  		/*this is body*/
	margin:0px;
	font-size:14px;
	font-family:font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	}
	
h1,h3,h4{		/***these are the headings***/
	margin: 0px;
	padding: 0px;
	}
	
h2{
	color:#EB3729;
	}	
	
p{				/*this is paragraph*/
	padding: 0px 0px 10px;
	margin: 0px;
	}

#wrapper{		/* this is a wrapper */
	width:950px;
	margin:0 auto;
	}
	
#header{		/* this is a header */
	padding:10px 0px 10px 0px;
	}
	
#logo{			/* this is a logo */
	background-image:url(images/bread_basket_logo.png);
	width:250px;
	height:148px;
	float:left;
	margin-bottom:14px;
	}
	
ul#menu{		/* these are the topmenu in header */	
	height:18px;
	float:right;
	margin: 120px 0px 0px;
	}
	
ul#menu li{
	list-style-type:none;
	float:left;
	padding-right:12px;
	font-weight:bold;
	}
	
ul#menu li a, ul#leftmenu  li a,  #sideimgs a,  #footer a{
	text-decoration:none;
	color:#3e3e3e;
	}
	
ul#menu li a:hover, ul#leftmenu  li a:hover, #sideimgs a:hover, #footer a:hover {
	color:#0055a5;
	text-decoration:underline;
	}
	
.border{			/* this is a border */
	background-image: url(images/bread_basket_border.jpg);
	width:950px;
	height:4px;
	}
	
#content-wrapper{		/* this is content-wrapper */	
	margin-bottom:15px;
	}
	
#secondary{			/* this is secondary section of content-wrapper*/	
	width:343px;
	float:left;
	border-right:3px solid #c0a367;
	}
	
#image2{			/* this is another image */
	width:149px;
	height:198px;
	float:left;
	margin:65px 60px 0px 20px;
	}
	
#content{			
	width:94px;
	float:right;
	margin:20px 10px 0px 10px;
	color:#3e3e3e;
	line-height:19px;
	}
	

ul#leftmenu{				/* these are the leftmenu in header */	
	list-style-type:none;
	float:left;
	margin-left:30px;
	}

ul#leftmenu li{
	float:left;
	}

ul#leftmenu  li a{
	padding-left:3px;
	}
	
#primary{			/* this is primary section of content-wrapper*/	
	width:559px;
	float:left;
	margin:20px 15px 0px 20px;
	color:#564335;
	line-height:19px;
	}
	
#sideimgs{			/* these are the sideboxes in content-wrapper */
	margin:10px 0px 0px 0px; 
	}
	
#sideimgs h4{
	color:#EB3729;
	}
	
#sideimg1{
	width:280px;
	float:left;
	background-color:#eaf5ff;
	padding:15px 15px 10px 15px;
	margin-right:10px;
	}

#sideimg1 img, #sideimg2 img, #sideimg3 img{
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	}
	
#sideimg2, #sideimg3{
	width:280px;
	float:left;
	background-color:#eaf5ff;
	padding:15px 15px 10px 15px;
	}
	
#sideimg2{
	margin-right:10px;
	}
	
#sideimgs .links{
	text-align:center;
	}
	
#footer{				/* this is footer */	
	margin:15px 0px 15px 0px;
	padding:0px;
	color:#3e3e3e;
	}
	


