@import url(kellys.css);

body {
	font-size: 70%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(Images/bg-body4.jpg) repeat-x;
}



#sideBar {
	position: relative;
	float: left;
	background: url(Images/poster2.jpg);
	height:446px;
	width:279px;
	border:2px double gray;
    margin-top:1em;
}
	

#products{

	width:345px;
	padding-top:10px;
	padding-left:10px;
	margin-left:280px;

}

#products h1{

	
	height:18px;
	color:#ff9300;
	font-size:1.5em;
	border-bottom:1px solid lightgray;


}

#products h2{
	font-size:1.5em;
	font-weight:bold;
	color: #2388ff;
	margin-top:15px;


}

#products p{

	padding-top:5px;
	font: 1.3em 'lucida grande', tahoma, sans-serif;

}

#products p i{
	
	font-size:0.8em;
}