#canvas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	height: 500px;
	width: 900px;
	top: 50%;
	left: 50%;
	margin: -250px auto auto -450px;
	color: #461500;
	border: solid #461500 1px;
	line-height: 15px;
	letter-spacing: -1px;
}
form input, textarea {
	border: solid 1px black;
	display: block;
	padding: 0;
}
#bottom {
	position: absolute;
	bottom: 0px;
	height: 70px;
	width: 900px;
	background-color: #461500;
	line-height: 100%;
}
#toggle_hidden {
	text-decoration: underline;
	cursor: default;
}
#toggle_hidden:hover {
	font-weight: bold;
}

.together {
	white-space: nowrap;
}

a  {
	color: #461500;
	text-decoration: none;
}
a:hover {
	color: #e64340;
}


#right {
	position: absolute;
	height: 430px;
	right: 0px;
	top: 0px;
}

#title {
	position: absolute;
	bottom: -3px;
	padding-left: 20px;
	color: #e64340;
	white-space: nowrap;
}
#title a {
	margin-left: 5px;
}

a  img  {
	border: 0px none #000000;
}


#subnav {
	position: absolute;
	top: 8px;
	left: 100px;
	visibility: hidden;
}
#bottom table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	height: 100%;
}


#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom td {
	padding-left: 20px;
	padding-right: 20px;
}
#subpanel {
	text-align: right;
}


#subnav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background-color: #461500;
}
#content table {
	ztable-layout:fixed;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 270px;
	
	zborder:1px solid black;
}
#subpanel img {
	height: 50px;
	width: 50px;
}


#subnav li {
	margin: 0px;
	padding: 0px 10px;
}
#content {
	position: absolute;
	top: 120px;
	height: 310px;
}
#hidden_box {
	position: absolute;
	left: 100px;
	top: 100px;
	background-color: #FFFFFF;
	width: 630px;
	height: 300px;
	border: 1px solid #000;
	padding: 10px;
	overflow: auto;
	visibility: hidden;
}

#subnav  a:hover, #subnav .current {
	color: #EA5D21;
}



#nav ul {
	list-style-type: none;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#content td {
	padding: 0px 20px 20px 20px;
	vertical-align: top;
	height:270px;
	zoverflow: auto;
}
#nav  a:hover, #nav .current {
	color: #e64340;
}



#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: solid #000000 1px;
	height: 70px;
}
#content td div {
	height: 270px;
	width: 100%;
	zoverflow: auto;
}



body {
	overflow: hidden;
}
#nav li {
	padding: 0px;
	margin: 0px;
}

