@charset "UTF-8";

	body
	{
	position: relative;
	background-color: #ffffff;
	background-image:url("images/stripe.gif");
	text-align:left
	}
	
	div.container {
	position:relative;
	width:760px;
	height:745px;
	margin:0px auto;
	padding:0px;
	border:2px solid #ff0000;
	background-color:#ffffff;
	overflow: hidden;
	}
	
	div#content
	{
	position:relative;
	left: 17px;
	top: 12px;
	width: 726px;
	height: 415px;
	}
	
	div#products_menu{
	position: absolute;
	text-align:center;
	left: 0px;
	top: 0px;
	color:#FFF;
	width: 726px;
	}
	
	ul{
	width: 306px;
	list-style-type:none;
	overflow:auto;
	}
	
	li img{
	margin-bottom: 15px;
	}
	
	div#photos{
	position:absolute;
	float:left;
	width: 306px;
	left: -24px;
	top: 33px;
	}
	
	div#description{
	position:absolute;
	right: 9px;
	float:right;
	width: 368px;
	top: 31px;
	}
