@charset "UTF-8";
#container {
	background: url(../images/images/BG_paper.jpg) no-repeat;
	margin: 0px auto;
	width: 960px;
	height: 600px;
	top: 0px;
	position: relative;
}
#header {
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	color: #000;
	float: left;
	height: 20px;
	width: 640px;
	padding: 0px 0px 0px 320px;
	font-weight: 400;
	letter-spacing: 0.1em;
	top: 0px;
}
#container #header .orange {
	color: #900;
}
#container #header .link a {
	color: #000;
}
#navBar {
	float: left;
	width: 200px;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	padding: 40px 0px 0px 40px;
	color: #963;
	letter-spacing: .1em;
	line-height: 2em;
	height: 490px;
}
#content {
	float: left;
	width: 640px;
	height: 520px;
	padding: 10px 0px 0px 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2E2BF;
	letter-spacing: .2em;
	font-size: 20px;
	font-style: normal;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #933;
	clear: both;
	height: 30px;
	width: 160px;
	padding-left: 800px;
	padding-top: 20px;
}
