@charset "UTF-8";
/* CSS Document */

	ul, li, #navigation, #content_nav,.section{
			padding:0;
			margin:0;
			list-style:none;
		}
		#content_nav{
			overflow:hidden;
			width:505px;
			background-color:white;
			position:relative;
			height:236px;
			margin-top:10px;
			float:left;
		}
			
		#navigation{
			float:left;
			width:110px;
			height:236px;
		}
			#navigation .sup{
				font-size:12px;
			}
				#navigation ul{
					
					list-style:circle;
				}				
				#navigation .sup li{
					
					font-size:10px;
				}
				#navigation a.scrolling{
					color:#933;
				}
		.section{
			width:1900px;
			position:relative;
		}
		
			.section .sub{
				position:relative;
				float:left;
				
				width:505px;
				height:230px;
			}
				.section .sub p{
					width:550px;
					font-size:85%;
					line-height:1.4em;
				}
				.section .next, .section .prev{
					font-size:14px;
					color:#999999;
	
					
				}
				.section .next{
					right:30px;
				}
				.section .prev{
					left:30px;
				}
	
		
		.box-nav{border:solid 1px #666666; padding:3px 3px 6px 3px; height:15px;}
		.right_box_nav{float:right; width:229px; height:190px; margin-left:14px; margin-right:3px;}
		.left_box_nav{float:left; width:229px; height:190px; margin-left:3px;}
		.center_nav{background-color:#999999; width:345px; height:10px; float:left; margin-left:40px; margin-top:4px;}
		.learn_more{margin-top:5px; text-transform:capitalize; font-size:12px;}
		.content_box_nav{width:505px; height:200px;}
		.next_nav{float:left; margin-top:4px;}