/* @override 
	http://almwld.timpecoraro.com/style.css
	http://worldleprosydayusa.org/style.css
*/

html, body, #container {
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    }

html>body #container {
    height: auto;
    } 

body {
	background: url(images/bg.jpg) repeat-y center;
	background-color: #baa174;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 14px;
	}
	
#container {
	width: 818px;
	position: relative;
	}

#wrapper {
	background: url(images/headback.jpg) no-repeat;
	position: relative;
	float: left;/*lf*/
	width: 818px;
	min-height: 710px;
	height: auto;/*lf*/
    padding-bottom: 10px;
	}

#nav {
	width:478px;
	padding: 0 0 0 0;
	margin: 280px 0 0 68px;
}

#content {
	padding: 10px 10px 0 10px;
	width: 458px;
	margin: 15px 0 0 68px;
	text-align: left;
	}
#content2 {
	padding: 0px 20px 0 80px;
	width: 818px;
	margin: 15px 0 0 0;
	text-align: left;
	}
#footer {
	position: absolute; /*lf*/
	background: url(images/footer.png) no-repeat;
	height: 10px;
	float: left;
	width: 818px;
	bottom: 0;/*lf*/
	}

.spacer {
	clear: both; /*lf*/
}


/* GENERAL TAGS */

.box {
	float: left;
	width: 210px;
	margin: 10px 5px;
}

img {
	border: 0px;
	}

a {
	color: #fff;
	}

a:hover, a:active {

	}

p {
	margin: 0 0 10px 0;
	line-height: 1.25em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 94px;
	margin: 0 0 2px 7px;
	display: inherit;
	
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* MAIN TAGS */

h1 {
	text-align:center;
	height: 27px;
	margin: 10px;
	font-size: 20px;
	background: url(images/headline.gif) no-repeat bottom center;
	text-transform: uppercase;
}


/* NAV TAGS */

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
	width: 478px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #fff;
	float: left;
	text-decoration: none;
	height: 20px;
	margin: 0 20px 0 20px;
}

/* #nav li a:hover,
#nav li a:active {
	background: url(images/navline.gif) bottom center no-repeat;
} */

/* FORM TAGS */
 
form p {
	margin: 0;
	}
	
label {
	position: relative;
	float: left;
	width: 120px;
	text-align: right;
	padding: 8px 5px 8px 0;
	clear: left;
}

input, button {
	border: 1px solid #777;
	background-color: white;
	margin: 5px 0;
	padding: 3px;
	color: #7e7e7e;
}

textarea {
	border: 1px solid #777;
}

/* #container {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0; 
	margin-left: -409px;
} */