html{
	background:  url() repeat;
	height: 100%;
}
body{
	padding-top: 0;
	padding-bottom: 0;
	
	height: 1000px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fefdf9 url() no-repeat left top;

}
p{
	border: none;
}
h3{
	margin-top: 10px;
	border-top: 1px solid #c2c2c2;
	padding-top: 20px;
	color: #292929;
}
h2{
	font-size: 18px;
}

/* @group Amended 960 styles */

.container_16{
	overflow: hidden;
	background-color: #fffaeb;
	border-left: 2px solid #8e897b;
	border-right: 2px solid #8e897b;
}

/* @end */

/* @group Header */
#header{
	height: 150px;
	
	border-bottom: 2px solid #8e897b;
	padding-right: 10px;
	margin-left: 0;
	padding-left: 10px;
}
#header p{
	background-image: url(../img/header2.png);
	margin: 0 auto;
	height: 150px;
	padding-top: 0;
	border-style: none;
}


/* @end */

/* @group Intro */

#intro{
	height: 50px;
	background-color: #979183;
	background-image: url(../img/intro_strip.jpg);
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
}

/* @end */

/* @group Nav */

#nav{
	height: 40px;
	background: #e4dcc5 none repeat-x 0 top;
	margin-left: 0;
	margin-right: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#nav ul{
	list-style-type: none;
		margin:  0 auto;
	padding: 0;
	display: block;
	width: 950px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul li{
		zoom: 1;
	position: relative;
	float: left;
	padding: 0 0 0 1px;
	background: url(../img/sep-nav-a_bl.jpg) no-repeat;
margin:  0 auto;

}

#nav ul li a{
	color: black;
	font: 15px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	float: left; padding: 13px 25px 14px
	
	
}
#nav ul li a:hover{
	text-decoration: underline;

}
/* @end */

/* @group Footer */

#footer{
	height: 100px;
	border-top: 2px solid #8e897b;
	background: #918b7d url(../img/footer.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
}
#footer p{
	border-style: none;
}

/* @end */

#content{
	background-color: white;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
	min-height:800px
}
#content h1,#content h2,#sidebar h1{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	width: 75%;
	margin: 25px auto;
}
#content p{
	border: none;
	padding: 15px;
	font-size: 14px;
}
#content #rotater {
	height: 320px;
	display: block;
	margin-top: 20px;
}
#content #rotater img{
	display: block;
	margin-bottom: 20px;
	
	margin-left: 20px;
}
#content iframe{
	width:540px;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}
#content ul{
	font-size: 14px;
	padding-right: 25px;
	padding-left: 5px;
	
}
#content ul a{
	color: black;
	font-weight: bold;
}
#content table{
	
	width: 520px;
	margin-left: 15px;
	line-height: 15px;
	margin-bottom: 25px;
	font-weight: bold;
	border-spacing: 10pt;
}
#content table tr{
}
#content table td{
	vertical-align: top;
}
#sidebar{

	background-color: #e4dcc5;
	margin: 15px 0 15px 9px;
	min-height: 800px;
	color: black;
}
#sidebar ul{
	font-weight: bold;
	font-size: 14px;
	padding: 15px 15px 15px 0;
}
#sidebar img{
	display: block;
	margin: 30px auto 0;
}
#sidebar img.fix{
	margin-top: -20px;
}