﻿
/* CSS Document */

/* Header */
div#header
{
	
	background-color: #FFFFFF;
	height: 173px;
	top: 27px;
	
}

div#left-header
{
	position: absolute;
	background-color: #E96C00;
	width: 220px;
	float: left;
}

div#right_header
{
	top: 27px;
	height: 173px;
	background: #164E71;
	background-image:url(../../images/main/sky_banner_3.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align: center;
   	padding-left:220px;
}


/* End of header */
