#container {
	position:relative;
	top:0px;
	left:10px;
}
#textBlock {
	width:632px;
	min-height:200px;
	height:auto !important;
	height:200px;
	border-left:1px solid #DEDDD4;
	border-right:1px solid #DEDDD4;
	border-top:1px solid #DEDDD4;
	background:#ebebeb;
}
#textBlock h3 {
	color: #000;
}

.cornerTopDX {
	width:632px;
	position:absolute;
	background-image:url(../pagination/background/topRight_corner.gif);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:40px;
	height:auto !important;
	height:40px;
	left:2px;
}
#tabFooter {
	background:url(../pagination/background/footerCorners.gif) no-repeat bottom left;
	min-height:50px;
	width:634px;
}
#textBlock h2 {
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	padding:0 20px 0 20px;
}
#textBlock p {
	padding:0 20px 0 20px;
}
ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
}
ul.menu li {
	float:left;
	display:inline;
}
ul.menu li a {
	display:block;
	padding:6px;
	border:1px solid #033;
	color:#033;
	background:#fff;
	margin-right:2px;
}
ul.menu li a:hover {
	color:#fff;
	background:#033;
}

/* Extra */

#right_text_description {
	width: 280px;
	float: right;
	border: 0;
	padding: 0;
}
.title_bus {
	color: #0076bd;

}
a.blue {
	color: #0076bd;
}
a.blue:hover {
	color: #0076bd;
}
a.white_b {
	color: #fff;
}
a.white_b:hover {
	color: #fff;
}


