.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	top: 0;
	margin: 0;
}

#container {
	background: url(images/background.jpg) repeat-y top #FFFFFF;
	width: 1000px;
	margin: auto;
	position: relative;
	text-align: left;
}

#logo_xindi {
	height: 135px;
	width: 169px;
	background: url(images/xindi.png);
	position: relative;
	left: 200px;
}

#title {
	position: absolute;
	top: 15px;
	left: 575px;
	background: #E6ECEE;
	border: #FFFFFF solid 3px;
	width: 300px;
	z-index: 10;
	display: inline;
	line-height: 30px;
	color: #4E575C;
	font-size: 18px;
	text-align: center;
}

.title_span {
	padding: 10px;
}

/* menu b */
#menu {
	position: absolute;
	width: 400px;
	line-height: 32px;
	z-index: 10;
	top: 101px;
	left: 410px;
}

.menu_active {
	color: #3C4448;
	font-size: 14px;
	font-weight: bold;
	background: #DBE4E8;
}

.menu_active a {
	color: #3C4448;
	text-decoration: none;
	background: #DBE4E8;
	text-align: center;
	display: block;
}

.menu_active a:visited {
	color: #3C4448;
	text-decoration: none;
	background: #DBE4E8;
	display: block;
}

.menu_active a:hover {
	color: #3C4448;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
}

.menu_passive {
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.menu_passive a {
	color: #FF3300;
	text-decoration: none;
	background: #DBE4E8;
	display: block;
}

.menu_passive a:visited {
	color: #FF3300;
	text-decoration: none;
	display: block;
	background: #DBE4E8;
}

.menu_passive a:hover {
	color: #FF3300;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
}

/* menu e */

#content {
/* 	background: #F1F4F5; */
	background: url(images/background1.jpg) repeat-y top #FFFFFF;
	margin: auto;
	width: 815px;
	position: relative;
	font-size: 14px;
	top: -1px;
}

#left {
	position: relative;
	width: 290px;
	background: #F1F4F5;
	float: left;
	border: #A6BEC6 solid 1px;
}

.left_text {
	padding: 10px;
}

#left a {
	text-decoration: none;
	color: #3399FF;
}

#left a:visited {
	text-decoration: none;
	color: #3399FF;
}

#left a:hover {
	text-decoration: underline;
	color: #3399FF;
}

#main {
	background: #FFFFFF;
	margin-left: 295px;
	position: relative;
	border: #A6BEC6 solid 1px;
}

.main_text {
	padding: 10px;
	line-height: 120%;
}

#main a {
	text-decoration: none;
	color: #3399FF;
}

#main a:visited {
	text-decoration: none;
	color: #3399FF;
}

#main a:hover {
	text-decoration: underline;
	color: #3399FF;
}

/* footer b */
.footer {
	color: #FFFFFF;
	margin-left: 220px;
	font-size: 12px;
	line-height: 32px;
	position: absolute;
	background: #89A9B4;
	width: 444px;
	left: 75px;
	text-align: center;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_span {
	margin-left: 30px;
}
/* footer e */

.partner_logos {
	border: 0;
}

.img_right {
	border: #A6BEC6 1px solid;
	float: right;
	padding: 2px;
}