#header {
	width: 864px;
	height: 100px;
	/*height: 201px;*/
	background: url(../../images/editable_images/air_hdr_1.png) no-repeat;
}

#main {
	background: url(../../images/air_middle.png) repeat-y;
}

#contentBottom {
	width: 864px;
	height: 27px;
	margin-bottom: 24px;
	background: url(../../images/air_bottom.png) no-repeat;
}

#navcontainer li {
	background: url(../../images/airmenuitem.jpg) no-repeat 0 -33px;
}

html>body #navcontainer li {
	background: url(../../images/menuitem.png) no-repeat 0 -33px;
}

#navcontainer a {
	background: url(../../images/airmenuitem.jpg) no-repeat 0 -33px;
}

html>body #navcontainer a {
	background-image: none;
}

#navcontainer a:hover {
	background: url(../../images/airmenuitem.jpg) no-repeat 0 0;
}

html>body #navcontainer a:hover {
	background: url(../../images/menuitem.png) no-repeat 0 0;
}

#navcontainer ul ul li {
	background: none no-repeat 0 0;
}

#navcontainer ul ul a {
	color: #d9d9d9;
	background-image: none;
}

html>body #navcontainer ul ul a {
	color: #d9d9d9;
	background-image: none;
}

#navcontainer ul ul a:hover{
	color: #fafafa;
	background-image: none;
}

#navcontainer ul ul #current{
	color: #fafafa;
}

ul.blog-tag-cloud {
	background: url(../../images/littlecloud.png) no-repeat left top;
	padding-top: 10px;
}