body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, serif;
	font-size: 80%;
	margin: 0;
	text-align: center;
}
a {
	color: #39c;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
.break {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: auto;
}
#header {
	background: transparent url(graphics/tf.gif) no-repeat 0 0;	
	height: 160px;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 960px;
}
#header img {
	display: block;
	margin: 0 0 0 0;
}
#wrapper {
	background: transparent url(graphics/wrapper.gif) repeat-y 0 0;
	border-bottom: 20px solid #fff;
	margin: 0 auto 0 auto;
	width: 960px;
}
#left {
	background: #ccc;
	float: left;
	overflow: hidden;
	text-align: left;
	width: 200px;
}
#left ul {
	background: #ccc;
	border-top: 1px solid #fff;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#left li {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#left li a {
	background: transparent url(graphics/leftlia.gif) no-repeat 5px 0;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 40px;
	text-decoration: none;
	width: 150px;
}
#left li a:hover {
	background: transparent url(graphics/leftliahover.gif) no-repeat 5px 50%;
}
#left li ul {
	border-top: 0;
	margin: 0;
	padding: 0;
}
#left li ul li a {
	background: transparent url(graphics/leftliullia.gif) no-repeat 5px 0;
	font-weight: normal;
	padding: 1px 0 1px 40px;
}
#left li ul li a:hover {
	background: transparent url(graphics/leftliullia.gif) no-repeat 5px 0;
	text-decoration: underline;
}
#left li ul li ul li a {
	background: transparent url(graphics/leftliulliullia.gif) no-repeat 5px 0;
	color: #666;
}
#left li ul li ul li a:hover {
	background: transparent url(graphics/leftliulliullia.gif) no-repeat 5px 0;
}
#left h1 {
	border-top: 1px solid #fff;
	color: #666;
	font-size: .89em;
	margin: 10px 0 8px 0;
	padding: 8px 10px 0 10px;
}
#left p {
	color: #666;
	font-size: .75em;
	margin: 5px 10px 0 10px;
}
#left p a {
	color: #666;
}
#page {
	float: right;
	margin: -10px 0 0 0;
	text-align: left;
	width: 740px;
}
#footer {
	background: transparent url(graphics/footer.gif) no-repeat 0 100%;
	color: #999;
	font-size: .89em;
	padding: 0 10px 10px 240px;
	text-align: right;
}