/*
Title: NNDFN website base-css
Updated: December 15 2008
*/

/* Body
----------------------------------------------- */

	html {
		height: 100%;
		margin: 0;
		font-size: 100.01%;
		}
		
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: #c7bda1 url("http://nndfn.com/images/layout/bg-content-b.gif") 50% 0 repeat-y;
		color: #555;
		font: 62.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		}
		
/* Forms
----------------------------------------------- */
		
	textarea, input, select, option, optgroup, button {
		font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		}
		
/* Headings
----------------------------------------------- */

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 12px;
		color: #000;
		font: bold 2.4em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		}
		
	h1 {
		font-size: 2.2em;
		}
		
	h2 {
		font-size: 1.8em;
		}
		
	h3 {
		font-size: 1.4em;
		}
		
	h4 {
		font-size: 1.2em;
		}
		
	h5 {
		font-size: 1.2em;
		}
		
	h6 {
		font-size: 1.0em;
		}

/* Links
----------------------------------------------- */

	a {
		color: #580e0c;
		text-decoration: underline;
		}
	
	a:hover, a:focus, a:active {
		color: #000;
		text-decoration: none;
		}
		
/* Containers
----------------------------------------------- */

	.wrapper {
		width: 100%;
		overflow: hidden;
		}
		
	.center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
		
	.offset {
		position: absolute;
		left: -10001px;
		overflow: hidden;
		height: 0;
		margin: 0;
		line-height: 0;
		}

	legend.offset {
		display: none;
		}