*
{
padding:0px;
margin:0px;

}

table,tr
{
border:1px solid black;
}
body
{
background:#f6f6f6;

}
.side1
{
float:left;
width:100px;
height:800px;
border-right:solid 1px silver;
border-left:solid 2px yellow;
background: -webkit-linear-gradient(white,#85A3C2,white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(white,#85A3C2,white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white,#85A3C2,white); /* For Firefox 3.6 to 15 */
background: linear-gradient(white,#85A3C2,white); /* Standard syntax (must be last) */

}


.side2
{

float:left;
width:180px;
height:1000px;
border-right:solid 1px silver;
border-bottom:solid 1px silver;
border-left:solid 2px yellow;

background: -webkit-linear-gradient(white,#85A3C2,white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(white,#85A3C2,white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white,#85A3C2,white); /* For Firefox 3.6 to 15 */
background: linear-gradient(white,#85A3C2,white); /* Standard syntax (must be last) */

}

.toolbar
{

background: -webkit-linear-gradient(#85A3C2,white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#85A3C2,white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#85A3C2,white); /* For Firefox 3.6 to 15 */
background: linear-gradient(#85A3C2,white); /* Standard syntax (must be last) */

width:auto;height:80px;

}


.toolbar1
{
background: -webkit-linear-gradient(#85A3C2,white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#85A3C2,white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#85A3C2,white); /* For Firefox 3.6 to 15 */
background: linear-gradient(#85A3C2,white); /* Standard syntax (must be last) */

width:auto;height:120px;

}

.main
{
background:#f6f6f6;
}

table,tr
{
border:1px solid black;
}