body {
	background: #FFFFFF;
	font-size: 12pt;
	font-family: "Times CE", Times, "Times New Roman", serif;
}

img {
	border: none;
}
img {
	display:none;
}

/* Layout */
div#content {
	background: transparent none;
	border: 0;
	color: #000000;
	float: none !important;
	margin: 0 5%;
	padding: 0;
	width: auto;
}

div#menu {
	display: none;
}

div#date {
	display: none;
}

div#content {
	margin-left: 10%;
	padding-top: 1em;
}

div#content div#leftpane {
	display: none;
}

div#content div#rightpane {
	float: none !important;
}

div#footer {
	display: none;
}

/* Links */
a:link, a:visited {
	background: transparent;
	color: #552200;
	font-weight: bold;
	text-decoration: underline;
}

/* Links only for Gecko browsers */
div#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

div#content a[href^="/"]:after {
	content: " (http://www.czech-yoga.org" attr(href) ") ";
}

/* Forms */
form {
	margin: 0;
}

input {
	width: 120px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 1em;
}

label {
	float: left;
	font-weight: bold;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	width: 25%;
}

legend {
	color: #000000;
	font-size: 90%;
	font-style: italic;
	padding: 0.2em 0.5em;
}


