@font-face {
	font-family: Azuro;
	src: url("azuro-regular.eot?ie"),  url("azuro-regular.woff");
}
@font-face {
	font-family: Azuro;
	src: url("azuro-italic.eot?ie"),  url("azuro-italic.woff");
	font-style: italic;
}
@font-face {
	font-family: Azuro;
	src: url("azuro-bold.eot?ie"),  url("azuro-bold.woff");
	font-weight: bold;
}
@font-face {
	font-family: Azuro;
	src: url("azuro-bolditalic.eot?ie"),  url("azuro-bolditalic.woff");
	font-weight: bold;
	font-style: italic;
}
body {
	background: #fff;
	margin: 0;
	font-family: Azuro, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
}
td, p {
	color: #666;
}
td.banner {
	background-color: #eee;
}
td.header {
	background-color: #bbb;
}
td.menu {
	background-color: #ddd;
}
td.left-content {
	background-color: #fff;
	padding: 0 10px 0 10px;
}
td.left-content p {
	padding-right:20px;
}
td.right-content {
	background-color: #eee;
}
td.right-edge {
	background-color: #ddd;
}
td.footer {
	background-color: #ccc;
}
img.photo {
	border: 2px solid #aaa;
}
a:link {
	color: #933
}
a:visited {
	color: #933
}
a:active {
	color: #966
}
p.video-caption {
	margin-top:0.5em;
	margin-bottom:1.5em;
}
p.portfolio-section {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}

