body {
	margin: 0;
	padding: 0;
	background: #dfd8af;
}

body a {
	text-decoration: none;
}

#outer {
	background: #eaeac6;
	float: left;
	width: 1100px;
}

/* ------------------------- Header ----------------------------- */
#header {
	height: 260px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 734px;
	height: 46px;
}

#header h1 a {
	display: block;
	height: 46px;
}

#header h1 a span {
	display: none;
}

#outer #header h1 {
	position: absolute;
	top: 45px;
	left: 97px;
}

                       /* Language selector  */

#header ul#lang-selector {
	position: absolute;
	left: 100px;
	width: 350px;
	height: 29px;
	
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul#lang-selector li {
	float: left;
	display: block;
	width: 70px;
	height: 29px;

	margin: 0;
	padding: 0;

	background: #997a37;
}

#header ul#lang-selector li a {
	display: block;
	margin-top: 9px;
	
	text-align: center;
	line-height: 29px;
	
	font: bold 12px Verdana,sans-serif;
	color: #ffffcc;
}

#header ul#lang-selector li.selected {
	background: #666633;
	color: #333333;
}

#header ul#lang-selector li.selected a {
	color: #000000;
}
                       /* Top menu  */

#header ul#top-menu {
	position: absolute;
	left: 100px;
	top: 99px;
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul#top-menu li {
	display: block;
	width: 305px;
	height: 20px;
	text-align: right;
	
	margin: 0 0 10px 0;
	padding: 0;
}

#header ul#top-menu li a {
	font: bold 12px Arial,sans-serif;
	color: #ffffcc;
}

#header ul#top-menu li a.selected {
	color: #666633
}

/* ------------------------- Content ---------------------------- */
#content {
	width: 1080px;
	w\idth: 980px;
	padding: 20px 0 20px 100px;
	
	font: 15px TimesNewRoman, serif;
	color: black;
	
	float: left;
}

#content a img {
	border: none;
}

#content h1 {
	font: bold 18px TimesNewRoman, serif;
	margin: 10px 0;
	color: #666633;
}

#content #text {
	float: left;
	display: inline;
	width: 400px;
	margin-right: 20px;
	line-height: 20px;
}

#content #text p.small-space {
	margin: 0;
}

#content #text ul {
	margin: 10px 20px;
	padding: 0;
}

#content #text ul li {
	margin: 2px 0;
}

#content #text-images {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 0 20px;
}

#content #warning {
	float: left;
	display: inline;
	width: 430px;
	margin: 120px 0 0 12px;
}

#content ul.thumbs-landscape {
	float: left;
	clear: both;
	display: inline;
	
	list-style: none;
	margin: 0 0 0 60px;
	padding: 0;
}

#content ul.thumbs-landscape li {
	float: left;
	display: inline;
	margin: 20px 0;
	padding: 0;
	
	width: 300px;
	
	background: url(thumb_landscape_top_bg.png) no-repeat;
}

#content ul.thumbs-landscape li span {
	display: block;
	background: url(thumb_landscape_bottom_bg.png) left bottom no-repeat;
	padding: 10px;
}

#content ul.thumbs-portrait {
	float: left;
	display: inline;
	clear: both;
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.thumbs-portrait li {
	float: left;
	display: inline;
	width: 180px;
	height: 220px;
	margin: 20px 20px 20px 0;
	background: url(thumb_portrait_bg.png);
}

#content ul.thumbs-portrait li img {
	margin: 10px 0 0 10px;
}

#content a {
	font: bold 14px TimesNewRoman,serif;
	color: #999966;
}

#content div.home-link {
	float: right;
	clear: both;
	display: inline;
	width: 340px;
	height: 16px;
	line-height: 16px;

	margin: 10px 0 0 0px;
	padding-left: 40px;
	w\idth: 300px;

	background: url(home_link_bg.png);
}

#content div.home-link a {
	font: bold 12px Arial,sans-serif;
	color: #ffffcc;
}

.dl strong {
	font-size: 1.3em;
}

/* -------------------------- Footer ---------------------------- */
#footer {
	float: left;
	width: 1080px;
	w\idth: 1000px;
	border-top: 1px solid #999966;
	background: #dfd8af;
	padding: 5px 0 20px 100px;
}

#footer a {
	font: bold 14px Arial,sans-serif;
	color: #999966;
}
