*, html
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#efefe7;
	margin:10px;
}

img.thumb
{
	border:3px solid #B9021C;
	padding:10px;
	background-color:#CCCCCC;
}

img.thumb:hover
{
	border:1px solid #CCCCCC;
	padding:10px;
	background-color:#999999;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:17px;
}

p
{ margin-top:10px; margin-bottom:10px; color:#000; font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; }

a:link, a:active, a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#710f12;
	font-size:12px;
}

a:hover
{
	color:#710f12;
}

#wrapper
{
	width:800px;
}