/* Links CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the links page */

#column_1 {
	float: left;
	width: 260px;
	top: 20px;

}
#column_2 {
	float: left;
	width: 210px;
	right: 270px;
	top: 20px;
}
#column_3 {
	float: left;
	width: 240px;
	top: 20px;
	right: 0px;
}
