.mobile {
	display: inline;
}
.desktop {
	display: none;
}


html {
	width: 100%;
}
body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 0.9em;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}

.center {
	text-align: left;
}

.floatleft {
	float: none;
	margin: 0;
}

ul.indent {
	margin-left: 50px;
}

ul.indent li {
	padding: 5px 0 5px 20px;
	list-style-type: circle;
}

h1 {
	font-size: 2em;
	font-family: Trebuchet MS, sans-serif;
}

h2 {
	font-family: 'Znik', sans-serif;
	font-size: 2em;
}

p {
	margin: 15px 0 15px 15px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}


#container {
	width: 90%;
	margin: 20px auto;
}

#header {
	padding: 0;
	margin-bottom: -150px;
	text-align: left;
	z-index: 2;
	width: 100%;
}

.htitle {
	font-size: 2em;
	font-family: Georgia, serif;
	z-index: 3;
	position: absolute;
	top: 5px;
	left: 3em;
}

#mobilenav {
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FCF;
	height: 3em;
	width: 100%;
	z-index: 2;
}

#mobilenav ul li {
	list-style-type: none;
	display: block;
	margin: 10px 5px 10px 5px;
	padding: 5px 0 5px 0;
	background-color: #F9F;
	text-align: left;
}

#mobilenav a {
	font-size: 1.5em;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #F09;
	padding-left: 20px;
}

#footer {
	padding: 20px;
	margin-top: 50px;
	border-top: 2px dotted #906290;
	text-align: center;
	clear: both;
}

#footer p {
	padding: 3px;
	margin: 0;
}

/* special */

img.bottom {
	right: 0;
	top: -255px;
	position: relative;
}

p.overlay {
	margin: 0 0 -250px 30%;
}

p.overlay span {
	position: relative;
	top: -250px;
}