#pane4 {
	height: 250px;
	width: 320px;
}
.left .jScrollPaneTrack {
	left: 0;
	right: auto;
	background: url(../images/scroll/osx_track.gif) repeat-y;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}
.left .jScrollPaneDrag {
	background: url(../images/scroll/osx_drag_middle.gif) repeat-y;
}
.left .jScrollPaneDragTop {
	background: url(../images/scroll/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.left .jScrollPaneDragBottom {
	background: url(../images/scroll/osx_drag_bottom.gif) no-repeat;
	height: 7px;
	right: auto;
}
#container {
	width: 804px;
	height: 600px;
	margin: auto;
}
#content {
	position: relative;
	top: 200px;
	left: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #737373;
}
.header {
	font-size: 16px;
}
a:link {
	color: #737373;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #737373;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #737373;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #737373;
	font-weight:bold;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

table td {
	border: 1px solid #CCC;
}
#image_span {
	background: URL(../images/menu_sprites.gif);
}
