BODY {
 text-align: left; 
}
#toolbar {
    width: 50px;
    top: 50px;
    margin-left: 50px;
    height: 600px;
    background: white;
    border-radius: 3px;
    -moz-box-shadow: 5px 7px 5px #555555;
    float: left;
}

#toolbar_inside {
    height: 594px;
    width: 44px;
    margin: 2px;
    background: white;
    border: 1px solid grey;
    border-radius: 3px;
}

#toolbar_inside .tool {
    width: 18px;
    height: 18px;
    border: 1px solid grey;
}

#canvas {
	top: 50px;
	margin: 0 auto;
	width: 976px;
	min-height: 600px;
	box-shadow: 5px 7px 5px #555555;
	margin: 0 auto;
	border: 1px solid #777;
	background:gray;
}

