			*{
				padding:5px;
				margin:5px;
				font-size: 14px;
				line-height:160%;
			}
			a, a:hover{
				text-decoration:none;
				color:blue;
			}
			body{
				text-align:center;
				font-family:arial;
			}
			
			#holder{
				width:960px;
				border:1px solid #D6D6D6;
				margin:10px auto;
				padding:10px;
				text-align:left;
			}
			#nav{
				border-top:1px solid #D6D6D6;
				border-bottom:1px solid #D6D6D6;
			}
			#nav a{
				border-right:1px solid #D6D6D6;
				font-size: 16px;
				line-height: 16px;
				text-decoration:none;
				padding:10px 15px;
				color:#666;
				display:table-cell;
				
			}
			#nav a:hover{
				color:blue;
			}
			.selected{
				background: #EEEEEE;
				color: #0033CC;
			}
			#content{
				padding:30px;
				width:760px;
			}
			h1{
				font-family: Helvetica, sans-serif;
				font-size: 22px;
				color: #111111;
				padding:10px 0px;
				font-weight: normal;
			}
			p{
				padding:10px 0px;
				font-size: 14px;
			}
			#footer{
				border-top:1px solid #D6D6D6;
				text-align:center;
			}
			#news{
				width:170px;
				float:right;
				padding:5px;
			}
			#news a{
				display:block;
				padding:5px 0px;
			}
			#news h2{
				font-family: Helvetica, sans-serif;
				font-size: 16px;
				color: #111111;
				padding:10px 0px;
				font-weight: normal;
				border-bottom:1px solid #D6D6D6;
				margin:10px 0px;
			}			