body {
	margin: 30px 0; padding: 0;
	color: #000;
	background-color: #FFF;
	}
:focus { outline: 0; }

#container {
	width: 780px;
	margin: 0 auto;
	}

#container #language {
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
#container #language a {
	color: #007dc3;
	text-decoration: none;
	}
#container #language a:hover {
	color: #018b75;
	}

#container #logomenu {
	height: 74px;
	position: relative;
	}
#container #logomenu img {
	border: 0;
	}
#container #logomenu .toplogo {
	display:none;
	}

#container #logomenu #join {
	display: none;
	}
#container #logomenu #textmenu {
	display: none;
	}

#container #topbanner {
	border: 0;
	height: 287px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 780px;
	}
#container #topbanner img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 780px;
	}

#container #elements {
	border: 0px solid red;
	background-color: transparent;
	background-image: url(../images/elements_bg_ce.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	padding: 25px 25px 0 320px;
	margin: 0;
	height: 248px;
	width: 435px;
	position: relative;
	}

#container #elements #welcome {
	display: inline;
	float: left;
	padding: 0;
	width: 200px;
	margin-top: 55px;
	}
#container #elements #welcome h3 {
	color: #006db8;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#container #elements #welcome p {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	/*text-indent: 25px*/
	}
#container #elements #welcome a {
	background-color: transparent;
	color: #007dc3;
	}
#container #elements #welcome a:hover {
	background-color: transparent;
	color: #018b75;
	}
#container #elements #agent {
	background: #00a88e;
	color: #000;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	float: right;
	height: auto;
	margin: 0;
	padding: 0 0 14px 0;
	position: relative;
	width: 220px;
	}
#container #elements #agent h3 {
	background: url(../images/agent_bottright_header_gradient.gif) no-repeat top right;
	background-color: #0072bc;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 8px 0 4px 0;
	}
#container #elements #agent img {
	border: 1px solid #007DC3;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
	width: 80px;
	}
#container #elements #agent p {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 115px;
	}
#container #elements #agent p a {
	background-color: transparent;
	color: #000;
	}
#container #elements #agent p a:hover {
	text-decoration: none;
	}

#container #elements #clickformore {
	display: inline;
	float: right;
	clear: right;
	width: 220px;
	margin-top: 15px;
	}
#container #elements #clickformore img {
	border: 0;
	}

#container #footer {
	background-color: #739dd3;
	background-image: url(../images/footer_bg_ce.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #636363;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 49px;
	margin: 0 0 0 0;
	}
#container #footer p {
	display: none;
	}
