/* CSS layout for Jasonic Signs of Wilmington, NC */
@charset "utf-8";
body {
	background-image: url(../images/jsbk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}
#header {
}
#maincontent {
	background-image: url(../images/contentBk.jpg);
	padding:8px 4px 4px 4px;
	width:471px;
	height:357px;
	color:#F8F5F1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	line-height: 25px;
}
#content {
	background-image: url(../images/contentBk.jpg);
	padding:8px 4px 4px 4px;
	width:471px;
	height:357px;
	padding:2px;
	color:#F8F5F1;
	margin: auto;
	text-align: center;
}
#content img {
	border:1px solid #FFF;
	margin:1px;
}
#description {
	background-image: url(../images/matteFill.jpg);
	padding:4px 6px 6px 4px;
	color:#000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	height:127px;
}
#contact {
	background-image: url(../images/contactBk.jpg);
	padding:8px 6px 6px 6px;
	color:#F8F5F1;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:130%;
	margin: auto;
	height:122px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height:123px;
	color:#B29F38;
	font-size: 14px;
	text-align: center;
	margin: auto;
	padding-top: 35px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.footer  a:link, a:visited {
	color:#B29F38;
}
.footer  a:hover {
	color:#FFDB00;
}
