body {
  background-color:#FAF9F8;
  padding:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
  color:#666666;
  text-align: justify;
	letter-spacing: 1px;
}

a {color: #666666; text-decoration: underline;}	

a:visited {color: #666666;}

a:hover {color: #666666; text-decoration: none;}	

a:focus { outline: none }

#header {
  padding-bottom:0px;
  margin-bottom:30px;
  height:100px;
}

#footer { padding-bottom:20px; font-size:12px; }

#box {
	margin-bottom:30px;
  padding:30px;
	padding-top:0px;
  width:650px;
  height:310px;
  background-color:#FFFFFF;
  border:solid #DDD9D7 1px;  
}

h1 { margin-bottom:10px; }

h2 { margin-bottom:-10px; }

h3 { margin-bottom:-5px; font-size: 1em; }

#product_img { float:left; margin-right:15px; }

#menu {
	width:650px;
  position:relative;
  top:-42px;
	margin:0 auto;
}

#menu ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
  border:solid #DDD9D7 1px;
  border-bottom:none;
  border-left:none;
}

#menu li { display:inline; }

#menu a {
	float:left;
	height:20px;
	padding:10px 15px;
	text-decoration:none;
	color:#000000;
  background:#FAF9F8;
  border-left:solid #DDD9D7 1px;
}

#menu a:hover { background:#ffffff; color:#000000; }

#menu .current a {
	background:#ffffff;
	color:#000000;
  border-bottom:solid #ffffff 1px;
}

