* {	margin: 0; padding:  0; }

blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

body {
	background: #fff url('bg.jpg') no-repeat left top;
	font: 11pt/15pt sans-serif;
	color: #696969;
	text-align: justify;
}

a:link,
a:visited {
	color: #969696;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

a:before {
	content: "➔ ";
}

#an a:hover {
	color: #93c10a;
	text-decoration: none;
}

#pub a {
	color: #f57f1e;
}

#ad a {
	color: #0072b0;
}

#content {
	width: 955px;
	margin:  115px 0 0 260px;
}

#an {
	border: 1px solid #f57f1e;
}

#shadow {
	background: url('shadow.png') no-repeat center top;
	height: 20px;
}

#an p {
	margin: 10px 10px 5px;
}

#columns {
	margin-top: 52px;
	padding-bottom: 20px;
	background: url('separator.png') repeat-y center;
}

.col {
	width: 425px;
	float: left;
	margin: -22px 10px 0;
}

p.min180 {
	height: 180px;
}

#pub {
	margin-left: 37px;
	margin-right: 20px;
}

h2 {
	display: block;
	height: 39px;
	background: url('headlines.png') no-repeat center top;
	text-indent: -450px;
	overflow: hidden;
}

#pub h2 {
	background-position:bottom;
}

.col p {
	margin: 38px 0 0;
}

q {
	font: italic 14pt/16pt 'Hoefler Text','Georgia',serif;
	text-align: left;
	width: 340px;
	margin-left: 55px;
	display: block;
}

cite {
	display: block;
	font: 11pt/15pt sans-serif;
	margin-top: 10px;
}

.button {
	display: block;
	height: 64px;
	text-indent: -450px;
	overflow: hidden;
	background: url('buttons.png') no-repeat center top;
}

#ad .button {
	background-position: bottom;
}

.center { text-align: center; }
.right { text-align: right; }
.fix { clear: both; }
