body {
	background-color: #fff;
/*	background: url(../images/vanillasky.jpg) repeat; */
	background: url(/2010/rotate.php) repeat;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
}

#container {
	margin: 60px auto 10px auto;
	width: 780px;
	\width: 790px;
	w\idth: 780px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

.navbar {
	font-family: arial, verdana, sans-serif;
	background: #fff;
	font-size: 1em;
	line-height: 2.3em;
	text-align: center;
}

#content {
	background: #fff;
	padding: 15px 30px;
}

#content ul>li {
	list-style-type: square;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

p, #content li {
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
}

.navbar a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: crosshair;
	margin-left: 10px;
	white-space: nowrap;
}

.navbar a.active, .navbar a:hover {
	color: #000;
	background: #887;
}

.navbar a.visited {
	color: #000;
}

#content a {
	color: #554;
	text-decoration: none;
	border-bottom: 1px solid #554;
	padding-bottom: 2px;
}

#content a:hover {
	background-color: #eec;
}

img { border: 0; }

h1 {
	font-size: 2.5em;
/*	line-height: 2.5em; */
	border-bottom: 4px solid #000;
	margin-bottom: 2.5em;
}

h2 {
	font-size: 1.4em;
/*	padding-bottom: 3px;
	border-bottom: 3px solid #000; */
}

h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0;
}

h1, h2, h3 { font-family: arial, sans-serif; }

small, .small {
	font-size: 0.9em;
}

h1 a, h2 a, h3 a {
	border: none;
}

#content hr {
	width: 100%;
	color: #fff;
	background-color: #fff;
	border: 1px dashed #000;
	border-style: none none dashed;
}

td {
	vertical-align: top;
	font-size: 12px;
	line-height: 21px;
}

.program td {
	border: 0;
	padding-right: 10px;
}

td.day {
	background-color: #dde;
	font-weight: bold;
}

td.place {
	font-style: italic;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

.menu { float: left; }

img.right {
float: right;
margin-left: 30px;
margin-bottom: 20px;
}

#gallery { text-align: center; }
#gallery img {
	padding: 4px;
	border: 1px solid #537F9D;
	margin-right: 10px;
	margin-bottom: 10px;
}

#gallery a { border: none; }
#gallery a:active { color: #000; }


#container a:active {
	position: relative;
	top: 1px;
}

