<!--

*, html, body {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

html {
height: 100%;
}

body {
color: #000;
font-family: Verdana, Arial,'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande';
font-size: 14px;
height: 100%;
line-height:20px;
background: url(images/bg.gif);
margin-top:20px;
width:890px;
margin:20px auto;
position:relative;
}

#wrapper {
	
	width:890px;
	height:580px;
	z-index:1;
}
#header {
	
	width:890px;
	height:161px;
	background: url(images/header.jpg) no-repeat;
	z-index:2;
}

#nav {
	
	width:890px;
	height:29px;

}

#main {
	
	width:890px;
	background: url(images/main-bg.jpg) no-repeat top left;
	background-color:#bab2c6;
	height:auto;
}
#content {
	position:relative;
	left:20px;
	top:20px;
	width:563px;
	height:auto;
	min-height:340px;
	padding-bottom:30px;
}

#footer {
	width:890px;
	height:20px;
	background: url(images/footer.gif) no-repeat top left;
	margin-bottom:15px;
	color:#fff;
	font-size:.8em;
	padding: 0px 10px 3px 10px;;
}

p {margin:15px 0px 15px 0px;}

h1 {margin:0px 0px 20px 0px; font-size:1.3em; font-weight:bold; color:#3a0585;}

.margin10right{margin-right:10px;}
.photomargin {margin:15px; border:1px solid black;}
.leadfont {font-size:1.4em;}

#footer a {
	color: #ffffff;
	text-decoration:underline;
	}



#footer a:hover{
		color: #faefbc;
		text-decoration:underline;
	}
	

