

/* layout with banner across the top and nav menu down the left */

p {
    padding-right: 10px;
}
.box {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #dddddd;
}
.box p {
    margin: 0px 0px 10px 0px;
}

.plane_box {
    width: 90%;
    padding: 0px 10px 0px 10px;
}

#cms_header {
	overflow:visible;
}
#menu{
	float:left;
	margin:0 0 20px 0;
	width:170px;
	padding:0;
	background: #ddd;
	overflow:hidden;
}
#menu li {
	border-top:1px solid #333;
	width:170px;
}
#menu a{
	padding:10px 20px;
	color:#000;
}
#menu li.active a, #menu li a:hover, #menu li a:active{
	border-right:1px solid #ddd;
	background-color:#333;
	color:#fff;
}

#page_content {
    float:right;
    width:750px;
    margin: 20px 0 20px 20px;
}

#cms_header .header-image {
	background:#369;
/*	background:url() no-repeat left center; /*
}



