@charset "UTF-8";
/* CSS Document */

body, html  {
	margin: 0;
	padding: 0;
	color: #6e8cc2;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	letter-spacing: 0.7px;
}
.sanpan #container {
	width: 1050px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none;
} 
.sanpan #header {
	background-color: #000;
}
.sanpan #sidebar1 {
	float: left;
	width: 200px;
	background: #000;
	border: 0 none;
}
.sanpan #sidebar1 p {
	padding: 0;
}
.sanpan #sidebar2 {
	float: right;
	width: 100px;
	background: #000;
	text-align: center;
	padding: 200px 0 0 0;
}
.sanpan #mainContent {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #000;
	text-align: center;
}
.sanpan #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000;
	text-align: right;
} 
.sanpan #footer p {
	margin: 0;
	padding: 10px 100px 0 0;
}
.sanpan #footer p.copyright {
	font-size: 7pt;
	color: #404040;
	font-weight: lighter;
	text-align: right;
	letter-spacing: 1.5px;
	padding: 10px 100px 0 0;
}
.sanpan #footer a:link, .sanpan#footer a:visited, .sanpan#footer a:active {
	text-decoration: none;
	color: #6e8cc2;
}
.sanpan #footer a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
img.logo {
	margin: 0;
	padding: 20px 0 10px 200px;
	border: 0;
}
img.arrow {
	margin: 0;
	padding: 0 25px 0 0;
	border: 0;
}
table {
	background-color: #000000;
	width: 950px;
	margin: 0;
	padding: 0;
	border: none;
}
tr #logo {
	margin: 0;
	padding: 0;
	width: 700px;
	text-align: left;	
}
tr #link {
	margin: 0;
	padding: 0 0 17px 0;
	text-align: right;
	vertical-align: bottom;
}
tr #link a {
	text-decoration: none;
	color: #777;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: .7px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #6e8cc2;
	letter-spacing: 0.7px;
	font-weight: normal;
}
ul.nav li {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.6;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.7px;
	font-weight: normal;
}
ul.nav a {
	text-decoration: none;
	color: #6e8cc2;
}
ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active {
	text-decoration: none;
	color: #404040;
	/* sanpanpurple: #6e8cc2, 35% gray: #b1b3b6, mix: # a3b2ce, more purple: #899fc8, more more purple: #90a0bc, more gray: #99a9c5. more more gray: #8f9fbc */
}
ul.nav li a:hover {
	text-decoration: none;
	color: #99a9c5;
}
ul.nav li a.select{
	text-decoration: none;
	color: #99a9c5;
}
