@charset "utf-8";
body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 800px;
}
#wrapper {
	width: 800px;
	background-image: url(/images/Scraptacular-Images-Website-Background.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	height: 210px;
	width: 800px;
}
#abovetitle {
	height: 40px;
	width: 800px;
}
#leftoftitle {
	height: 170px;
	width: 131px;
	float: left;
}
#title {
	height: 170px;
	width: 590px;
	float: right;
	margin-left: 60px;
}
#content {
	height: 590px;
	width: 800px;
}
#leftcolumn {
	float: left;
	height: 590px;
	width: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}
#maincontent {
	float: right;
	height: 590px;
	width: 630px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 18px;
	margin-right: 50px;
}
#footer {
	height: 200px;
	width: 800px;
	text-align: center;
	background-position: center center;
}
link {
}

