/* General styles */

.hide { display: none; }


BODY {
	margin: 0;
	background: white;
}

P.note {
	border-top: thin black solid;
	border-bottom: thin black solid;
	background: #eeeeff;
	padding: 5px;
}

/* Header styles */

#header {
	background: #F6C55E url(images/back_orange.gif) repeat-x;
	padding: 30 0 0 0;
}

#title {
	text-align: center;
}
#nav {
	width: 700px;
	margin: 0 auto;
}
#nav ul {
	height: 20px;
	padding: 0;
	padding-left: 10;
	margin: 10 0 0 0;
	list-style: none;
	border-bottom: 1px black solid;
	vertical-align: center;
}
#nav li {
	float: left;
	margin: -1 2;
	padding: 0 5;
	height: 20px;
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-right: 1px black solid;
	background: #fbe3ab;
}
#nav li.sel {
	background: white;
	border-bottom: 1px white solid;
}

#nav a {
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	text-decoration: none;
}
#nav a:link { color: #000000; } 
#nav a:visited { color: #000000; } 
#nav a:hover { color: #003399; } 
#nav a:active { color: #003399; } 
#nav li.sel a {
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}

/* Main styles */

#main {
	background-color: #F6C55E;
}

#body {
	font-family: Georgia;
	background: white;
	width: 700px;
	padding: 1 0;
	margin: 0 auto;
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

#body #content {
	margin: 0 15;
}

#body #content hr {
	width: 80%;
	height: 1;
	border: none;
	border-bottom: 1px black dotted;
}

/*
#news .date {
	font-size: small;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-right: 1px black solid;
	width: 40;
	background-color: #eee;
}

#news .content {
}
*/

#body #banner {
	text-align: center;
	padding: 10px 0;
	background: #fbe3ab;
	border-top: 1px #F6C55E solid;
	border-bottom: 1px #F6C55E solid;
}

#body #bottom {
	font-family: verdana;
	text-align: center;
	font-size: xx-small;
	color: darkred;
}

/* Footer styles */

#footer {
	height: 104;
	margin: 0;
	background: white url(images/footer.gif);
}

/* Page specific styles */

.error {
	border: 1px red solid;
	padding: 10px;
}

TABLE.form {
	width: 500px;
	margin: 0 50px;
}

TABLE.form {
	font-family: verdana;
	font-size: small;
}

TABLE.form .label {
	text-align: right;
	vertical-align: top;
}

TABLE.form .input INPUT {
	font-family: verdana;
	font-size: medium;
	background: #F9F9F9;
	border: none;
	border-bottom: 1px darkblue dotted;
	border-right: 1px darkblue dotted;
}

TABLE.form TEXTAREA {
	width: 100%;
}

TABLE.form LABEL:hover {
	text-decoration: underline;
	color: red;
}

.speaker, .sponsor {
	padding-top: 10px;
}

.speaker A, .sponsor A {
	text-decoration: none;
}

.photos {
/*	margin-right: -30px; */
}

.photos, .performer .photo, .speaker .photo, .sponsor .photo {
	float: right;
	padding: 1;
	border: 1px black solid;
	text-align: center;
	margin-left: 10px;
	background: white;
	color: grey;
	font-size: xx-small;
	font-family: verdana;
}

.photos A, .speaker .photo A, .sponsor .photo A {
	text-decoration: none;
	color: grey;
}

.photos .photo {
	padding: 1px;
	margin: 1px;
}
.performer .name, .speaker .name, .sponsor .name {
	font-family: Georgia, serif;
	font-size: x-large;
	margin-left: 10px;
	color: darkred;
}

.performer .brief, .speaker .brief, .sponsor .brief {
	font-size: medium;
	margin-left: 20px;
	padding-left: 5px;
	border-left: 1px grey dotted;

}

#girl_turkey {
	float: left;
	margin-left: -50px;
	padding-right: 5px;
}

#schedule DIV.time {
	border-bottom: 1px black solid;
	background: #fbe3ab;
	margin-left: -30px;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#schedule DIV.event {
	font-size: medium;
	font-style: italic;
	margin: 0 50;
}
