html, body {
	font-family: georgia, times, serif;
	font-size: 13px;
	font-weight: normal;
 	line-height: 16px;
 	color: #000;
	background-color: #fff;
	margin: 20px 0px 60px 20px;
	padding: 0px;
	text-align: left;
	}

body	{
	width: 1010px;
/*	background-image: url('images/grid.gif'); */
	background-repeat: repeat-y;
	}

a,
a:link,
a:visited	{
	color: #663399;
	font-weight: normal;
	border: 0px;
	text-decoration: none;
	}

a:active,
a:hover {
	color: #ff00ff	;
	text-decoration: underline;
	}
	
div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
div.leftrail,
div.rightrail,
div.welcome,
div.portrait	{
	background-image: url('images/rule-bit.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 60px 0px;
}

div.leftrail p,
div.rightrail p	{
	margin: 0px 0px 9px 0px;
	padding-right: 200px;
	}

div.leftrail,
div.welcome {
	float: left;
	width: 490px;
	margin-right: 10px;
	}

div.rightrail,
div.portrait {
	margin-left: 500px;
	}
	
div.welcome,
div.portrait	{
	margin-bottom: 20px;
	}
	
div.welcome	p	{
	background-image: url('images/please-welcome.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999999px;
	padding: 0px;
	margin: 0px;
	}


h1	{
	background-image: url('images/nameplate.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999999px;
	width: 435px;
	height: 369px;
	}
	
div.empty {
	color: ccc ! important;
	}
	
div.copyright p	{
	background-image: none ! important;
	color: #999 ! important;
	font-size: 11px;
	line-height: 13px;
	}
	
p.signatures {
	background-image: url('images/signatures.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999999px;
	width: 248px;
	height: 94px;
}

div.details p	{
	color:#ff6699 ! important;
}

div.history p	{
	color:#339999 ! important;
}

div.thankyou p	{
	color:#ff6699 ! important;
	margin-bottom: 0px ! important;
}

h3	{
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	}
	
ul	{
	margin: 0px;
	padding: 0px;
	list-style-image: url('images/bullet-bit.gif');
	}
	
/* Flickr pictures */
div.thumbs	{
	margin: 10px 0px 10px 0px;
	}

div.flickr	{
	width: 470px
	}


div.flickr a	{
	float: left
	padding: 0px;
	border: 0px;
	}

div.flickr img	{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 0px;
	}

	
	