@charset "utf-8";
/* Global */
#content-intro{
	position: relative;
	top: 0px;
	clear: both;
	float: none;
	height: 300px;
	margin: auto;
	width: 800px;
	background-image: url(images/artisan-bkgd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#top{
	background-image: url(images/OurBestToYou-Logo_GREEN-both.gif);
	position: relative;
	clear: both;
	float: none;
	top: 0px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 10px 90px;
	width: 435px;
	margin: auto;
	padding-left: 365px;
	padding-top: 100px;
}
#box1{
	position: absolute;
	height: 228px;
	width: auto;
	left: 0px;
	top: 52px;
}
#box2{
	position: absolute;
	height: 224px;
	width: auto;
	left: 400px;
	top: 52px;
}
#footer{
	position: relative;
	top: 0px;
	height: auto;
	padding-top: 10px;
	margin: auto;
	width: 800px;
}


/* Classes */
.footer ul{
	list-style-type: none;
}
.footer li {
	display: list-item;
}
.footer a{
	font-family: "Myriad Web Pro", sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	color: #666666;
	font-weight: 400;
	letter-spacing: .1px;
}
.footer a:hover{
	color: #000000;
	font-weight: 600;
}
.p{
	font-family: "Myriad Web Pro", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.p-green{
	color: #003C13;
}
