		#navigation,#content{			border:1px solid black;			margin:0;			font-size:90%;		}		#content{			overflow:hidden;			overflow-x:hidden;			width:630px;			padding:0;			height:400px;			background-color:#EFEFEF;			position:relative;		}		#navigation{			border-right:0px !important;			border-right:1px;			float:left;			width:62px;			padding:30px;			height:340px;			background-color:#CACF9B;		}			#navigation ul{				list-style:none;				width:100%;				padding:0;				margin:0;			}				#navigation ul li{					margin:30px 0 30px 0;				}					#navigation ul li a{						color:#000000;						font-weight:bolder;						text-decoration:none;					}					#navigation ul li a.scrolling{						color:#FF0000;					}		.section{			height:408px;			width:1854px;			border-bottom:1px solid black;			position:relative;		}			.section ul{				padding:0;				margin:0;				list-style:none;			}				.section li{					float:left;					width:567px;					height:352px;					padding:10px 0px 20px 35px !important;					padding:30px 0px 40px 35px;				}					.section h2{						padding-top:0;						padding-bottom:10px;					}					.section li p{						width:550px;					}					.section a{						text-decoration:none;						color:red;						font-weight:900;						font-size:18px;					}					.section .next{						float:right;					}					.section .prev{						float:left;					}
