
#new{
	float:left;
	width: 312px;
	margin-right:10px;
	margin-bottom: 8px;
	font-size: 80%;
	background-color: #fafafa;
}

#new div{
	margin: 0 20px 0 20px;
}

#info{
	float:right;
	width: 408px;
	font-size: 80%;
	background-color: #fafafa;
	margin-bottom: 8px;
}

#info div{
	margin: 0 20px 0 20px;
}

#gallery{
	float:left;
	width:312px;
	margin: 0 0 7px 0;
}

#ship{
	clear:left;
	width:312px;
	margin: 0 0 7px 0;
}

/*--title--*/


#info h3{
    padding: 18px 0 0 0;
	font-size:100%;
	text-indent:15px;
	background-image:url(../images/top/arrow.gif) ;
	background-repeat:no-repeat;
	color:#ff6400;
}

/*--paragraph--*/

#info p{
    padding:  20px 0 20px 0;
	font-size:100%;
	line-height:120%;
}

#info dl {
 	margin: 0 0 20px 0;
}
#info dt {
	display: inline;
	float: left;
	line-height: 120%;
	font-weight: bold;
}
#info dd {
	line-height: 120%;
	padding-left: 20px;
	text-justify: distribute-all-lines;
}
#new dl {
 	margin: 0 20px 0 20px;
}

#new dt {
	display: inline;
	float: left;
	line-height: 120%;
	font-weight: bold;
	text-justify: distribute-all-lines;
	padding: 20px 0 20px 0;
}
#new dd {
	line-height: 120%;
	padding: 20px 0 20px 50px;
}





