
/* No Tables were harmed in the creation of this stylesheet */

body {
	margin: 0px;
	background: #fff url(picts/1.gif) no-repeat;
	}
	
a {
	color: #600;
	}
	
a:visited {
	color: #900;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	}
#nav {
	position: absolute;
	top: 200px;
	left: 100px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	z-index: 9;
	width: 190px;
	}
	
#nav a {
	color: #000;
	}
	
#nav b {
	color: #300;
	font-size: 12px;
}
#nav ul {
	margin: 8px 0px;
	padding: 0px;
	background-color: #fff;
	}
	
#nav li {
	list-style: none;
	background-color: #fff;
	}
	
#nav ol {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0px;
	}
	
#nav ol a {
	background-color: #fff;
	}
	
#c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(picts/2.gif) no-repeat top right;
	}

cite {
	font-family: Times, New Roman, Serif;
	display: block;
	padding: 1em;
	background-color: #ffffef;
	font-style: normal;
	color: 600;
}
		
#content {
	width: 500px;
	min-height: 400px;
	padding-top: 200px;
	padding-right: 100px;
	padding-left: 300px;
   font-size: 12px;
	font-family: Tahoma, Arial, Sans-Serif;
	line-height: 1.6em;
	z-index: 5
	}
		
#content ul {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	}

#content ul li {
	margin: 1em 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.7em;
	}
	
#content ul li:first-line {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	}

.npic{
	margin: 1em;
}	

/* Ooops - I lied */
	
#content table {
	padding: 2px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
#content table th {
	font-size: 1.3em;
	padding-bottom: 1em;
	}
	
#content table th:first-line {
	text-decoration: underline;
}

#content table td {
	padding: 4px;
	border-left: 4px solid #ccc;	
	}

#content table td a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: -4px;
	padding: 4px;
	}
	
#content table td a:hover {
	background-color: #eee;
	}

#content table td.time {
	font-weight: bold;
	font-size: 0.8em;
	border-right: 1px #ccc solid;
	border-left: 0px;
	background-color: #fff;
	text-align: right;
	vertical-align: top;
	}
	
#content table.shedule {
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	}

#content table.shedule td {
	padding: 0.5em;
	margin: 0px;
	border-left: 0px;
	}

#content table.shedule td.t {
	color: #333;
	font-size: 0.8em;
	border-right: 1px solid #ccc;
	text-align: center;
	}
	
#content table.shedule td.d {
	color: #000;
	font-size: 0.9em;
	border-left: 2px solid #ccc;
	}

#content table.shedule td.d i {
	font-size: 1em;
	color: #999;
	float: right;
	}
	
#flyermain {
	position: absolute;
	top: 20px;
	right: 250px;
	border: 0;
	}
	
#bottom {
	z-index: 0;
	position: absolute;
   	left: 0px;
	width: 100%;
	height: 200px;
	margin-right: -100px;
	background: url(picts/3.gif) no-repeat;
}

#bottom img {
	float: right;
	}
	
form 	{
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	font-size: 10px;
	}
	
form .row {
	display: block;
	}
	
form .submit {
	height: 28px;
	text-align: left;
	} 
		
form input, textarea {
	display: block;
	width: 278px;
	border: 1px solid #333;
	font-size: 10px;
	}

form .submit input {
	display: inline;
	padding: 5px;
	width: 80px;
	}

.bio {
	float: right;
	position: relative;
	width: 150px;
	padding: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	background-color: #ffe;
	clear: right;
	margin-bottom: 8px;
	z-index: 5;
	}
	
.bio h3 {
	color: #300;
	text-decoration: underline;
	font-variant: small-caps;
	}
	
.bio p {
	text-align: left;
	}
	
.up {
	text-align: right;
	border-top: 1px solid #000;
	}
	
.up a {
	font-size: 9px;
	}