body, table, tr, td, p, form{
	font-family: Arial;
	padding: 0;
	margin: 0;
	border-collapse : collapse; 
	color: white;
	font-size: 15px;
}



html {
	height: 100%;
}

body {
	background-color: white;
}

#image {
	display: block;
	height: 300px;
	margin: 10px auto;
}

h1 {
	text-align: center;
	font-size: 22px;
	padding: 5px;
	width: 254px;
	position: absolute;
	top:111px;
	left: 0;
}

h2 {
	text-align: center;
	font-size: 17px;
	padding: 5px;
	width: 254px;
	position: absolute;
	top:148px;
	left: 0;
}

h3 {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	width: 254px;
	position: absolute;
	top:73px;
	right: 0px;
}


#canvas {
	position: relative;
	width: 800px;
	margin: 20px auto;

	border: solid 1px grey;
	background-color:#f1f1f1;
	padding: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	background-image: url('grad_bg.png');
	background-size: 100% 100%;
	
	
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

.separator {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 5px 0 5px -10px;
	width: 820px;
	height: 5px;
	
	background-color: #0070b1;
}

#menu fieldset {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
	padding-bottom: 10px;
}


#menu > a{
	font-size: 17px;
}

#menu fieldset > a {
	font-size: 15px;

}

#menu a{
	white-space:nowrap;
	color: white;
	text-decoration: none;
	padding: 3px;
}
#menu a:hover{
	text-decoration: underline;
}