/**************************
 * report.css
 **************************/
 
body, html{
	background-color: #000000;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #EEEEEE;
	background-color: #000000;
	background-image:   url("../img/bg.jpg");
	background-repeat: repeat-x;
}
	#main{
		width: 801px;
		height: 100%;
		margin: 0 auto 0 auto;
	}
	h1{
		width: 801px;
		height: 79px;
		border-top: 11px solid #B1830B;
		background-image: url(../img/head.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
		h1 img{
			margin: 17px 0 0 20px;
		}
	#contents{
		color:#AE8249;
		width: 799px;
		margin: 27px auto 0 auto;
		clear: both;
		border: 1px solid;
		border-color: #222222;
		background-color:#FFF;
</*		background-image: url(../img/report/main_bg.jpg);*/
		background-position: left;
		background-repeat: no-repeat;
		
		position:relative;
	}
	
	#repo_No {
		color:#FFF;
/*		font-size:14px;*/
		font-size:12px;
		background:url(../img/report/no_bk.gif) no-repeat top left;
		width:154px;
		height:18px;
		padding:6px 25px;
		
		position:absolute;
		top:-30px;
		right:0px;
	}	
	#repo_No a {
		color:#FFF;
		text-decoration:none;
	}
	#repo_No span{
		font-size:11px;
	}
	
	#repo_name {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	background-color:#6A3A0D;
	height:27px;
	padding:3px 30px 0px;
	
	}
	
	#repo_name #date {
		font-size:14px;
		background:url(../img/report/date_bk.jpg) no-repeat left center;
		padding:5px 25px;
		width:178px;
		height:25px;
	}
	
	#repo_photo {
		background:url(../img/report/photo_bk.jpg) no-repeat;
		width:780px;
		height:246px;
		padding:10px;
	}
	
	#p_box {
		text-align:right;
		width:230px;
		height:200px;
		padding:5px 15px;
		
		float:left;
	}
	
	#p_box img {
		border:1px solid #AE8249;
	}
		
	#repo_commment {
		background:url(../img/report/comment_bk.jpg) no-repeat top;
		line-height:2em;
		width:680px;
		height:170px;
		margin:auto;
		padding:40px;
		margin-bottom:50px;
		
		
	}
	
	#repo_cBox {
		width:680px;
		height:170px;
		overflow:auto;

	}
	
	#title {
		font-size:18px;
		font-weight:bolder;
	}
	
	#nav{
		overflow: hidden;
	}
		#nav li{
			float: left;
		}

	#copyright{
		margin: 6px 0 0 0;
		text-align: right;
	}

	#bannar{
		text-align: right;
		margin: 7px 0 0 0;
	}
	
	span.linkon{
		text-decoration: underline;
	}

