body{
	margin: 0;
	padding: 0;
	font-size:70%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
	#wraper{
		width: 750px;
		background: url(/img/bg-globe.jpg) right 86px no-repeat;
		margin: 40px auto 0 auto;
	}
/* Header */
#header{
	color: #ffffff;
}
	#header img{
		float: left;
	}
		#title{
			background: url(/img/bg-title.jpg) top left repeat-y;
			width: 424px;
			display: block;
			float: right;
			margin-top:4px;
			padding:8px 45px;
			width:340px;
			text-align: center;
			font-size: 1.1em;
		}
	
/* Content */
#content dl{
	color: #6a7f95;
	width:400px;
	margin-top: 120px; 
}
	#content dt{
		background: url(/img/bg-header.jpg) top right repeat-y;
		color: #ffffff;
		padding: 4px 5px;
		width:410px;
		font-weight: bold;
		font-size: 1.1em;
	}
		#content dd{
			background: url(/img/bg-bullet.jpg) left 5px no-repeat;
			margin: 10px 0;
			padding-left: 10px;
		}

/* Footer */
#footer ul{
	width: 100%;
	margin-top: 30px;
	padding: 0;
}
	#footer li{
		display: inline;
		border-right: 1px solid #18378f;
		padding:0 6px;
		color: #18378f;
		font-size: .9em;
	}
		#footer li.noBorder{
			border: none;
		}
		#footer li address{
			font-style: normal;
			display: inline;
		}
		#footer li a{
			color: #18378f;
			text-decoration: none;
			
		}
