body {
	background-color: white;
	background-image: url(images/gifs/bdrop5.gif);
	background-repeat: repeat-y;
	color: black;
	margin: 0px;
	font: 14px normal Arial, Helvetica, sans-serif;
}


/* === ids === */


#page_main {
	position: absolute;
	top: 0px;
	left: 220px;
	right: 20px;
	background-color: white;
	margin: 0px;
	padding: 20px 10px;
	border: 0;
	text-align: justify;
	font: normal 100%  Arial, Helvetica, sans-serif;
}

#page_column {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 10px;
	width: 180px;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border: 0;
}

#page_column p {
	text-align: center;
	padding: 12px 0px 10px 4px;
	margin: 0px;
	border: 0;
}

a:link {
	font-weight: normal; 
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 4px 0px 10px 6px;
	margin: 0px;
	border: 0;
}

h2 {
	text-align: left;
	color: black;
	font: bold 150% "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	padding: 16px 6px 4px 0px;
	border: 0px;
	margin: 0px;
}

h3 {
	color: black;
	background-color: white;
	font: bold 125% "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	padding: 2px 20px;
	margin: 0px;
	border: 0px;	
}

p {
	padding: 0px 5px;
	margin: 0px;
	border: 0;
	line-height: 150%;
}

li {
	font-style: italic;
	padding: 8px 50px 8px 0px;
	line-height: 150%;
}

/* === classes === */

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.quotation {
	font: normal 200% "Times New Roman", serif;
	font-style: italic;
	text-align: justify;
	padding: 0px 25px;
	line-height: 116%;
}

.attribution {
	font: normal 80% Verdana, Helvetica, sans-serif;
	text-align: right;
	padding: 0px 10px 25px 10px;
}

.announce {
	font: normal 200% "Times New Roman", serif;
	font-style: italic;
	text-align: justify;
	padding: 0px 25px;
}