body{
			padding: 0 5px;
			font-family: Verdana, sans-serif;
			background-color: #DDD;
		}
		ul, li, h3, h2, h1, p, #navigation, #content, .section{
			padding:0;
			margin:0;
			list-style:none;
		}
		#content{
			overflow:hidden;
			width:630px;
			background-color:white;
			position:relative;
			float:left;
			height:400px;
		}
			#content h2{
				color:#993333;
				margin:20px 0pt;
			}
			#content img{
				left:191px;
				position:absolute;
				top:101px;
				z-index:5;
			}
			
			#content .loading{
				font-size:1.2em;
				margin:190px 0pt 0pt 265px;
				color:#933;
			}
		#navigation{
			border-right:0px !important;
			border-right:1px;
			float:left;
			width:110px;
			background-color:#5B739C;
			height:400px;
		}
			#navigation li{
				margin:48px 0pt 48px 20px;
			}
				#navigation a{
					color:white;
					font-weight:bolder;
					text-decoration:none;
					font-size: 85%;
				}
				#content a{
					color:#777;
					font-weight:bolder;
					text-decoration:none;
				}
				#navigation a.scrolling{
					color:#FF0000;
				}
		.section{
			margin:-1px 0 0 -1px;
			width:1900px;
			border-bottom:1px solid black;
			position:relative;
			z-index:1;
		}
		
			.section .sub{
				position:relative;
				float:left;
				padding:9px 21px 42px 45px;
				width:567px;
				height:352px;
			}
				.section .sub p{
					width:550px;
					margin:16px 0;
					font-size:85%;
					line-height:1.4em;
				}
				.section .next, .section .prev{
					font-size:18px;
					position:absolute;
					bottom:15px;
					letter-spacing:-2px;
				}
				.section .next{
					right:30px;
				}
				.section .prev{
					left:30px;
				}
		
		.sub-sections{
			position:absolute;
			right:20px;
			top:5px;	
			z-index:2;
		}
			.sub-sections li{
				margin:0 10px;
				padding:0;
				float:left;
			}
			.sub-sections a{
				font-size:85%;
			}
		
		#links, h2.title{
			position:absolute;
			right:5px;
		}
		
		#links{
			border:1px solid #777;
			width:210px;
			top:78px;
			padding:10px;
		}
			#links h3{
				color:#777;
			}
			#links ul{
				padding: 8px 0 3px 20px;
			}
			#links li{
				list-style-type:circle;
			}
			#links a{
				color:#69C;
			}
		h1{
			margin:20px 0;
			color:#5B739C;
		}
			h1 strong{
				font-size:13px;
				color:#777;
			}
		h2.title{
			top:28px;
			color:#933;
		}