#page {
	margin:0 auto;
	width:780px;
	}
#header {
	width:780px;
	}
#content {
	
	}
#leftContent {
	float:left;
	width:150px;
	}
#mainContent {
	float:right;
	width:610px;
	overflow:hidden;
	}
#footer {
	clear:both;
	text-align:center;
	font-size:10px;
	padding-top:4px;
	color:#FFF;
	display:block;
	width:800px;
	height:18px;
	background-image:url(/images/footerLineBg.jpg);
	background-repeat:repeat-x;
	margin:10px auto;
	}
#productPage {
	width:610px;
}

#productMainDetails {
	width:610px;
	}

#productInfo {
	width:280px;
	float:left;
	padding:10px;
	}
#productInfo p {
	font-size:12px;
	line-height:140%;
	}

#productPhoto {
	width:300px;
	padding-top:10px;
	float:left;
	}
#productPhoto img {
	width:298px;
	border:1px solid #eee;
	}
