@import url(layout.css);
	
	.navbar {
		width: 980px;
		margin: 0;
	}
	.rmenu {margin-right: 160px;}
	
	.bott {border-bottom: none; border-top: 1px solid #bebebe}
	
	.f9 {font-size: 9px;}
	
	#main {
		float: none;
		width: 648px;
		background: url(images/main_back.gif) 0 0 repeat-y;
		margin: 0px auto 14px auto;
		border-right: 1px solid #bebebe;
		border-left: 1px solid #bebebe;
		padding: 0 7px 15px 7px;
		left: 0px;
	}
	#leftFrame {
		width: 157px;
		margin: 0 -157px 0 0;
		left: 0;
		clear: both;
		position: absolute;
		padding: 0;
	}
	#leftFrame a {
		color: #666666;
		font-size: 11px;
	}
	#rightFrame {
		width: 137px;
		height: 376px;
		padding: 0 10px;
		margin: 7px 0 7px -157px;	
		float: right;
		text-align: left;
		color: black;
		overflow: hidden;
	}
		
	h1 {
		line-height: 35px;
		height: 35px;
		margin: 0 auto 20px auto;
		font-size: 18px;
		font-weight: bold;
		color: #CCCCCC;
	}
	h2 {
		line-height: 35px;
		height: 35px;
		width: 400px;
		padding-left: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #ff9933; 
		text-align: left;
		float: left; 
		left: 0;
		margin: 0;
	}
	a.pagination {
		float: left;
		height: 10px;
		width: 10px;
		line-height: 9px;
		font-size: 7px !important;
		background: #cccccc;
		color: White !important; 
		text-align: center;
		margin: 0;
	}
	a.pagination:hover {
		color: White  !important;
		background: #ff9933;
	}
	ul {
		line-height: 15px;
		position: relative;
		color: #ff9933;
		list-style-type: none;
		text-align: left;
		margin: -5px auto 0 25px;
		padding: 0;
	}
	li {
		line-height: 14px;
		min-height: 14px;
		display: block;
		width: 100px;
		margin-bottom: 12px;
		margin-left: 0;
		padding-left: 15px;
		background: url(../styles/images/square.gif) 0 5px no-repeat;
	}
	.none {
		background-image: none;
	}
