* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/drop-shad.jpg);
	background-repeat: repeat-y;
}

#wrapper #logo {
	background-color: #FFF;
	height: 234px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #left {
	width: 200px;
	float: left;
	font-family: "Comic Sans MS", cursive;
}
#wrapper #right {
	width: 600px;
	float: right;
	font-family: "Comic Sans MS", cursive;
}
#footer {
	height: 35px;
	float: none;
	clear: both;
	background-color: #FFF;
	background-image: url(file:///C|/Users/User/Desktop/potterypals%20IDEAS/yellow%20footer.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: "Comic Sans MS", cursive;
	margin: 20px;
	color: #000;
}
.h1 {
	font-family: "Comic Sans MS", cursive;
	color: #F33;
	font-weight: lighter;
	padding-left: 0px;
	margin-left: 20px;
}
.h2 {
	font-family: "Comic Sans MS", cursive;
	margin-left: 20px;
	color: #F33;
	font-weight: lighter;
}

.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #390;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
}

.rightimg {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#wrapper #navigation {
	background-color: #FFF;
	height: 40px;
}
.img {
	margin-left: 20px;
}
.h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #390;
	margin-left: 15px;
}

