/* CSS Document */

#columnborder {
width:938px;
height:auto;
margin:0 auto;
padding:0;
background:url(../img/border_3column.jpg) center repeat-y;
}

#column {
width:938px;
height:auto;
margin:0 auto;
padding:0;
}

#column_left {
float:left;
width:180px;
height:auto;
margin:0;
padding:0;
text-align:left;
}

#column_center {
float:left;
width:490px;
height:auto;
margin:0;
padding:0;
text-align:left;
}

#column_right {
float:right;
width:180px;
height:auto;
margin:0;
padding:0;
text-align:left;
}

#content_side {
width:180px;
}

#content_center {
width:490px;
}
