body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#left {
	float: left;
	width: 50%;
	text-align: left;
	
	padding: 0; margin: 0;
}
#right {
	float: left;
	width: 50%;
	top: 0px;
	text-align: right;
	padding: 0; margin: 0;
}
#left ul {
	list-style: url(images/li.gif);
	
	padding-left: 5px;
	margin-left: 20px;
	
	}
#left ul li{
	
	line-height:30px;
	margin-left: 20px;
	/*border: 1px solid black;*/
	padding: 0 0 15px 0;
	
	}
	html>body #left ul li {
		padding: 0 0 10px 0;
	}
#left ul li  .href {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	
	text-decoration: none;
	vertical-align: bottom;
	color: #263F70;	
	margin-left: 5px;
	
	
}
#left ul li .icon {
	border:0;
	margin: 0px;
	/*border: 1px solid black;*/
	padding: 0 0 0 10px;
	
}

#right ul {
	list-style: none;
	padding-right: 40px; 
	
	}
#right ul li{
	
	background: url(images/li.gif) no-repeat right top;
	padding: 0 30px 23px 0;
	
	
	}
	
#right ul li  .href {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	
	text-decoration: none;
	vertical-align: bottom;
	color: #263F70;	
	margin-left: 5px;
	
	
}
#right ul li .icon {
	border:0;
	margin: 0px;
	/*border: 1px solid black;*/
	padding: 0 10px 0 0;
	
}
#content {
	position: relative;
	height: 326px;
}
#logo {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 167px;
	height: 100px;
	/*border: 1px solid black;*/
	top: 191px;
	left: 581px;
	
	
}
