/* CSS by Jonathan B. Morgan, 2007 */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
/*	min-width:780px;*/
	background: #FFFFFF url(none) repeat-y 50% 0;
}
	
	
div#wrap {
	width:100%;
}

div#header {
	margin:0px auto 10px;
	padding: 0;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #000000;
}

div#header h1 {
	position: absolute; /* for the benefit of IE5 Mac */
	left: 0px;
	top: 5px;
	overflow: hidden;
	font: bold 165% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

div#header h1 span.ftc {
	padding-top: 15px;
	display: block;
}

div#header h1 span.tag {
	font: bold 82% Georgia, "Times New Roman", Times, serif;
}
div#header h1 img{
	float: left;
	vertical-align: middle;
}

div#skip { 
	display: none;
  } 
  
div#search {
	display: none;
} 
 
div#headLinks {
	display: none;
}
 
div#tabs {
	display: none;
}


div#container {
	margin: 0px;
	padding: 0px;
}

div#container .column {
	float: none; 
	position: relative
}

div#center {
	width:100%;
	padding: 0px;      

}

div#intro {
	width:100%;
	margin: 0px 10px;
	}
	

div#footer {
	display: none;
}

div#footer-wrapper {
	display: none;
}
	
