*{ margin:0; padding:0;}

:focus{outline:0}
ol, ul{list-style:none}

#page{
    width:445px;
    margin:0 auto;
	float:left;
}
	#slider{
	width:440px;
	margin:0 auto;
	position:relative;
		
	}

	#page .navigation{
		padding:0 0 0 7px;
		height:30px;
		
	}
	
	#page .navigation li{
		height:30px;
		width:107px;
		float:left;
		padding:0 2px 0 0;
		background:url(../images/tabdesign.jpg) 0 top no-repeat;
	
	}
	
	#page .navigation a{
		display:block;
		height:30px;
		line-height:50px;
		float:left;
		font-size:13px;
		color:#5a79b9;
		font-weight:bold;
		line-height:30px;
		width:107px;
		text-align:center;
		text-decoration:none;
		display:block;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#fff;
			background:url(../images/tabdesign.jpg) right top no-repeat;
		}
		#page .navigation a.selected{
			color: #fff;
		}
	#page .navigation a span{
		display:block;
		height:50px;
		float:left;
		width:107px;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{
			background:url(../images/tabdesign-over.jpg) left top no-repeat;
		}
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		
		width:460px;
		margin:0 auto;
		overflow:auto;
		position:relative;
		clear:left;
	}
	
		#page .scrollContainer .panel{
			padding:30px 10px;
			width:440px;
			overflow:hidden;
			
		}		
			#page .panel p{
				padding:0 0 1em 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.5em;
				color:#3e414c;
			}
			#page .panel h3{
				font-size:28px;
				padding:0 0 .5em 0;
				letter-spacing:-2px;
				color:#000;
				font-weight:bold;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#3e414c;
			}
			#page .panel strong{
				color:#33333e;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#19234c;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin:1em 2em 2em 2em;
				padding:10px 15px;
				background:#e6efff;
			}
