@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #212121;
	background-image: url(bodybg.png);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
#header {
	width:920px;
	height:147px;
	margin:0px auto;
	background-image: url(headerimg.png);
	background-repeat: no-repeat;
}
#navigation {
	width:920px;
	margin:0px auto;
	height:30px;
	font-size:16px;
	font-weight:bold;
}
#content {
	width:920px;
	height:400px;
	margin:0px auto;
}
p {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
li {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
a:link {
	text-decoration: underline;
	outline:none;
	color:gray;
}
a:visited {
	text-decoration: underline;
	outline:none;
	color:gray;
}
a:hover {
	text-decoration: underline;
	outline:none;
	color:#666666;
}
a:active {
	text-decoration: underline;
	outline:none;
	color:#000000;
}
.style1 {color: #fd8c00}
