body {
	background-image: URL(images/bg.gif);
	background-repeat: repeat-x
}

a:link, a:active, a:visited {
	color: #4A265A; 
	text-decoration: underline
}

a:hover {
	color: #4A265A; 
	text-decoration: none
}

menu {
	margin: 50px 0 0 0;
}

menu td {
	/*background: url('../images/menu.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;*/
}

#td_menudiv {
	background: url('/images/menu.gif'); 
	background-repeat: no-repeat; 
	height: 30px; 
	width: 170px;
}

#menudiv {
	margin-bottom: 7px;
}

#right_area {
	width: 80%;
	float: right;
	margin: 20px;
	text-align: center;
}

#right_area img {
	border: 1px solid;
}

#copyrights {
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 70px 0 0 0;
}

#copyrights a  {
	text-decoration: none;
	color: #000;
}

.menu a, .menu a:visited {
	margin: 0 0 0 35px; 
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #1E517D;
	text-decoration: none;
}

.bottom_line {
	background: url('/images/bottom_bg.gif'); 
	background-position: bottom; 
	background-repeat: repeat-x; 
	height:38px;
}

.bottom_line_right {
	background: url('/images/bottom_bg_right.gif'); 
	background-position: bottom; 
	background-repeat: repeat-x; 
	height:38px;
}

.parts_div a {
	color: #000;
}

.parts_div ul {
	margin: 0 0 0 0;
}

.parts_div li {
	display: inline;
	font-size: 13px;
	font-style: italic;
}

