a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #333333
}
a:hover {
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	line-height: 16px;
}
h3 {
	padding: 5px 0 0 0;
	font-weight: bold;
}
body, html {
	background-color: #E6E7E9;
	padding: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color: #333333
}
#wrapper {
	width: 780px;
}
#header {
	height: 330px;
	background-image: url(images/logo_new.jpg);
}
#header-inset {
	padding: 58px 0 0 154px;

}
#header-inset ul {
	padding: 0 0 0 5px;
}
#contact-info {
	position: relative;
	top: 65px;
}
.piece {
	padding: 5px 0 15px 0;
	border-bottom: solid #cecece 1px;
}
.piece-caption {
	padding: 5px;
}
#logo {
	float: left;
	padding: 0 20px 0 0;
}
#content {
	clear: left;
}
#footer {
	padding: 5px 0;
}
em {
	color: #666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}

