body, div, td { 
	font-family: "Europe_Ext","Eurostile","Eurostyle","Lucida Grande",Arial,Helvetica,"Times New Roman",Times,sans-serif; 
	font-size: 12px; 
	color: #fff; 
	background-color:#00aeef;
}
b { color: #333333; }
.indent { margin-left: 10px; }

#outerContainer {
	position:relative;
	width:800px;
	min-height:450px;
	height:100%;
/*	top:30px;
	left:30px;*/
	background-color:#00aeef;
	margin:0 auto;
	/* brown */
}


#productTitle {
	position:absolute;
	width:400px;
	height:21px;
	top:97px;
	left:97px;
	font-size:20px;
	font-variant: small-caps;
}

#productDesc {
	position:absolute;
	width:350px;
	height:189px;
	top:135px;
	left:97px;
	color:black;
	font-size: 14px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	overflow:auto;
}

#productPhoto {
	position:absolute;
	width:324px;
	height:324px;
	top:60px;
	left:456px;
}

#navBar {
	position:absolute;
	width:400px;
	height:40px;
	top:312px;
	left:0px;
	background-color: #00ACEE;
}
