@charset "UTF-8";
/* CSS Document */

div#container {
margin: 20px auto 0px;
width: 802px;
}
div#headerMenu {
float:right;
}
div#content {
padding: 20px 0;
}
div#footer {
padding:10px 0 0;
width:100%
}
div#search {
float: right;
}
div#left {
width:19%;
padding-right:1%;
}
div#right {
width:79%;
padding-left:1%;
}
div.col {
float:left;
}
/* four cols */
div.fourCols {
clear:both;
}
div.fourCols div.col {
width:23%;
padding:1%;
}
div.fourCols div.col.firstCol {
width:24%;
padding-left:0;
}
div.fourCols div.col.lastCol {
width:24%;
padding-right:0;
}
/* two cols */
div.twoHalfCols {
clear:both;
}
div.twoHalfCols div.col.firstCol {
width:49%;
padding: 1% 1% 1% 0%;
}
div.twoHalfCols div.col.lastCol {
width:49%;
padding: 1% 0% 1% 1%;
}
/* oneThreeCols */
div.oneThreeCols {
clear:both;
}
div.oneThreeCols div.col.firstCol {
width:24%;
padding: 1% 1% 1% 0%;
}
div.oneThreeCols div.col.lastCol {
width:74%;
padding: 1% 0% 1% 1%;
}
/* threeOneCols */
div.threeOneCols {
clear:both;
}
div.threeOneCols div.col.firstCol {
width:74%;
padding: 1% 1% 1% 0%;
}
div.threeOneCols div.col.lastCol {
width:24%;
padding: 1% 0% 1% 1%;
}
