html, body
	{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: times, serif;
	background-color: #000000;
	background-image: URL(images/magic_stars.gif);
	}
div.main
	{
	margin: 0 auto;
	margin-top: 10px;
	border: 0px;
	width: 776px;
	text-align: left;
	}


table.main
	{
	width: 100%;
	background-color: #000000;
	border-collapse: collapse;
	border: solid 2px #ffffff;
	}
table.main td
	{
	background-color: #000000;
	border: solid 2px #ffffff;
	}


td.first
	{
	height: 165px;
	padding: 0px;
	background-image: URL(images/cut_card_trick.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
td.second
	{
	text-align: center;
	padding: 6px;
	}
td.third
	{
	padding: 6px;
	}

td.third img
	{
	float: left;
	margin: 6px;
	}

div.menu
	{
	width: 600px;
	float: left;
	text-align: center;
	font-family: 'Monotype Corsiva', 'Apple Chancery', fantasy;
	color: #ffffff;
	}


a.menu_item
	{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	}
a.menu_item:hover
	{
	color: #cc3333;
	text-decoration: underline;
	}

h1
	{
	color: #ffffff;
	font-size: 24px;
	font-family: times, serif;
	}

blockquote
	{
	margin-left: 50px;
	margin-right: 50px;
	color: #ffffff;
	font-size: 20px;
	font-family: times, serif;
	}

blockquote a
	{
	color: #ffffff;
	}
blockquote a:hover
	{
	color: #cc3333;
	text-decoration: none;
	}


p.large_text
	{
	color: #ffffff;
	font-size: 20px;
	font-family: times, serif;
	}

p.small_text
	{
	color: #ffffff;
	font-size: 14px;
	font-family: times, serif;
	}

p.small_text a
	{
	color: #ffffff;
	font-size: 14px;
	font-family: times, serif;
	}
p.small_text a:hover
	{
	color: #cc3333;
	text-decoration: none;
	}




table.contact
	{
	border-collapse: collapse;
	border: solid 2px #ffffff;
	}

table.contact input, table.contact textarea, table.contact select
	{
	width: 300px;
	}
td.fldCaption
	{
	padding: 2px;
	text-align: right;
	color: #ffffff;
	}
td.fldInput
	{
	padding: 2px;
	text-align: left;
	}




div.footer
	{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #777777;
	}
div.footer a
	{
	color: #777777;
	}
div.footer a:hover
	{
	color: #aaaaaa;
	}
