body {
	font-size: 15px;
	font-family: "Arial";
	background-color: #FFFF00;
	color: #FFE500;
	text-align: center;
}

a:link {
	color: #FFE500;
}

a:visited {
	color: #FFB200;
}

div.links h2 {
	margin-bottom: 0px;
	margin-top: 2px;
}

div.links ul {
	padding: 0;
}

div.links li {
	list-style: none;
}

div.page_all li {
	list-style: none;
}

div.page_all {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

div.header {
	width: 100%;
	height: 100px;
	background: #0174DF;
}

div.links {
	margin-top: 8px;
	float: left;
	width: 18.9%;
	background: #0174DF;
	
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	/* text-align: center; */
}

div.page_content {
	margin-top: 8px;
	margin-left: 5px; 
	float:left;
	width: 79.8%;
	background: #0174DF;
	
	margin-bottom: -5000px;
	padding-bottom: 5000px; 

	padding-left: 8px;
}
		








