body
{
	background-color: #CCCC99;
	font-family: times, serif;
}
a:link
{
	color: #008800;
}
a:visited
{
	color: #004400;
}
a:active
{
	color: #FF0000;
}
img
{
	margin: 0;
	border: none;
	padding: 0;
}

/* div.border has "position: relative" set due to a rendering bug in IE6. See http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=781 for details. */
div.border
{
	position: relative; /* This fix is pure evil. */
	margin: 80px 65px 65px 65px;
	border: 2px solid black;
	padding: 0;
	background-color: #FFFF99;
	min-width: 698px;
}
div.content
{
	margin: -2px;
	padding: 2px;
	background: url("curl.gif") no-repeat bottom right;		
}
div.content div
{
	margin: 20px;
	text-align: center;
}
div.content div.title
{
	margin-top: -61px;
}

div.content div.text
{
	margin: 3px;
	font-size: 10pt;
	text-align: left;
}

div.qava
{
	position: absolute;
	right: 10px;
	top: 15px;
}

