/* CSS RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	font:12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	background:#fff;
	color:#633;
	background: url(images/bg.png) bottom repeat-x #FFFFFF;
	}

/* CSS RESET */
	
a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
#wrap {
	width:1000px;
	margin:0 auto;
}
#bg {
	height:auto;
}
.clearfix{ clear:both;}

/* header */
#header {
	position:relative;
	height:146px;
	padding-top: 10px;
}
#logo {
	height: 146px;
	width: 234px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/logo.jpg) no-repeat top;

}
#nav {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 20px;
	padding-top: 20px;
	list-style: none;
	padding-bottom: 0px;
}
#nav li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	padding: 0 10px;
}
#people{
	height:20px;
	width:auto
}
#web {
	height:20px;
	width:auto
}
#print{
	height:20px;
	width:auto;
}

/* content */
#content {
	width:1000px;
	height: auto;
	padding-top: 20px;
}
/* footer */
#footer {
	height:300px;
	position:relative
}

#footer_inner {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	padding-top: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	}
#welcome {
	padding-top: 100px;
	padding-bottom: 157px;
	}
