/* Crafting and Scrapbooking Resources - http://scrapbooking.gilbertstudios.com/ */
/* authored by GilbertStudios */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBDDB8;
	background: #907F63 url(../images/bkgdDkCremeTxt.jpg);
}
a {
	color: #907F63;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	color: #000000;
	background: #EBDDB8 url(../images/bkgdCremeTxt.jpg);
	border: 3px solid #000000;
}
h1 {
	width: 650px;
	font-size: 12px;
	text-indent: -9000px;
	background: url(../images/scrapHeader.jpg) no-repeat;
}
h1 a {
	display: block;
	height: 65px;
}
h2, h6 {
	width: 650px;
	height: 30px;
	font-size: 12px;
	text-indent: -9000px;
	background: url(../images/scrapWeaveBar.jpg) no-repeat;
}
ul {
	display: inline;
	margin: 15px;
	float: left;
	list-style: none;
}
ul li {
	display: inline;
	margin: 5px;
	float: left;
}
ul li img {
	margin: 0 15px;
	float: left;
	border: 1px solid #000000;
}
img.right {
	float: right;
}
h3 {
	margin: 35px 0 15px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}
h3.short {
	margin: 15px 0;
}
p {
	margin: 15px;
	font-size: 12px;
	line-height: 15px;
}
li p {
	margin: 5px 0;
}
.clear {
	clear: both;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: 14px;
}
#footer p#design {
	font-size: 10px;
}
#subFoot p {
	font-size: 9px;
	line-height: 13px;
	text-align: justify;
}
