/* CSS Document */

body{ 
width: 811px;

  margin: 0 auto 0 auto;
background-color: #FBF4DB;
	font-family: "Segoe Print", Georgia, "sans serif";
	font-size: 14px;

}

.wrapper{
	width: 800px;
	height: 1350px;
	background-color: white;
	margin: -24px auto 0 0px;
	text-align: center;
	
}

h1 {color: black;
font-size:24px;
text-align:center}

a {
    color:#000000;
	text-decoration: none;
	font-style: italic;
	font-family: Times, "sans serif";
	font-size: 12px;
}
a:hover { 
	color: #333333;
        text-decoration: underline overline;
		font-family: Times, "sans serif";
	font-size: 12px;
}
a:visited {
        color: #0000FF;
		font-family: Times, "sans serif";
	font-size: 12px;
}
a:visited:hover {
	color: #333333;
        text-decoration: underline overline;
		font-family: Times, "sans serif";
	font-size: 12px;
	
}

.photo {
float:left;	
margin-left: 40px;
margin-bottom:40px;
	border: 2px solid #666;
	padding: 15px;
}

#profilePic {
	background-image: url(images/rebecca-gold_small.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
	left: 300px;
	height: 200px;
	width: 179px;
}

.rebeccaPics {
	float: left;
	margin-top: 100px;
	padding: 20px;
	margin-left: 225px;	
}

.rebeccaBio {
	margin-top: 300px;
	text-align: left;
	
}

#nowAvailable{
	margin-top: 50px;
	text-transform:uppercase;
	font-weight:bold;
}

#upcomfooter {
		position: relative;
		top: 100px;
	}

