#collection {
clear: both;
margin-top: 10px;
}

/* collection list */
#collection ul {
border-top: 2px solid #E0E8F3;
list-style: none;
text-align: left;
font-size: 1.2em;
margin:  6px 0 0 0px;
padding: 7px 0 0 0;
clear: both;
}

#collection ul li {
list-style: none;
display: inline;
text-align: left;
margin: 10px 40px 0 0px;
padding: 0;
line-height:1.1em;
list-style: none;
}

#collection a:link {
text-decoration: none;
}
#collection a:hover {
text-decoration: none;
}
#collection a:visited {
text-decoration: none;
}

/* twocolum section */

.twocolumn{

	clear: both;

	width:498px;

	padding: 10px 0 0 0;

	margin: 10px 0 0 0;
	
	border-top: 2px solid #E0E8F3;

}

.twocolumn_left{

	float:left;

	width:230px;

	

}

.twocolumn_right{

	float:right;

	width:265px;

	margin:0;



}
.twocolumn img {
margin-top: 10px;
}
