/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #ded2ad;
	background-image: url(layout/butterflybkgr.jpg);
	background-position: left;
	background-repeat: repeat-y;
	color: #352802;
	font-family: Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 16px;
	cursor: default;
	}
a {
	text-decoration: none;
	color: #ffffff;
	}
a:visted {
	text-decoration: none;
	color: #e9e9e9;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	cursor: ne-resize;
	}
a:active {
	}
h1 { 
	color: #ffffff;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	background-color: #cec199;
	border-bottom: 1px dotted #ffffff;
	text-align: center;
	}

h2 { 
	color: #ffffff;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	background-color: #cec199;
	border-bottom: 1px dotted #ffffff; 
	}

h3 { 
	font-size: 14px;
	margin: 0px;
	border-bottom: 1px dotted #ffffff;
	}
img {
	margin: 2px;
	}
ul {
	}
ul li {
	list-style: circle;
	margin: 2px 0px;
	}
.header {
	height: 250px;
	width: 315px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-attachment: scroll;
	background-image: url(layout/butterflyhdr.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
.sidebar {
	width: 285px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 250px;
	left: 20px;
	}
#side {
	background-attachment: scroll;
	background-color: #cec199;
	background-image: none;
	font-size: 12px;
	}
#side a:hover {
	text-decoration: none;
	color: #ffffff;
	cursor: ne-resize;
	font-style: italic;
	letter-spacing: 1px;
	}
#side h2 {
	color: #ffffff;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	background-color: #ded2ad;
	border-bottom: 1px dotted #ffffff;
	}
#side img {
	margin: 2px;
	}
#nav {
	width: 285px;
	height: 435px;
	padding: 0px;
	margin: 0px;
	}
#rules {
	width: 285px;
	height: 170px;
	}
#aff {
	width: 285px;
	height: 130px;
	}
#links {
	width: 285px;
	height: 120px;
	}
#credit {
	width: 285px;
	height: 115px;
	}
.content {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 311px;
	right: 0px;
	}
.content p {
	text-indent: 25px;
	}
.content ul {
	margin: 0px 2px;
	padding: 0px 8px;
	}
.content ul li {
	list-style-type: none;
	list-style-position: inside;
	}
.content table {
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	}
.pictitle td.label { text-align: right; vertical-align:top; font-weight: bold; width: 50%;}
.picspam td { font-size: 16px;}
.picspam td.label { text-align: right; vertical-align:top; font-weight: bold; width: 25%;}
