#container_900 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#layout_header {
	float: left;
	height: 20px;
	width: 900px;
	background-image: url(/images/header_back.jpg);
	color: #999999;
	text-align: right;
	padding-top: 50px;
	display: none;
}

#layout_header a {
	color: #999999;
	text-decoration: none;
}

#layout_body {
	float: left;
	width: 640px;
	background-image: url(/images/back_print.jpg);
	background-repeat: repeat-y;
}

#layout_body #menu {
	float: left;
	width: 260px;
	padding-top: 10px;
	display: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#layout_body #content {
	float: left;
	width: 620px;
	padding: 10px;
}

.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	padding-left: 5px;
}

#menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #0672B3;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#layout_footer {
	float: left;
	height: 20px;
	width: 640px;
	padding-top: 10px;
	color: #999999;
}

#layout_footer a {
	color: #999999;
	text-decoration: none;
}

#menu li a:hover {
	color: #6DB140;
}

#print_header {
	height: 70px;
	width: 620px;
	display: inline;
}
