/*------change link color-------*/
#header a {
	color: #3a3a3a;
	text-decoration: none;
}
#header a:hover {
	color: #3a3a3a;
}
/*---------------------------*/
/* header 
---------------------------------------------------- */
#header {
	float: left;
	padding-top: 18px;
	width: 650px;
	padding-bottom: 18px;
	height: 31px;
}
#header_terms {
	float: left;
	padding-top: 18px;
	width: 400px;
	padding-bottom: 18px;
	height: 31px;
}
#header h1 {
	line-height: 120%;
}
#header p {
	padding-top: 15px;
	line-height: 150%;
	font-weight: bold;
}
#lang {
	width: 130px;
	height: 40px;
	padding-top: 26px;
	padding-bottom: 0px;
	float: right;
}
#lang_terms {
	float: right;
	width: 70px;
	height: 31px;
	clear: right;
	padding-top: 35px;
	padding-bottom: 0px;
}
