
	body {
		background-color:	#ffffff;		
		font-family: 		Veranda, Geneva, Arial, sans-serif;
		font-size: 		small;
		line-height: 		140%;
		margin-left:		5%;
		margin-right:		5%;
		width:			800px;
		margin-left:		auto;
		margin-right:		auto;
	}


		
	#header {
		height:		100px;
		width:		45%;

	}

		#menu {
			font-size:	small;
			width:		45%;
			float:		right;
			list-style-type:	none;
			display:	inline;
			margin:		0;
			padding:	0;
			margin-top:	50px;		

		}

			#menu a:link {
				color:			#556b2f;	
				text-decoration:	none;
			}
			#menu a:visited {
				color:	#556b2f;
				text-decoration: none;
			}
			#menu a:hover {
				color:	#a19a40;
			}

			ul, li {
				display:	inline;
				margin-left:	40px;
				padding:	0px;
				text-align:	right;
			}
/* body.home #menu lines underlines current page and changes hover color */
			body.home #menu a#home {
				text-decoration:	underline;
			}
			body.home #menu a:hover#home {
				color: #a19a40;
			}

			body.props #menu a#Props {
				text-decoration:	underline;
			}
			body.props #menu a:hover#Props {
				color: #a19a40;
			}


			body.contact #menu a#contact {
				text-decoration:	underline;
			}
			body.contact #menu a:hover#contact {
				color: #a19a40;
			}


	#scImages {
		width:		550px;
		height:		150px;
		
		}


	

	#lblock {
		text-align:		left;
		width: 			530px;
		height:			350px;
		background-color:	#9c9848;
		margin-top:		15px;
		padding:		15px;
		border-style:		ridged;

	}



		p.aright {
			text-align:	right;
			font-size:	12px;
			padding:	2px;
			margin:		2px;
		}		


		
/* change the name of this id  from rblock to featured homes */		
	#featuredHomes {
		color:			#556b2f;
		text-align:		left;
		width:			200px;
		height:			300px;
		float:			right;
		background-color:	#9c9848;
		border-style:		inset;
		margin-top:		15px;
	
	}

	#iframeContent {
		width:	365px;
		height: 100%;
	
	}

	#secondMenu a:hover {
		font-size: large;
	}
	


	#footer {
		color:		#838b83;
		text-align:	center;
		padding:	20px;
		font-size:	.9em;
	}



/* following is new */

	#sideMenuDiv ul {
		display: block;
		text-align: left;
		margin-left: .2px;
		
	}
	#sideMenuDiv li {
		display: block;
		text-align: left;
		margin-left: 1px;
	}

	#sideMenuContent {
		width: 370px;
		float: right;
	
	}

	#sideMenuDiv {
		width: 150px;
		float: left;

	}

	#sideMenuDiv a:hover {
		text-align: right;
	}	