* {
  	margin: 0;
  	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#wrapper {
  	position: relative;
  	width: 1080px;
  	margin-right: auto;
 	margin-left: auto;
}

#header {
  	height: 90px;
  	background-image: url(../images/header.jpg);
  	background-repeat: no-repeat;
}

#main {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-colour: #fef4f5;
	padding-top: 70px;
}

#navigation {
  	position: relative;
 	top: 0px;
 	left: 0;
 	width: 100%;
}

#pageContent {
	position: absolute;
	width: 780px;
	top: 20px;
	margin-left: 192px;
}

#footer {
	position:relative;
	height:30px;
    width:100%;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 0.4em;
	color: #a42558;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 0.4em;
	color: #a42558;
	text-align: left;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #333;
} 

li {
	text-align: left;
}

#galleryPhoto {
	position: absolute;
  	top: 0;
	left:-50px;
  	width: 550px;
	margin-top: 60px;
}

#galleryText {
	position: relative;
  	top: 0;
  	width: 550px;
	margin-top: 10px;
}

#galleryThumb {
	margin-left: 842px;
	margin-right: 0px;
	margin-top: 10px;
}

.thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px double #a42558;
}

.mainPhoto {
	border: 5px double #a42558;
}

#about {
	position: relative;
	left: 30px;
	top: 5px;
}

#alison, #kate {
	width: 700px;
	height: 169px;
	border: 5px double #a42558;
	padding: 15px;
	margin-bottom: 5px;
}

#alison img {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

#kate img {
	float: right;
	margin-left: 10px;
}

#alison p {
	text-align: right;
}

#kate p {
	text-align: left;
}

.signature {
	padding-left: 410px;
	padding-top: 10px;
}

#testimonials {
	position: relative;
	left: 30px;
	top: 5px;
}

#box1, #box2, #box3 {
	width: 700px;
	border: 5px double #a42558;
	padding: 15px;
	margin-bottom: 5px;
	text-align: left;
}

#portfolioNav {
	position: absolute;
	left: 455px;
	top: -20px;
	width: 433px;
	height: 55px;
}

#nextPrevNav {
	position: absolute;
	left: 842px;
	top: 480px;
	width: 170px;
	height: 30px;
}

.next {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: none;
	color: #333;
	float: right;
}

.previous {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: none;
	color: #333;
	float: left;
}

a {
	text-decoration: none;
	color: #a42558;
}

#paypalButton {
	position: absolute;
	left: 770px;
	top: 375px;
	width: 150px;
	height: 50px;
}

