* {margin: 0; padding: 0; border: none; text-decoration: none;}

body {
	color: #333;
	margin: 0;
	background-image: url(img/quilt-block.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#body-top {
	position: relative;
	width: 850px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/body-top.850.jpg);
	background-repeat: no-repeat;
}

#body-bottom {
	position: relative;
	width: 850px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/body-bottom.850.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 900px;
	background-color: #444;
	padding-top: 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

#text{
	position: relative;
	width: 850px;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	width: 317px;
	margin-right: auto;
	padding-top: 20px;
	margin-left: auto;
	padding-bottom: 35px;
}
p {padding: 15px 100px 18px 100px; text-align: justify;}

#webdesign{padding: 0 0 75px 0;}

ul {
	padding-left: 180px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

li {
	color: #333;
	text-indent: 15px;
}

#webdesign a:link, #webdesign a:visited, #webdesign a:active {	
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

#webdesign a:hover {
	text-decoration: underline;
	color: #333;
	border-bottom: none;
}

.lookatme {color: #CC0099;}
#footer{
	text-align: right;
	padding-right: 100px;
}
a:link, a:visited, a:active {	
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

a:hover {	
	text-decoration: underline;
	color: #333;
	border-bottom: none;
}

