#drop_shadow{
	background-image:url(../image/drop_shadow.png);
	width:716px;
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0px;
	}
	#pagewrapper{
		width:700px;
		margin:0 auto;
		padding:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		border-left:1px solid #413000;
		font-size:14px;
		border-right:1px solid #413000;
		background-color:#deb407;
		}
	#header{
		width:700px;
		height:192px;
		background-image:url(../image/header.jpg);
		position:relative;
		}
		#logo{
			height:168px;
			left:187px;
			position:absolute;
			top:17px;
			width:326px;
			cursor:pointer;
			}
		#free_rent_btn{
			background-image:url(../image/FREErentBUTTON.png);
			height:192px;
			left:595px;
			position:relative;
			top:10px;
			width:203px;		
			}
	#body_container{
		position:relative;
		width:100%;
		}
		#img_section{
			margin-top:10px;
			}
		#block{
			position:absolute;
			top:0px;
			left:0px;
			height:10px;
			width:100%;
			border:1px solid black;
			}
		#nav_wrapper{
			width:700px; 
			height:50px; 
			position:relative;		
			}
			#block_container{
				width:700px;
				height:15px;
				position:absolute;
				left:0px;
				top:2px;				
				}
			#nav{
				position:absolute; 
				top:10px;
				font-size:14px;
				border-top:1px solid #473500;
				width:650px;
				padding:10px 25px 10px 25px;
				}
				#nav td{
					text-transform:uppercase;
					text-align:center;
					}
				#nav a{
					text-decoration:none;
					color:#7a7f0e;
					font-weight:bold;
					}
	#bottom_section{
		width:100%;
		position:relative;
		padding-bottom:10px;
		}
		#content{
			border-bottom:1px solid #e8ca4f;
			border-top:1px solid #e8ca4f;
			border-left:1px solid #e8ca4f;
			float:left;
			height:195px;
			padding:10px;
			width:349px;
			color:#413000;
			font-size:14px;
			}
			#content h3{
				margin:0px;
				}
		#content_subpages{
			border-bottom:1px solid #e8ca4f;
			border-top:1px solid #e8ca4f;
			border-left:1px solid #e8ca4f;
			float:left;
			padding:10px;
			width:349px;
			color:#413000;
			}
			#content h3{
				margin:0px;
				}
	#footer{
		height:30px;
		background-color:#566c11;
		width:100%;
		}
		#footer p{
			color:white; 
			text-align:center; 
			margin:0px; 
			padding:5px 0px 0px 0px;
			}
			
	/* Rent Application Styles */
	.listitem_style{
		border-left: 1px solid black; 
		padding-left:10px; 
		border-top:1px solid black; 
		margin-top:10px;
		font-size:11px;
		}
