/* CSS Document */

body{
	margin:0px auto;
	font:14px Georgia, "Times New Roman", Times, serif;
}
#header-wrapper{
	background:url(bnr_bkground.jpg) repeat-x;
	position:relative;
}
	#header-wrapper #home-btn{
		width:0px;
		height:66px;
		position:absolute;
		left:841px;
		top:0px;
	}
		#home-btn img{
			border:none;
		}
#outer-wrapper{
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}
table {
	margin:20px 0px 0px 0px;
	vertical-align:top;
}
	table a{
		color:#884005;
		text-decoration:none;
	}
		table a:hover{
			text-decoration:underline;
		}
	table th{
		/*background:#F4F4EC;*/
		background:#EDEBD9;
		text-align:left;
		padding:5px 0px 5px 15px;
		font:18px Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		color:#A93305;
	}	
		th.break{
			border-right:10px solid #990000;
		}
		.sold{
			/*font-weight:bold;*/
			color:#907500;
		}
		.red{
			color:#A93305;
			/*font-weight:bold;	*/
		}
		th.date{
			color:#C23232;
		}
		table td{
			padding:2px 3px 2px 15px;
			background:#FBFAF8;
		}
		table td img{
			float:left;
			border:5px solid #E8E4D8;
			margin-right:5px;
		}
		table h3{
			font:16px Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			color:#A93305;
			margin:0px 0px 5px 0px;
		}
		ul{
			margin:10px 0px 5px 0px;
			padding:0px 10px 0px 10px;
			
			
		}
		ul li{
			list-style:none;
			line-height:1.7em;
			padding-left:25px;
			margin:0px 0px 2px 0px;
		}
			ul li.pdf{
				background:#EDEBD9 url(page_white_acrobat.png) no-repeat 3px 4px;
			}
			ul li.ppt{
				background:#E3E2D8 url(page_white_powerpoint.png) no-repeat 3px 4px;
			}
			ul li.video{
				background:#F0EFEA url(control_play_blue.png) no-repeat 3px 4px;
			}
	#footer-wrapper{
		padding:20px 0px 20px 20px;
		background:#E3E2D8;
	}
	#footer-wrapper a{
		color:#333333;
		text-decoration:none;
	}	
		#footer-wrapper a:hover{
			text-decoration:underline;
		}