html, body { width:100%;text-align:center;margin:20px 0px 0px 0px;padding:0px; }

h2
{
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #666;
}

h3
{
	font-size: 14px;
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
	color: #333;
	clear:both;
}

p
{
	font-size: 11px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #666;
	clear:both;
	margin: 0px 0px 10px 0px;
}

a
{
	color:#333;
	font: serif;
	text-decoration:underline;	
}
a:hover 
{
	color:#000;
	text-decoration:none;
}

div#content
{
	width:500px;
	position: relative;
	text-align: left;
	border: 1px solid #666;
	margin: 10px auto 0px auto;
	padding:10px;
	background: #fff;
}

p.entry img
{
	float:left;
	margin: 0px 10px 15px 0px;
	border: 1px solid #333;
}

div#foot 
{
	margin: 0 auto;
	padding: 0px;
	width:520px;
}

#foot p
{
	margin: 0 auto;
	padding: 0px;
	clear: none;
	display: inline;
}

div#lfoot
{
	margin: 0 auto;
	padding: 0px;
	width:260px;
	text-align:left;
}

div#rfoot
{
	margin: 0 auto;
	padding: 0px;
	width:260px;
	text-align:right;
}
input, textarea {width:90%}
textarea {height:4em;}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}