body {
	background-color:#c88;
}

#mainWindow {
	background-color:#ddd;
	width: 800pt;
	height: 450pt;
	margin-top:18pt;
	margin-left:18pt;
	border: solid #ddd 2px;
	-webkit-box-shadow: 5pt 5pt 10pt #555;
	-moz-box-shadow: 5pt 5pt 10pt #666;
}

.titleBar {
	text-align: center;
	font-family: arial;
	font-size: 12pt;
	background-color: #333399;
	color: white;
	margin-top: 0;
	margin-bottom: 0pt;
	padding: 2pt;
}

#canvas1 { 
    position:absolute;
    left:174pt;
    top:50pt;
	width: 626pt;
	height: 400pt;	
    background-color:white;
    -webkit-box-shadow: inset 2px 2px 2px #666;
    -moz-box-shadow: inset 2px 2px 2px #666;
}

 #controls {
	position:absolute;
	width:160px; 
	height:400pt;
	left:55px; 
	top:68px; 
    background-color:white; 
	-webkit-box-shadow: inset 2px 2px 2px #666; 
	-moz-box-shadow: inset 2px 2px 2px #666;
}

#sliderdiv {
    margin-top: 100px;
    margin-left: 25px;
    margin-right: 25px;
}

#pointcountpar {
	text-align: center;
}

#slidertitle {
    margin-bottom:10px;
    margin-left: 28px;
    font-size:140%;
	font-weight:bold;
}

#slider1 {
    position:relative;
    width:115px;
}

#drawbutton {
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 22px;
}

#erasebutton {
	width: 82px;
	height: 35px;
	margin-top: 10px;
	margin-left: 38px;
	font-size: 20px;
}

#messageWindow {
	background-color: lightgrey;
	width: 800pt;
	height: 100pt;
	margin-left:18pt;
	border: solid #ddd 2px;
}

#messages{
	margin-left: 12px;
	width: 780pt;
	height: 80pt;
	background-color: white;
}

#checkbox{
	margin-top: 10px;
	margin-left: 50px;
}