html {
	text-align: left;
}

body {
	background-image: url('images/watermerkq.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

ul, li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#topbar {
	height: 52px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

#content {
	width: 100%;
}

#content_left {
	float: left;
	width: 252px;
}

#content_right {
}

#content_left_top, #content_left_bottom {
	height: 24px;
	background-color: #c0d933;
}

#menu_left {
	height: 464px;
	background-image: url('images/bg_left.jpg');
	position: relative;
	font-weight: bold;
}

#content_right_top, #content_right_bottom {
	height: 24px;
	background-color: #000099;
}

#content_right_main {
	height: 464px;
	margin-left: 5px;
	overflow : auto;
}
/*dl, dt, dd, ul, li {
	list-style-type: none;
}*/
dl#menu {
	width: 252px;
}
dl#menu dt {
	text-align: left;
	font-weight: bold;
}
dl#menu dd {
	margin: 0;
}
dl#menu li {
	text-align: left;
	list-style-type: none;
}
dl#menu li a, dl#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background: #c0d933;
}

#menu_left_bottom {
	position: absolute;
	bottom: 10px;
}

#menu_left_top {
	position: absolute;
	top: 10px;
}

ul.submenu {
	padding-left: 0px;
	margin-left: 0px;
}