@charset "UTF-8";
/* CSS Document */
* {margin: 0; border: none; padding: 0;}

#wrapper {
	width: 924px;
	position: relative;
	margin: 0 auto;
	padding:0;
}

body {
	background-color:#fffffb;
	position: relative;	
	background-attachment: fixed;
	font-family: "museo-1","museo-2",Tahoma, "Lucida Grande", Verdana, "Sans-serif";
	font-size: 13px;
	line-height: 125%;
	color:#F3796F;
}

#header {
	background: url(images/StephanieDriscoll.png) no-repeat;
	position:fixed;
	width: 924px;
	height:178px;
	margin:0;
	float: left;
}

#content {
	width: 924px;
	float: left;
}

#nav {
	float: left;
	position:fixed;
	text-align:right;
	padding-right: 62px;
	margin-top: 178px;
	width: 178px;
	height:100%;
	background-color:#fffffb;

}

#main {
	
	float:left;
	left: 240px;
	margin-top:178px;
	margin-left:240px;
}

a {
	color: #85BEAC;
	text-decoration: none;
	border: none;
}

a:visited {
	color:#F9C2B1;
}

a:hover {
	color: #B0D6C7;
	text-decoration: none;
	border: none;
}

h1 {
	color:#F3796F;
	font-size:17.5px;
	line-height: 120%;
	font-weight: normal;
	padding-top:15px;
}

h1 a, a:visited {
	color:#F3796F;
}

h1 a:hover {
	color:#B0D6C7;
}

h2 {
	color:#F3796F;
	font-weight: normal;
	line-height: 120%;
	font-size:14px;
}

h2 a {
	color: #F3796F;
}

h2 a:visited {
	color:#F9C2B1;
}

h2 a:hover {
	color: #B0D6C7;
	text-decoration: none;
	border: none;
}



#footer {
	text-align:right;
	color:#B0D6C7;
	font-size:10px;
}

</script>
