canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

canvas {
  cursor: crosshair;
  position: absolute;
  left: 260px; }

#canvas {
  z-index: 1; }

#remotecanvas {
  z-index: 2; }

#image {
  background-image:url(../images/colour-in/victor.png);
  background-repeat: no-repeat;
  width: 450px;
  height: 650px;
  z-index:3;}

.menu {
  width: 150px;
  padding: 0 20px;
  height: 670px;
  float: left;
  font-family: 'Amatic SC', Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
  .menu ul {
    list-style: none; }
    .menu ul li {
      margin: 10px auto; }
      .menu ul li ul li {
        float: left;
        height: 40px;
        width: 40px;
        margin: 3px;
        cursor: pointer; }
      .menu ul li ul#colors, .menu ul li ul#brush {
        height: 170px; }
        .menu ul li ul#colors li, .menu ul li ul#brush li {
          border: 2px dotted black;
          border-radius: 10px;
          -webkit-border-radius: 20px; }
          .menu ul li ul#colors li:hover, .menu ul li ul#brush li:hover {
            border: 2px solid black; }
      .menu ul li ul#size, .menu ul li ul#brush {
        height: 60px; }
		.menu ul li ul#brush li {
			width:27px;
			height:27px;}

.menu-right {
	float:right;
	font-family: 'Amatic SC', Arial, sans-serif;
	width:130px;
	padding:10px 20px 0 20px;
	height:650px;
}

.menu-right ul {
	list-style:none;
}

.menu-right li ul li {
  border: 2px dotted #000;
  margin:10px 0;
}

.menu-right li ul li:hover {
	border:2px solid #000;
	cursor:pointer;
}

h3 {
  font-size: 2em;
  margin: 0;
  cursor:pointer;}

.button {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px dotted #000;
  width: 130px;
}
  .button:hover {
	border:2px solid #000;}