h3 {
	color: #555;
	font: bold 1em/1.2em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	}

h2 {
		color: #333;
		font: bold 1.1em/1.6em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	}

#main {
	width: 980px;
	float: left;
	background-color: #fff;
	background-image: url(../images/main_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	/* position: relative; */
	}


/* Navigation styles for home page */

#home_main {
	width: 980px;
	background-color: #fff;
	background-image: url(../images/homenavbg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	/* position: relative; */
	}
	
#photo {
	width: 400px;
	float: left;
	padding-bottom: 40px;
	}

#photo h2 {
	margin-bottom: 0em;
	}

#photo div {
	width: 220px;
	margin-left: 160px;
	}

#photo p {
	line-height: 1.8em;
	}

#text {
	padding-top: 10px;
	padding-bottom: 40px;
	width: 520px;
	float: left;
	padding-left: 52px;
	}
	
#regform {
	margin-left: -21px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px;
	width: 440px;
	margin-top: 20px;
	background-color: #DBE5C8;
	border: 1px dashed #ccc;
}

#regform p {
	text-align: right;
	}