/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


#banner h1 {
	position: absolute;
	top: 510px;
	right: 20px;
	font-family: "Monotype Corsiva", serif;
	font-size: 40px;
	color: #424657;
	background-image: url(images/underline.gif);
	background-repeat: no-repeat;
	
 }

#main {
	background-image: url(images/madeline.jpg);
	background-repeat: no-repeat;
	height: 1400px;
	padding-top: 40px;
	}

#profile img {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
		}


#profile2 img {
	float: right;
	margin-right: -40px;
	padding: 20px;
	}




	
.figure {
		position: relative;
		float: left;
		width: 200px;
		margin: 0 auto;
		padding-top: 10px;
		margin-left: 5px;
				}
.figure  p {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 11px;
	color: #435883;
	text-align: center;
	background-color: #F4F5F9;
	border: 1px dashed #B1C2D6;
	padding: 5px;
	}
	
.figure a: {
	text-decoration: none;
	}	

.figure a:hover {
	text-decoration: none;
	font-weight: bold;
		}
		

