h1, h2 {
	color:white;
	font-family:"Trebuchet MS";
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
}
p {
	margin-bottom: 0.5em;
}
span.highlight_menu {
	color:#ff9933;
	font-size:0.8em;
	font-weight:bold;
	font-family:verdana;
}
span.highlight_slideshow {
	color:#33ff00;
	font-size:0.8em;
	font-weight:bold;
	font-family:verdana;
}
span.highlight_controls {
	color:#0099ff;
	font-size:0.8em;
	font-weight:bold;
	font-family:verdana;
}
div#start {
	padding-top:7.5em;
}
div#start h1 {
	margin-top:4.5em;
	font-size:1.3em;
	color:#999;
}
div#start p {
	display:inline;
	margin: 0;
	padding: 0;
	color:#666;
	font-size:1em;
}
div#start div {
	color:#666;
	font-size:1em;
	margin-bottom: 2em;
}
div#start div span {
	font-size: 0.8em;
}
div#start a {
	margin-bottom:2em;
}
div#start #plane_window {
	float:left;
	margin:3em 4em 0 7.5em;
}
div#start #text_box {
	float:left;
	margin:4.5em 0 0 0;
}
div#start #text_box span {
	margin-top:10px;
	font-family:verdana;
	color:#666;
	font-size:0.7em;
}
div#info_container_right h1 {
	margin:1em 0 1em 0;
}
div#gallery #page_count {
	float:right;
	font-size:0.8em;
	padding-top:13px;
	width:60px;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-family:verdana;
	cursor:pointer;
}
div#gallery #page_count:hover {
	color:#33ff00;
}
span.error {
	color:#ff9900;
	font-size:0.75em;
}
.info_box {
	font-family:verdana;
	font-size:0.8em;
	padding:0.5em 1em 0.5em 2.7em;
	color:#ccff99;
	margin:1em 0;
	border:1px solid #333;
	background:#222 url(../img/information.gif) no-repeat 7px 7px;
}
.error_box {
	font-family:verdana;
	font-size:0.8em;
	padding:0.5em 1em 0.5em 3em;
	color:red;
	margin:1em 0;
	border:1px;
	border-style:solid;
	border-color:#fbd6bf;
	background-color:#000;
	background-image:url(../img/exclamation.gif);
	background-repeat:no-repeat;
	background-position:left;
}