@charset "utf-8";
html, body, div, ol, ul, li dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
	margin: 0;
	padding: 0;
}
/* columnWidth = 160*/
/*
.col1 { width: 150px; }
.col2 { width: 310px; }
.col3 { width: 280px; }
.col4 { width: 310px; }
.col5 { width: 480px; }

.col1 img { max-width: 150px; }
.col2 img { max-width: 310px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 310px; }
.col5 img { max-width: 480px; }
*/
/* columnWidth = 180*/
/*
.col1 { width: 170px; }
.col2 { width: 350px; }
.col3 { width: 530px; }

.col1 img { max-width: 170px; }
.col2 img { max-width: 350px; }
.col3 img { max-width: 530px; }
*/
/* columnWidth = 210*/

.col1 { width: 200px; }
.col2 { width: 410px; }
.col3 { width: 530px; }

.col1 img { max-width: 200px; }
.col2 img { max-width: 410px; }
.col3 img { max-width: 530px; }

