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

/* This is the CSS for the main page- default.html */

#leftcolumn {

margin-right:500px;}

#rightcolumn {float:right;
width:400px;
margin-top: -25px;
}
/* COLUMN ONE */

#col1 {
float: left;
width: 260px;
margin: 0 0 0 ;
padding: 10px 0 0 10px;

}

/* COLUMN TWO */
#col2 {
padding: 0;
float: left;
margin: 0;
width: 600px;
}

#col2wrapper {background: url(../images/slices/tabbg.jpg) no-repeat top left;
padding: 1px 0 0 8px;
margin: 20px 0 0 270px;}


/* COLUMN THREE */

#col3 {float:left;

background: url(../images/slices/col3bg.jpg) repeat-y top left;
text-align: center;
padding: 15px 10px 0 15px;
margin:0;

}
#col3bottombg {float: left; margin: 0; padding: 0;
clear: both;}

#col4 {
background: url(../images/slices/tabbg.jpg) no-repeat top left;
clear:left;
padding: 1px 10px 10px 15px;
margin: 0 0 0 10px;
}


