/*settings for leftcolumn*/
#content #leftcolumn{
margin:0px;
margin-right:15px;
padding:0px;
width:171px;
}
#content #leftcolumn img{
max-width:171px; /*protection from having to wide imgs*/
display:block;
}

/*settings for main column*/
#content #maincolumn{
padding:0px;
margin:0px;
margin-right:15px;
width:500px;
}
#content #maincolumn img{
display:block;
max-width:357px; /*protection from having to wide imgs*/
float:left;
}

/*settings for the right column*/
#content #rightcolumn{
margin:0px;
width:171px;
}
#content #rightcolumn img{
max-width:171px; /*protection from having too wide imgs*/
}

