/* Formatting */
body {
	background-color: #1b1718;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1, h2, p {
	margin: 0 0 10 0;
	padding: 0;
}

h1 {
	color: #edc100;
	font-size: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #edc100;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffeb92;
	text-decoration: underline;
}

/* Global Layout */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#content {
	min-height: 560px;
	margin: 20px 0;
	text-align: justify;
}

/* Partners */
#partners {
	border-top: 1px dotted #AAAAAA;
	text-align: center;
}

#partners img {
	border: 0;
	padding: 5px;
}

/* ITM */
#itm,
#itm a  {
	color: #ffffff;
	font-size: 15px;
}

#itm a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* e-biz */
#e-biz { margin: 30px 0 50px 0; }

/* Homepage */
#lang {
	border: 0;
	list-style: none;
	padding: 30px 0 0 10px;
	margin: 0;
}

#lang li { margin-bottom: 10px; }

#lang a {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

#lang a:hover { color: #edc100; }

#lang img {
	border: 3px solid #ffffff;
	margin: 0 10px 0 0;
	width: 50px;
	height: 35px;
}

/* Sub index page */
#buttons {
	margin-top: 30px;
	text-align: center;
}

#buttons a {
	display: inline-block;
	margin: 0 30px 30px;
}

#adobe {
	font-style: italic;
	text-align: center;
	margin-top: 0;
}

/* Forms */
.downloads li { margin-bottom: 10px; }
.downloads a {
	color: white;
	font-size: 15px;
}