body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2{
	font-size: 15px;
	color: #FFF;
	margin: 10px 0px 20px 50px;
	padding: 0px;
}
p{
  margin: 0 10px 20px 10px;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}


#paper{
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main_nav{
	padding-left: 100px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #990100;
}
#sub_nav{
	height: 60px;
}
#content_detail{
	background-image: url(../images/bg_detail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#detail_info{
	padding: 28px;
}
#logo_img{
	height: 75px;
}
.title {
	color: #990100;
	font-weight: bold;
}
.link{
	width: 100px;
	float: left;
}
.link a{
	font-size: 20px;
	text-decoration: none;
	font-weight: lighter;
	color: #990100;
	background-color: #0B0B0D;
	padding-right: 40px;
	padding-left: 40px;
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.link a:hover{
	background-color: #1C1C20;
}
.link1{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
