body {

	color: #404559;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 0px 5px 5px;

}

h1 {

	color: #7a6789;
	font-size: 18px;

}

hr {

	color:#dcdcdc;
	background-color:#bfcad0;
	height: 1px;
	border-width:0px;

}

a {

	color: #404559;
	text-decoration: none;
	border-bottom: 1px dotted #404559;

}

a:hover {

	color: #623b49;
	text-decoration: none;
	border-bottom: none;

}

a.art_title {

	color: #404559;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;

}

a.art_title:hover {

	color: #623b49;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;

}

div.head {

	width: 435px;
	height: 195px;
	background: url(head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 200px;
	position: absolute;

}

table.main_table {

	width: 100%;
	margin-bottom: 20px;

}

td.menu {

	width: 200px;
	background: url(menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 205px 10px 0px 10px;


}

td.content {

	padding: 205px 10px 0px 5px;

}

img.img {

	float: left;
	margin: 3px;

}

div.footer {

	margin-top: 1px;
	height: 50px;
	background: #fafbfc;

}

div.footer_body {

	padding-top: 5px;
	padding-left: 25px;

}