
body,td,th {
	color: #a51b08;
}
p {
	margin:0;
	padding:0;
}
html, body  {
	background-color:#000;
	margin:0;
	padding:0;
}
a:link {
	color: #a51b08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	
	color: #a51b08;
}
a:active {
	text-decoration: none;
}
.body_bg {
	background-image: url(images/bg.jpg);
	width: 1026px;
	margin-right: auto;
	margin-left:auto;
	margin-top:0;
	background-repeat: repeat-y;
}
.menu_bg {
	background-image: url(images/menu_bg.png);
	height: 128px;
	background-repeat: no-repeat;
	padding-top:30px;
	
}
.navigation {
	text-align: center;
	margin-top: 60px;
	
}
.content_top {
	background-image: url(images/content_bg_top.png);
	width: 957px;
	height: 15px;
	margin: auto;
}
.content {
	background-image: url(images/content_bg_mid.png);
	width: 897px;
	margin: auto;
	padding: 30px;
	text-align:justify;
}
.content_bottom {
	background-image: url(images/content_bg_bottom.png);
	width: 957px;
	margin: auto;
	height: 26px;
}
a:active
{
  outline: none;
}
