body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
html {
	background: url("/media/images/layout/background.png") repeat;
	color: black;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
select {
	color: black;
}
img {
	border: 0px;
}
a {
	color: #DD6000;
}
hr {
	background: url("/media/images/layout/hr.png") repeat-x;
	border: none;
	height: 2px;
	width: 95%;
}
h3, .h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	text-decoration: underline;
}
h4, .h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
}
h5, .h5 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}

.nowrap {
	overflow: hidden;
	white-space: nowrap;

	/* The following elements are not part of CSS2, but are required for some
	 *  (broken) browsers who do not understand the former definitions. */
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#languages {
	background: url("/media/images/layout/languages-bg.png") repeat-x;
	height: 22px;
	margin: 0px auto;
	width: 800px;
}
#languages a {
	color: #CCCCCC;
	font-size: 10px;
}
#languages img {
	height: 12px;
	padding-top: 2px;
	width: 18px;
}
#languages-left {
	background: url("/media/images/layout/languages-bg-left.png") no-repeat;
	float: left;
	height: 22px;
	width: 15px;
}
#languages-right {
	background: url("/media/images/layout/languages-bg-right.png") no-repeat;
	float: right;
	height: 22px;
	width: 15px;
}
#languages-content {
	float: left;
	height: 18px;
	padding-top: 2px;
	width: 763px;
}

#header {
	background: url("/media/images/layout/header-bg.png") repeat;
	height: 90px;
	margin: 0px auto;
	width: 800px;
}
#header-left {
	background: url("/media/images/layout/header-bg-left.png") repeat-y;
	float: left;
	height: 90px;
	width: 15px;
}
#header-right {
	background: url("/media/images/layout/header-bg-right.png") repeat-y;
	float: right;
	height: 90px;
	width: 15px;
}

#download-fast-1, #download-fast-2, #download-fast-3 {
	background: url("/media/images/layout/download-fast.png") no-repeat;
        float: left;
	height: 33px;
	line-height: 12px;
	margin: 22px 0px 0px 10px;
	padding: 3px 20px 9px 50px;
	text-align: left;
	width: 160px;
}
#download-fast-1 {
	padding-top: 15px;
}
#download-fast-2 {
	padding-top: 10px;
}
#download-fast-1 h5 a, #download-fast-2 h5 a, #download-fast-3 h5 a {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
#download-fast-1 h5 a:hover, #download-fast-2 h5 a:hover, #download-fast-3 h5 a:hover {
	color: #999999;
}

#header-logo {
	float: right;
	width: 400px;
}

#ovh-header {
	float: right;
	height: 90px;
	line-height: 11px;
	margin-top: -2px;
	margin-right: -6px;
	padding: 0px;
	width: 90px;
}
#openttd-logo {
	background: url("/media/images/layout/openttd-64.gif") no-repeat;
	background-position: left center;
	float: right;
	height: 75px;
	margin-top: 6px;
	width: 250px;
}
#openttd-logo-ipv6 {
	background: url("/media/images/layout/openttd-64-ipv6.gif") no-repeat;
	background-position: left center;
	float: right;
	height: 75px;
	margin-top: 5px;
	width: 250px;
}
#openttd-logo-text {
	height: 29px;
	margin: 36px 0px 0px 77px;
	width: 151px;
}
#openttd-logo-text-noai {
	height: 29px;
	margin: 15px 0px 0px 75px;
	width: 151px;
}
#openttd-logo-text-bananas {
	height: 29px;
	margin: 18px 0px 0px 75px;
	width: 151px;
}
#openttd-logo-text-security {
	height: 29px;
	margin: 18px 0px 0px 75px;
	width: 151px;
}
#openttd-logo-text-binaries {
	height: 29px;
	margin: 36px 0px 0px 77px;
	width: 151px;
}
#openttd-logo-text-translator {
	height: 29px;
	margin: 28px 0px 0px 75px;
	width: 151px;
}

#navigation {
	background: url("/media/images/layout/navigation-bg.png") repeat-x;
	height: auto !important;
	height: 32px;
	margin: 0px auto;
	min-height: 32px;
	overflow: hidden;
	width: 800px;
}
#navigation-left {
	background: url("/media/images/layout/navigation-bg-left.png") no-repeat;
	float: left;
	height: 32px;
	width: 15px;
}
#navigation-right {
	background: url("/media/images/layout/navigation-bg-right.png") no-repeat;
	float: right;
	height: 32px;
	width: 15px;
}
#navigation-bar {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation-bar li {
	font-size: 12px;
	float: left;
	line-height: 32px;
	list-style-type: none;
}
#navigation-bar li a {
	color: #DDDDDD;
	display: block;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
}
#navigation-bar li a:hover {
	background: url("/media/images/layout/navigation-bg-hover.png") repeat-x;
	color: #444444;
}
#navigation-bar li.selected {
	background: url("/media/images/layout/navigation-bg-selected.png") repeat-x;
}
#navigation-bar li.selected a {
	color: #444444;
}

#content-main {
	background-color: white;
	margin: 7px auto;
	width: 800px;
}
#content-top {
	background: url("/media/images/layout/content-bg-top.png") repeat-x;
	width: 800px;
}
#content-top-left {
	background: url("/media/images/layout/content-bg-top-left.png") no-repeat;
	float: left;
	height: 11px;
	width: 15px;
}
#content-top-right {
	background: url("/media/images/layout/content-bg-top-right.png") no-repeat;
	float: right;
	height: 11px;
	width: 15px;
}
#content-left {
	background: url("/media/images/layout/content-bg-left.png") repeat-y;
}
#content-right {
	background: url("/media/images/layout/content-bg-right.png") repeat-y;
	background-position: right;
}
#content-bottom {
	background: url("/media/images/layout/content-bg-bottom.png") repeat-x;
	height: 40px;
	width: 800px;
}
#content-bottom-left {
	background: url("/media/images/layout/content-bg-bottom-left.png") no-repeat;
	float: left;
	height: 40px;
	width: 15px;
}
#content-bottom-right {
	background: url("/media/images/layout/content-bg-bottom-right.png") no-repeat;
	float: right;
	height: 40px;
	width: 15px;
}
#content-bottom-links {
	float: left;
	font-size: 11px;
	padding: 7px 5px 0px 5px;
}
#content-bottom-copyright {
	float: right;
	font-size: 11px;
	padding: 7px 5px 0px 5px;
}
#content {
	margin: 0px 12px 0px 12px;
	padding-top: 12px;
}

#footer {
	background: url("/media/images/layout/footer-bg.png") repeat-x;
	height: 95px;
	margin: 5px auto;
	width: 800px;
}
#footer-left {
	background: url("/media/images/layout/footer-bg-left.png") no-repeat;
	float: left;
	height: 95px;
	width: 15px;
}
#footer-right {
	background: url("/media/images/layout/footer-bg-right.png") no-repeat;
	float: right;
	height: 95px;
	width: 15px;
}
#footer-banner {
	float: left;
	margin: 17px 0px 0px 5px;
}
#footer-logo {
	line-height: 95px;
	text-align: center;
}

#w3c-logo {
	margin: 17px 0px 0px 5px;
	padding: 17px 0px 0px 0px; 
	text-align: center;
}

#hr-clear {
	clear: both;
}

.mono {
	font-family: 'Courier New', monospace;
}
