html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #FFF;
}

#mast {
	background: url(images/mast_contact.gif) #000 top right no-repeat;
}

#mast img {
	margin-right: 273px;
}

#tagline {
	font-style: italic;
	font-size: 150%;
	padding: 0 0 0 390px;
	height: 35px;
}

#tagline p {
	margin: 0;
	padding: 0;
}

#main {
	width: 1024px;
	position: relative;
	margin-top: 15px;
	height: 540px;
}

#navigation {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 10px 20px;
	background: url(images/menu_arrow.gif) #000 center left no-repeat;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
}

#navigation ul li a.active {
	font-weight: bold;
	background-color: #455269;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#thumbnails {
	position: absolute;
	top: 0;
	left: 200px;
	width: 152px;
	background-color: #272F3D;
}

#thumbnails span {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 10px 6px;
	float: left;
	background-color: #455269;
}

#thumbnails span img.formatportrait {
	height: 60px;
	margin-left: 10px;
}

#thumbnails span img.formatlandscape {
	width: 60px;
	margin-top: 10px;
}

#content {
	position: absolute;
	top: 0;
	left: 352px;
	padding: 0 40px;
	height: 540px;
}

#content img {
	border: solid 3px #FFF;
}

#content a {
	color: #A9C0EA;
}

#disclaimer {
	clear: both;
	font-size: 75%;
	margin: 40px 10px 0 12px;
}