
#content {
	padding: 0;
	background: none;
	}

#welcome {
	background: #f3f3f6;
	height: 485px;
	position: relative;
	margin: 0;
	}

#welcome h1 {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	top: 265px;
	left: 20px;
	margin: 0;
	line-height: 24px;
	color: #151c54;
	width: 140px;
	}

#welcome_content {
	font-size: 10px;
	position: absolute;
	width: 420px;
	left: 170px;
	top: 265px;
	}

	
#welcome_content h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #6292b8;
	margin: 6px 100px 10px 0;
	line-height: 18px;
	}
	
#welcome_content h2 object {
	margin-left: -3px;
	}
	
#welcome_content p {
	margin: 0 0 10px 0;
	line-height: 14px;
	}
	
#sub_menu {
	display: none;
	}
	
	
