html,body,div,p {
	font-family: "Verdana", "Ariel", arial narrow, arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
}
body {
	background: 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}

#web {
	width: 700px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background-color: #ffffff;
	background-image: url(width.gif);
}
#banner {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background-color: #ffffff;
}
	
#text {
	width: 570px;
	left: 52px;
	position: relative;
	text-align: justify;

	}
	
#show {
	font-size: 8px;
	display: none;

	}

/* Nav */

a:link,a:active {
	color: #006699;
	text-decoration: none;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
a:visited {
	color: #006699;
	text-decoration: none;
	border-bottom-color: #999999;
}	
a:hover {
	color: #0F87FF;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
