/* CSS Document */

html {
	font-size: 100%;
}

body {
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

h1#header {
	font-size: 4em;
	text-align: center;
	position: static;
}

h2#subtitle {
	font-size: 2em;
	text-align: center;
	padding-bottom: 30px;
	border: 2px solid #FFF;
	position: static;
}

#navigation {
	display: none;
}

img {
	border: 2px dotted #999;
	padding: 3px;
}

#content {
	position: static;
	width: 95%;
}

.location {
	background-color: #CCC;
	padding: 3px;
	border: 2px dashed #444;
	margin: 5px;
	text-align: center;
}

script {
	display: none;
}
iframe {
	display: none;
}

