body {
		background-color: #9c9c9c;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: Georgia;
		font-size: 14px;
		font-weight: normal;
		height: 100%;

}

div#container {
		width: 950px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		height: 100%;
}

div#header {
		background: url("images/topleft.bmp") no-repeat top left;
		background-color: #163379;
		height: 75px;
		width: 100%;
		border-style: solid;
		border-color: #ff8e01;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 15px;
		text-align: left;
}

.headerright {
		background: url("images/topright.bmp") no-repeat top right;
		height: 30px;
}

div#contentcontainer {
		width: 100%;
		height: 100%;
		background-color: #ffff59;
		float: left;
}

div#menu {
		background-color: #ffff59;
		width: 175px;
		float: left;
		height: 100%;

}

div#menu ul  {			
		margin-top: 20px;
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		float: left;
			
}

div#menu ul li {
		float: left;
		
}

div#menu ul li a {
		display: block;
		padding: 0 10px;
		line-height: 23px;
		text-decoration: none;
		font-weight: 600;
		color: #000000;
		font-size: 12px;
		width: 155px;
		text-align: left;

}

div#menu ul li  a:hover, .selected a {
		color: #000000;
}

.cutout {
		background: url(images/cutout.bmp);
}

div#content {
		width: 725px;
		background-color: #ffffff;
		float: right;
		min-height: 200px;
		text-align: left;
		padding: 25px;

		
}

.right {
		float: right;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
}

.left {
		float: left;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
}

.lefttop {
		float: left;
		padding-right: 15px;
		padding-bottom: 15px;
}

.righttop {
		float: right;
		padding-left: 15px;
		padding-bottom: 15px;
}


div#footer {
		background: url("images/bottomleft.bmp") no-repeat bottom left;
		background-color: #163379;
		height: 30px;
		text-align: center;
		clear: both;
}

.footerright {
		background: url("images/bottomright.bmp") no-repeat bottom right;
		height: 30px;
}

div#footer ul  {			
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		display: inline;

}

div#footer ul li {
		margin-top: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
		margin-bottom: 0px;


}

div#footer ul li a {
		display: inline;
		padding: 0 10px;
		line-height: 2.5em;
		text-decoration: underline;
		font-weight: 500;
		color: #ffff59;
		font-size: 12px;

}




h4 {
	font-family: Georgia;
	font-weight: 500;
	font-size: 12px;
	
}

h5 {
	text-indent: 475px;
	clear: right;
}

#index #menuindex a,
#propmgmt #menupropmgmt a,
#rentalinfo #menurentalinfo a,
#landscaping #menulandscaping a,
#construction #menuconstruction a,
#links #menulinks a,
#contactus #menucontactus a {
	background: url(images/cutout.bmp);
}








