
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #e3b9ec;
	line-height: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", Times New Roman, Times, serif;
	font-size: 13px;
	color: #696969;
}

h1, h2{
	padding: 0;
	font-weight: normal;
	color: #a553c0;
}

h3 {
	padding-top: 10px;
	font-weight: normal;
	color: #a553c0;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #a553c0;
}

.link1 {
	text-align: center;
}

#logo {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url(images/fionaLogo.png) no-repeat left top;
}
#logo h1 {

	padding-left: 180px;
	padding-top:30px;
	font-size:1.8em;
	color: #e3b9ec;
}

.menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	background: url(images/liScissors.png) no-repeat left 25px;
	float: left;
	padding-left:2px;
	display: inline;
}

.menu a {
	display: block;
	margin: 0;
	padding: 23px 20px 0 15px;
	text-decoration: none;
	font-family: "Trebuchet MS", Times New Roman, Times, serif;
	font-size: 13px;
	color: #6b3277;
}

.menu li.first {
	margin-left: 40px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#content-wrapper-top {
	background: url(images/img02.jpg) no-repeat left top;
}

#content-wrapper-btm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#content-wrapper-btmGallery {
	background: url(images/img03Gallery.jpg) no-repeat left bottom;
}

#content-wrapper-btmCurl{
	background: url(images/img03Pink.png) no-repeat left bottom;
}

#content-wrapper-btmPrice{
	background: url(images/img03White.jpg) no-repeat left bottom;
}


#left {
	float: left;
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 250px;
}

#right {
	float: right;
	margin: 0;
	padding: 20px 3px 20px 5px;
	width: 450px;
	height:500px;
}


#full {
clear:both;
padding:15px;

}

#full h3{
	font-size: 1.2em;
}

#right h2{
	font-size: 1.8em;
}

#right h3{
	font-size: 1.2em;
}




img {
border:none;

}

.overflow {
overflow:auto;
padding-right:10px;
height:530px;
}

