* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg-dots.png") repeat;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Arial, Sans-serif;
	color: #666666;
	font-size: 13px;
}

strong {
	color: #666666;
	font-weight: bold;
	font-style: italic;
}

#logo {
	width: 272px;
	height: 236px;
	position: absolute;
	top: 0;
	background: url("images/logo-pwd.png") no-repeat;
}

.margins {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.cl {
	clear: both;
}

.contact-info {
	clear: right;
	margin-top: 55px;
}

.postit {
	margin-top: 20px;
	margin-right: 40px;
	float: right;
}

#head {
	background: url("images/bg-smallribbon.png") repeat-x bottom;
	height: 165px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#content { 
	background: url("images/content-block.png") no-repeat;
	width: 918px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 60px;
	padding-left: 40px;
}

.content-box {
	width: 270px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

p {
	margin-top: 19px;
	line-height: 19px;
}

#samples {
	background: url("images/bg-bigribbon.png") repeat-x;
	height: 251px;
	margin-top: -374px;
}

.sample {
	margin-top: -70px;
	background: url("images/samples.png") no-repeat;
	display: block;
	width: 1016px;
	height: 444px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
