
/* CSS Document */


#header {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 104px;
	background: url(../imgs/layout/bg_header.png) no-repeat;
	text-align:right;
}

#leftcol {
	background: url(../imgs/layout/bg_left.png) no-repeat left top;
}

#content {
	background: url(../imgs/layout/bg_content.png) no-repeat left top;
}

#nav {
	background: #ebf9fb;
}


#nav ul li a{
	color: #005f95;
}

