@charset "utf-8";
/* CSS Document */

body{
	font: Helvetica, Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fce7b7;
	}
img{
	border: none;
	}
h1{
	font-family: 'Droid Serif';
	font-size: 16px;
	font-weight: normal;
	color: #d85016;
	line-height: 2px;
	}
span{
	font-weight: bold;
	color: #d85016;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #eb690b;
	}
a:hover {
	color: #904007;
	}
a.links {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	}
a.links:hover {
	color: #904007;
	}
.container{
	position: absolute;
	width: 100%;
	}
.box{
	position: relative;
	padding: 30px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	}
.header{
	position: fixed;
	width: 100%;
	height: 181px;
	background-image: url(pix/header_bg.gif);
	}
.subnav{
	color: #904007;
	position: fixed;
	margin-top: 158px;
	margin-left: 30px;
	}
.nav{
	position: fixed;
	margin-top: 22px;
	right: 60px;
	}
.content{
	position: absolute;
	margin-left: 320px;
	}
.line{
	position: relative;
	left: 50%;
	margin-left: -444px;
	width: 888px;
	height: 1px;
	background-color: #FFF;
	}