* {
	font-family: verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

html,body {
	margin: 0 auto; /*align the display at the center*/
	background-color: #999;
	height: 99%; /* needed for container min-height */
}

a {
	color: #222;
}

a:hover {
	color: #000;
}

a:visited {
	color: #444;
}

h1 {
	text-align: justify;
	margin-bottom: 20px;
	font-size: 18px;
}

h3,p {
	margin-bottom: 15px;
	margin-top: 15px;
}

ul {
	margin-left: 10px;
}

li {
	margin: 10px;
}

#content {
	margin: 0 auto;
	width: 1020px;
	background-color: #EEE;
	height: auto !important;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#search {
	text-align: right;
	float: right;
	height: 30px;
}

#search table,td,tr{
	padding: 0px;
}

#content #header {
	height: 180px;
	width: 100%;
	padding: 0px;
	background-color: #FFF;	
}

#content #header #logo{
	height: 160px;	
	background: url('../images/logo_description.png') no-repeat;
	width: 400px;
	margin: 0px auto;
}

#content #partners {
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	width: 270px;
	height: 85px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

#content #partners a {
	font-family: verdana;
	font-size: 8px;
}

#content #menu {
	margin: 0px auto;
}

#content #main {
	padding-top: 20px;
	background-color: #EEE;
	padding-bottom: 5px;
	height: 100% !important;
	float: left;
}

#content #main #left {
	width: 70%;
	min-width: 70%;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	height: 100% !important;
}

#content #main #right {
	padding-right: 5px;
	margin: 0px auto;
	width: 24%;
	float: right;
	height: auto !important;
}

#content #footer{
	float: left;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	bottom: 0; /* stick to bottom */
	font-size: 9px;
	text-align: center;
	color: #222;
	/*background: url("../images/bg_gold.png") repeat-x;*/
	background-color: #373757;
	border-top: 1px solid #FFF;
	color: #FFF;
}

#moreinformation {
	font-size: 12px;
	margin-top: 30px;
	width: 250px;
	height: 300px;
}

#moreinformation {
	background: url('images/bg_div.png') repeat-x;
}

#moreinformation h3 {
	color: #222;
	height: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 13px;
}

#moreinformation ul {
	list-style-position: inside;
	list-style-image: url(../images/list_item.gif);
	padding-top: 8px;
}

#moreinformation ul li {
	padding: 8px;
	font-size: 12px;
	margin: 0px;
}

#moreinformation ul li a {
	font-size: 12px;
}


#moreinformation h3 {
	text-align: center;
	padding-bottom: 10px;
}

.language {
	width: 20px;
	border: 0px;
}

.search {
	border: 1px solid #CCC;
	width: 120px;
	color: #888;
	text-align: right;
}

.box {
	padding: 20px;
	background-color: #FFF;
}

.box .sb-inner {
	background-color: #FFF;
	font-size: 11px;
}