body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #22A3C3;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

a { color: #22A3C3; }
a img { border: 0; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

div#logo {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 230px;
	height: 66px;
	z-index: 1000;
}

div#navigation {
	height: 50px;
	text-align: right;
	margin: 30px 25px 0px 25px;
}
	div#navigation a {
		display: block;
		float: right;
		clear: right;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
		margin-bottom: 3px;
	}
	div#navigation a#mid_selected { color: #999; }

div#image_space {
	margin: 0px 5px 0px 25px;
	overflow: hidden;
}

div#text {
	color: #000;
}

div#text_image {
	float: left;
	margin-right: 20px;
}

div#load_status_container {
	height: 20px;
	position: absolute;
	top: 125px;
	left: 0px;
	overflow: hidden;
	z-index: 900;
}
div#load_status_container #load_status {
	padding: 3px;
	height: 14px;
	width: 60px;
	float: left;
	background-color: #999;
	color: #FFF;
}
div#load_status_container .foot {
	background-image: url('../images/load-footer.png');
	width: 70px;
	height: 20px;
	float: left;
}
div#inspector {
	background-image: url('../images/inspector.png');
	width: 236px;
	height: 33px;
	position: relative;
	float: right;
	bottom: 65px;
	right: 75px;
	color: #000;
}
div#inspector #inspect_txt {
	margin: 16px 10px 0px 23px;
	overflow: hidden;
}
div#inspector #inspect_nav {
	float: right;
	text-align: right;
	margin-top: 3px;
	margin-right: 17px;
	line-height: 13px;
	overflow: hidden;
}
div#inspector #inspect_nav a {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
div#inspector #inspect_nav a:hover {
	text-decoration: underline;
}

div#footer {
	margin-left: 25px;
	margin-right: 25px;
	height: 20px;
	text-align: center;
}

img.thumb {
	margin-right: 15px;
	margin-bottom: 10px;
}

img#photo {
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.photo img {
	display: inline;
	width: 100%;
	height: 100%;
}