/*Doctor Magic Show stylesheet */

body{
	margin: 0;
	color: black;
	background-image: url(images/smoke.gif);
}

table{	
	width:100%;
	
}
table td{
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
tr td#header{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding:.2em 0 .2em 0;
	text-align: center;
}
tr td#site{
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-image: url(images/PING68.JPG);
	font-variant: small-caps;
}
tr td#site a{
	color: #fff;
	text-decoration: none;
}
tr td#leftcol{
	width: 190px;
	color: #fff;
	padding: 10px 5px 0px 5px;
	background-color: #000;
	font-weight: bold;
}
tr td#leftcol a{
	color: #fff;
	text-decoration: none;
}
ul#navigation {
	width: 100%;
	text-indent: 3em;
	font-size: 70%;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-bottom: 0;
}

ul#navigation li {
	list-style: none;
	background-color: #000;
	text-align: left;
	padding: .25em
}

ul#navigation li a {
	text-decoration: none;
	padding: 0.25em;
	color: #FFFFFF;
	display: block;
	border-top: 10px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

ul#navigation li a:hover {
	text-decoration: none;
	padding: .25em;
	background-color: #ccc;
	color: #CC0000;
}
ul#navigation li#youarehere {

	color: #FFFFFF;
	background-image: url(images/PING68.JPG);
}

ul#navigation li#youarehere a:hover{

	background-color: #CC0000;
	color: #FFFFFF;
}
tr td#content{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #000000;
	width: 100%;
	padding: 10px 3%;	
	background-color: #fff;
}
tr td#content h2{
	font-size: 200%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
tr td#rightcol{
	width: 275px;
	background-color: #fff;
	padding-top: 10px;
}
tr td#rightcol p{
	font-size: 75%;
	padding: 5px;
}
tr td#rightcol h3{
	color: #fff;
	background-color: #993300;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
tr td#footer{
	font-size:70%;
	font-weight: bold;
	color: #CC9999;
	background-image: url(images/PING68.JPG);
	text-align: center;
	padding: 3px;
	font-variant: small-caps;
}
tr td#footer a, a:link, a:visited, a:active{
	color: #c99;
	text-decoration: none;
}
tr td#footer a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #0000FF;
}
.block{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 125%;
	text-transform: capitalize;
	color: #fff;
	background-color: #000;
	border: 3px groove #CC0000;
	margin: 25px;
	padding: 5px;
	text-align: center;
}
.image {
	background-image: url(images/PING68.JPG);
	display: block;
	border: none;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}
tr td#leftcol p {
	font-size: 60%;
}
iframe#calendar {
	border: none;
	padding: 0;
	margin: 0;
	height: 500px;
	width: 100%;
}
